mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
324fd98de6
* Updating of english translation. * Some bugs are fixed.
39 lines
1.1 KiB
Markdown
39 lines
1.1 KiB
Markdown
# Visual Interfaces from Third-party Developers
|
|
|
|
## Tabix
|
|
|
|
Web interface for ClickHouse in the [Tabix](https://github.com/tabixio/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](https://tabix.io/doc/).
|
|
|
|
## HouseOps
|
|
|
|
[HouseOps](https://github.com/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.
|
|
|