Skip to content

Commit

Permalink
Add the demo video link for Proton 1.4.2 ClickHouse integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jovezhong authored Feb 4, 2024
1 parent 731bdb6 commit 2304993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/clickhouse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This docker compose file demonstrates how to read from ClickHouse or write to ClickHouse with the new [External Table](https://docs.timeplus.com/proton-clickhouse-external-table) feature.

A YouTube video tutorial is available for visual learners: TBD
A YouTube video tutorial is available for visual learners: https://youtu.be/ga_DmCujEpw

## Start the example

Expand Down Expand Up @@ -73,4 +73,4 @@ Or apply SQL functions or group by, such as
SELECT method, count() AS cnt FROM ch_local GROUP BY method
```

Please note, Proton will read all rows with selected columns from the ClickHouse and apply aggregation locally. Check [External Table](https://docs.timeplus.com/proton-clickhouse-external-table) documentation for details.
Please note, Proton will read all rows with selected columns from the ClickHouse and apply aggregation locally. Check [External Table](https://docs.timeplus.com/proton-clickhouse-external-table) documentation for details.

0 comments on commit 2304993

Please sign in to comment.