Пример создания CDC через Debezium
-
Updated
Aug 15, 2024 - Python
Пример создания CDC через Debezium
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.
Add a description, image, and links to the clickhouse-kafka topic page so that developers can more easily learn about it.
To associate your repository with the clickhouse-kafka topic, visit your repo's landing page and select "manage topics."