clickhouse-kafka
There are 2 repositories under clickhouse-kafka topic.
k0rsakov/debezium_cdc_example
Пример создания CDC через Debezium
sburn/pricemon
This demo solution uses Kafka, Clickhouse and presents two services written on Python3: price-generator and price-monitor. The first one generates an array of 52 items of random trade data every millisecond and writes it to Kafka. The second consumes hot data from Kafka and with minimal latency sends a notification when a trade condition occurs.