Change Data Capture (CDC) is an approach used to detect, monitor, and record changes within a database. CDC facilitates real-time analytics and enables the creation of event-driven architectures. It is a feature available in most database offerings.
Overview of Topics We'll Cover:
- Understanding CDC and Event-Driven Architectures
- Enabling CDC in Microsoft SQL Server and PostgreSQL
- Introducing Debezium and Kafka
- Deploying Debezium: Capturing Data Changes from SQL Server and PostgreSQL and send to Apache Kafka
- Demo