ClickHouse/docs/en/interfaces/third-party/gui.md
2018-12-03 18:52:31 +03:00

1.8 KiB

Visual Interfaces from Third-party Developers

Tabix

Web interface for ClickHouse in the Tabix project.

Main features:

  • Works with ClickHouse directly from the browser, without the need to install additional software.
  • Query editor with syntax highlighting.
  • Auto-completion of commands.
  • Tools for graphical analysis of query execution.
  • Color scheme options.

Tabix documentation.

HouseOps

HouseOps is a UI/IDE for OSX, Linux and Windows.

Main features:

  • Query builder with syntax highlighting. View the response in a table or JSON view.
  • Export query results as CSV or JSON.
  • List of processes with descriptions. Write mode. Ability to stop (KILL) a process.
  • Database graph. Shows all tables and their columns with additional information.
  • Quick view of the column size.
  • Server configuration.

The following features are planned for development:

  • Database management.
  • User management.
  • Real-time data analysis.
  • Cluster monitoring.
  • Cluster management.
  • Monitoring replicated and Kafka tables.

DBeaver

DBeaver - universal desktop database client with ClickHouse support.

Key features:

  • Query development with syntax highlight.
  • Table preview.
  • Autocompletion.

DataGrip

DataGrip - Database IDE from JetBrains with dedicated support for ClickHouse. The same is embedded into other IntelliJ-based tools: PyCharm, IntelliJIDEA, GoLand, PhpStorm etc.

Features:

  • Very fast code completion.
  • Clickhouse synthax highlighting.
  • Specific Clickhouse features support in SQL, i.e. nested columns, table engines.
  • Data Editor.
  • Refactorings.
  • Search and Navigation.

Original article