Add Tabix (GUI) to reference_en

This commit is contained in:
Igor 2017-03-30 14:12:06 +03:00 committed by alexey-milovidov
parent 9cb4964560
commit da49ef1dde

View File

@ -783,8 +783,17 @@ Libraries was not tested by us. Ordering is arbitrary.
==Third-party GUI== ==Third-party GUI==
There exist minimalistic web UI for ClickHouse by <a href="https://github.com/smi2/clickhouse-frontend">SMI2</a>. There are <a href="https://github.com/smi2/tabix.ui">open source project Tabix</a> campaign of SMI2, which implements a graphical web interface for ClickHouse.
Tabix key features:
- works with ClickHouse from the browser directly, without installing additional software;
- query editor that supports highlighting of SQL syntax ClickHouse, auto-completion for all objects, including dictionaries and context-sensitive help for built-in functions.
- graphs, charts and geo-referenced for mapping query results;
- interactive designer PivotTables (pivot) for query results;
- graphical tools for analysis ClickHouse;
- two color theme: light and dark.
<a href="https://tabix.io/doc/">Tabix documentation</a>
==Native interface (TCP)== ==Native interface (TCP)==