2020-04-03 13:23:32 +00:00
---
toc_priority: 28
toc_title: Visual Interfaces
---
2020-03-20 10:10:48 +00:00
# Visual Interfaces from Third-party Developers {#visual-interfaces-from-third-party-developers}
2017-12-28 15:13:23 +00:00
2020-03-20 10:10:48 +00:00
## Open-Source {#open-source}
2018-12-07 16:24:54 +00:00
2020-03-20 10:10:48 +00:00
### Tabix {#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
2020-03-21 04:11:51 +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.
- Colour scheme options.
2017-12-28 15:13:23 +00:00
[Tabix documentation ](https://tabix.io/doc/ ).
2020-03-20 10:10:48 +00:00
### HouseOps {#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
2020-03-21 04:11:51 +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.
- A quick view of the column size.
- Server configuration.
2018-09-04 11:18:59 +00:00
The following features are planned for development:
2020-03-21 04:11:51 +00:00
- Database management.
- User management.
- Real-time data analysis.
- Cluster monitoring.
- Cluster management.
- Monitoring replicated and Kafka tables.
2018-09-04 11:18:59 +00:00
2020-03-20 10:10:48 +00:00
### LightHouse {#lighthouse}
2018-12-12 17:28:00 +00:00
[LightHouse ](https://github.com/VKCOM/lighthouse ) is a lightweight web interface for ClickHouse.
Features:
2020-03-21 04:11:51 +00:00
- Table list with filtering and metadata.
- Table preview with filtering and sorting.
- Read-only queries execution.
2018-12-12 17:28:00 +00:00
2020-03-20 10:10:48 +00:00
### Redash {#redash}
2019-09-27 12:23:12 +00:00
2019-10-29 12:20:14 +00:00
[Redash ](https://github.com/getredash/redash ) is a platform for data visualization.
Supports for multiple data sources including ClickHouse, Redash can join results of queries from different data sources into one final dataset.
2019-09-27 12:23:12 +00:00
Features:
2020-03-21 04:11:51 +00:00
- Powerful editor of queries.
- Database explorer.
- Visualization tools, that allow you to represent data in different forms.
2019-09-27 12:23:12 +00:00
2020-03-20 10:10:48 +00:00
### DBeaver {#dbeaver}
2019-04-29 10:13:18 +00:00
[DBeaver ](https://dbeaver.io/ ) - universal desktop database client with ClickHouse support.
Features:
2020-03-21 04:11:51 +00:00
- Query development with syntax highlight and autocompletion.
- Table list with filters and metadata search.
- Table data preview.
- Full-text search.
2019-04-29 10:13:18 +00:00
2020-03-20 10:10:48 +00:00
### clickhouse-cli {#clickhouse-cli}
2018-12-18 11:32:08 +00:00
2020-03-19 08:31:06 +00:00
[clickhouse-cli ](https://github.com/hatarist/clickhouse-cli ) is an alternative command-line client for ClickHouse, written in Python 3.
2018-12-18 11:32:08 +00:00
Features:
2019-11-19 04:37:20 +00:00
2020-03-21 04:11:51 +00:00
- Autocompletion.
- Syntax highlighting for the queries and data output.
- Pager support for the data output.
- Custom PostgreSQL-like commands.
2018-12-18 11:32:08 +00:00
2020-03-20 10:10:48 +00:00
### clickhouse-flamegraph {#clickhouse-flamegraph}
2019-09-11 09:06:50 +00:00
[clickhouse-flamegraph ](https://github.com/Slach/clickhouse-flamegraph ) is a specialized tool to visualize the `system.trace_log` as [flamegraph ](http://www.brendangregg.com/flamegraphs.html ).
2020-04-25 00:50:38 +00:00
### clickhouse-plantuml {#clickhouse-plantuml}
2020-04-30 18:19:18 +00:00
[cickhouse-plantuml ](https://pypi.org/project/clickhouse-plantuml/ ) is a script to generate [PlantUML ](https://plantuml.com/ ) diagram of tables’ schemes.
2020-04-25 00:50:38 +00:00
2020-06-28 13:42:59 +00:00
### xeus-clickhouse {#xeus-clickhouse}
[xeus-clickhouse ](https://github.com/wangfenjin/xeus-clickhouse ) is a Jupyter kernal for ClickHouse, which supports query CH data using SQL in Jupyter.
2020-03-20 10:10:48 +00:00
## Commercial {#commercial}
2018-12-07 16:24:54 +00:00
2020-03-20 10:10:48 +00:00
### DataGrip {#datagrip}
2018-12-03 15:52:31 +00:00
2020-03-19 08:31:06 +00:00
[DataGrip ](https://www.jetbrains.com/datagrip/ ) is a database IDE from JetBrains with dedicated support for ClickHouse. It is also embedded in other IntelliJ-based tools: PyCharm, IntelliJ IDEA, GoLand, PhpStorm and others.
2018-12-03 15:52:31 +00:00
Features:
2020-03-21 04:11:51 +00:00
- Very fast code completion.
- ClickHouse syntax highlighting.
- Support for features specific to ClickHouse, for example, nested columns, table engines.
- Data Editor.
- Refactorings.
- Search and Navigation.
2018-12-03 15:52:31 +00:00
2020-03-18 18:43:51 +00:00
### Yandex DataLens {#yandex-datalens}
2020-02-18 09:20:48 +00:00
[Yandex DataLens ](https://cloud.yandex.ru/services/datalens ) is a service of data visualization and analytics.
Features:
2020-03-21 04:11:51 +00:00
- Wide range of available visualizations, from simple bar charts to complex dashboards.
- Dashboards could be made publicly available.
- Support for multiple data sources including ClickHouse.
- Storage for materialized data based on ClickHouse.
2020-02-18 09:20:48 +00:00
2020-02-19 13:57:31 +00:00
DataLens is [available for free ](https://cloud.yandex.com/docs/datalens/pricing ) for low-load projects, even for commercial use.
2020-02-18 09:20:48 +00:00
2020-03-21 04:11:51 +00:00
- [DataLens documentation ](https://cloud.yandex.com/docs/datalens/ ).
- [Tutorial ](https://cloud.yandex.com/docs/solutions/datalens/data-from-ch-visualization ) on visualizing data from a ClickHouse database.
2020-02-18 09:20:48 +00:00
2020-03-20 10:10:48 +00:00
### Holistics Software {#holistics-software}
2020-01-20 05:17:35 +00:00
2020-03-20 10:10:48 +00:00
[Holistics ](https://www.holistics.io/ ) is a full-stack data platform and business intelligence tool.
2020-01-20 05:17:35 +00:00
Features:
2020-03-21 04:11:51 +00:00
- Automated email, Slack and Google Sheet schedules of reports.
- SQL editor with visualizations, version control, auto-completion, reusable query components and dynamic filters.
- Embedded analytics of reports and dashboards via iframe.
- Data preparation and ETL capabilities.
- SQL data modelling support for relational mapping of data.
2020-01-20 05:17:35 +00:00
2020-03-20 10:10:48 +00:00
### Looker {#looker}
2020-02-12 03:42:32 +00:00
[Looker ](https://looker.com ) is a data platform and business intelligence tool with support for 50+ database dialects including ClickHouse. Looker is available as a SaaS platform and self-hosted. Users can use Looker via the browser to explore data, build visualizations and dashboards, schedule reports, and share their insights with colleagues. Looker provides a rich set of tools to embed these features in other applications, and an API
2019-12-16 15:19:20 +00:00
to integrate data with other applications.
Features:
2020-03-21 04:11:51 +00:00
- Easy and agile development using LookML, a language which supports curated
[Data Modeling ](https://looker.com/platform/data-modeling ) to support report writers and end-users.
- Powerful workflow integration via Looker’ s [Data Actions ](https://looker.com/platform/actions ).
2020-02-12 03:42:32 +00:00
[How to configure ClickHouse in Looker. ](https://docs.looker.com/setup-and-management/database-config/clickhouse )
2020-01-30 10:34:55 +00:00
[Original article ](https://clickhouse.tech/docs/en/interfaces/third-party/gui/ ) <!--hide-->