Skip to content

Commit 4eb3a9d

Browse files
authored
Add ClickHouse table graph to third-party tools
1 parent 6f39fc1 commit 4eb3a9d

File tree

1 file changed

+4
-0
lines changed
  • docs/en/interfaces/third-party

1 file changed

+4
-0
lines changed

docs/en/interfaces/third-party/gui.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ Features:
153153

154154
[cickhouse-plantuml](https://pypi.org/project/clickhouse-plantuml/) is a script to generate [PlantUML](https://plantuml.com/) diagram of tables' schemes.
155155

156+
### ClickHouse table graph {#clickhouse-table-graph}
157+
158+
[ClickHouse table graph](https://github.com/mbaksheev/clickhouse-table-graph) is a simple CLI tool for visualizing dependencies between ClickHouse tables. This tool retrieves connections between tables from `system.tables` table and builds dependencies flowchart in [mermaid](https://mermaid.js.org/syntax/flowchart.html) format. With this tool you can easily visualize table dependencies and understand the data flow in your ClickHouse database. Thanks to mermaid, the resulting flowchart looks attractive and can be easily added to your markdown documentation.
159+
156160
### xeus-clickhouse {#xeus-clickhouse}
157161

158162
[xeus-clickhouse](https://github.com/wangfenjin/xeus-clickhouse) is a Jupyter kernal for ClickHouse, which supports query CH data using SQL in Jupyter.

0 commit comments

Comments
 (0)