Open vvpnet opened 11 months ago
Hello everyone Tell me how can I subscribe to update data from clickhouse tables? Are there any solutions?
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.
Hello everyone Tell me how can I subscribe to update data from clickhouse tables? Are there any solutions?