mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Add dbm to gui
This commit is contained in:
parent
dba7739f48
commit
13a96e7819
16
docs/en/interfaces/third-party/gui.md
vendored
16
docs/en/interfaces/third-party/gui.md
vendored
@ -190,4 +190,20 @@ SeekTable is [free](https://www.seektable.com/help/cloud-pricing) for personal/i
|
||||
|
||||
[Chadmin](https://github.com/bun4uk/chadmin) is a simple UI where you can visualize your currently running queries on your ClickHouse cluster and info about them and kill them if you want.
|
||||
|
||||
### DBM {#dbm}
|
||||
|
||||
[DBM](https://dbm.incubator.edurt.io/) DBM is a visual management tool for ClickHouse!
|
||||
|
||||
Features:
|
||||
|
||||
- Support query history (pagination, clear all, etc.)
|
||||
- Support selected sql clauses query
|
||||
- Support terminating query
|
||||
- Support table management (metadata, delete, preview)
|
||||
- Support database management (delete, create)
|
||||
- Support custom query
|
||||
- Support multiple data sources management(connection test, monitoring)
|
||||
- Support monitor (processor, connection, query)
|
||||
- Support migrate data
|
||||
|
||||
[Original article](https://clickhouse.tech/docs/en/interfaces/third-party/gui/) <!--hide-->
|
||||
|
16
docs/zh/interfaces/third-party/gui.md
vendored
16
docs/zh/interfaces/third-party/gui.md
vendored
@ -99,4 +99,20 @@ ClickHouse Web 界面 [Tabix](https://github.com/tabixio/tabix).
|
||||
- 重构。
|
||||
- 搜索和导航。
|
||||
|
||||
### DBM {#dbm}
|
||||
|
||||
[DBM](https://dbm.incubator.edurt.io/) DBM是一款ClickHouse可视化管理工具!
|
||||
|
||||
特征:
|
||||
|
||||
- 支持查询历史(分页、全部清除等)
|
||||
- 支持选中的sql子句查询(多窗口等)
|
||||
- 支持终止查询
|
||||
- 支持表管理
|
||||
- 支持数据库管理
|
||||
- 支持自定义查询
|
||||
- 支持多数据源管理(连接测试、监控)
|
||||
- 支持监控(处理进程、连接、查询)
|
||||
- 支持迁移数据
|
||||
|
||||
[来源文章](https://clickhouse.tech/docs/zh/interfaces/third-party/gui/) <!--hide-->
|
||||
|
Loading…
Reference in New Issue
Block a user