Overview of Debezium + Kafka Real-time Sync from MySQL to DolphinDB
masterThis tutorial describes a real-time data synchronization pipeline that moves data from a MySQL database to DolphinDB using Debezium and Kafka.
The architecture follows this flow:
- MySQL acts as the source.
- Debezium (running on Kafka Connect) captures Change Data Capture (CDC) events from MySQL.
- Kafka serves as the real-time distributed message broker/storage.
- Schema Registry manages the data schemas.
- Kafka-DolphinDB Connector consumes data from Kafka and writes it into DolphinDB.