ClickHouse / clickhouse-cpp

C++ client library for ClickHouse
Apache License 2.0
306 stars 159 forks source link

Subscription for data updates #353

Open vvpnet opened 11 months ago

vvpnet commented 11 months ago

Hello everyone Tell me how can I subscribe to update data from clickhouse tables? Are there any solutions?

Enmk commented 11 months ago

ClickHouse has a LIVE VIEW feature, but unfortunately there is no support for this from clickhouse-cpp side. I don't think that is going to be too hard to implement, so you are welcome to submit a PR.