2018-08-10 14:44:49 +00:00
# Visual Interfaces from Third-party Developers
2017-12-28 15:13:23 +00:00
2018-12-07 16:24:54 +00:00
## Open-Source
### Tabix
2017-12-28 15:13:23 +00:00
2018-01-29 19:35:35 +00:00
Web interface for ClickHouse in the [Tabix ](https://github.com/tabixio/tabix ) project.
2017-12-28 15:13:23 +00:00
2018-12-07 16:24:54 +00:00
Features:
2018-09-04 11:18:59 +00:00
2017-12-28 15:13:23 +00:00
- 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 ](https://tabix.io/doc/ ).
2018-12-07 16:24:54 +00:00
### HouseOps
2018-05-01 18:50:56 +00:00
2018-09-04 11:18:59 +00:00
[HouseOps ](https://github.com/HouseOps/HouseOps ) is a UI/IDE for OSX, Linux and Windows.
2018-12-07 16:24:54 +00:00
Features:
2018-09-04 11:18:59 +00:00
- 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.
2018-12-12 17:28:00 +00:00
### LightHouse
[LightHouse ](https://github.com/VKCOM/lighthouse ) is a lightweight web interface for ClickHouse.
Features:
- Table list with filtering and metadata.
- Table preview with filtering and sorting.
- Read-only queries execution.
2018-12-18 11:32:08 +00:00
### clickhouse-cli
[clickhouse-cli ](https://github.com/hatarist/clickhouse-cli ) is an alternative command line client for ClickHouse, written in Python 3.
Features:
- Autocompletion.
- Syntax highlighting for the queries and data output.
- Pager support for the data output.
- Custom PostgreSQL-like commands.
2018-12-07 16:24:54 +00:00
## Commercial
### DBeaver
2018-10-12 13:26:57 +00:00
[DBeaver ](https://dbeaver.io/ ) - universal desktop database client with ClickHouse support.
2018-12-07 16:24:54 +00:00
Features:
2018-10-12 13:26:57 +00:00
- Query development with syntax highlight.
- Table preview.
- Autocompletion.
2018-10-16 10:47:17 +00:00
2018-12-07 16:24:54 +00:00
### DataGrip
2018-12-03 15:52:31 +00:00
2018-12-07 16:24:54 +00:00
[DataGrip ](https://www.jetbrains.com/datagrip/ ) is a database IDE from JetBrains with dedicated support for ClickHouse. It is also embedded into other IntelliJ-based tools: PyCharm, IntelliJ IDEA, GoLand, PhpStorm and others.
2018-12-03 15:52:31 +00:00
Features:
- Very fast code completion.
2018-12-07 16:24:54 +00:00
- ClickHouse syntax highlighting.
- Support for features specific to ClickHouse, for example nested columns, table engines.
2018-12-03 15:52:31 +00:00
- Data Editor.
- Refactorings.
- Search and Navigation.
2018-12-12 17:28:00 +00:00
[Original article ](https://clickhouse.yandex/docs/en/interfaces/third-party/gui/ ) <!--hide-->