mirror of
https://github.com/valitydev/clickhouse-sink-connector.git
synced 2024-11-06 02:25:18 +00:00
Merge pull request #322 from AdamKatzDev/fix_clickhouse_loader_doc_link
Fixed documentation link to Clickhouse Loader
This commit is contained in:
commit
ca45a04792
@ -384,7 +384,7 @@ mvn install -DskipTests=true
|
||||
| replacingmergetree.delete.column | "sign" | Column used as the sign column for ReplacingMergeTree.
|
||||
|
||||
## ClickHouse Loader(Load Data from MySQL to CH for Initial Load)
|
||||
[Clickhouse Loader](python/README.md) is a program that loads data dumped in MySQL into a CH database compatible the sink connector (ReplacingMergeTree with virtual columns _version and _sign)
|
||||
[Clickhouse Loader](sink-connector/python/README.md) is a program that loads data dumped in MySQL into a CH database compatible the sink connector (ReplacingMergeTree with virtual columns _version and _sign/is_deleted)
|
||||
|
||||
|
||||
### Grafana Dashboard
|
||||
|
Loading…
Reference in New Issue
Block a user