Skip to content

Commit 37b48ca

Browse files
authored
Merge pull request ClickHouse#78629 from mbaksheev/patch-1
Add ClickHouse table graph tool to third-party tool list in docs
2 parents bf4a033 + 4eb3a9d commit 37b48ca

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)