Change Data Capture
This guide covers how to implement change data capture (CDC) to track and replicate database changes in real-time using MooseStack.
Overview
Change Data Capture (CDC) enables you to capture and stream database changes as they happen, allowing you to keep multiple systems in sync and build real-time analytics pipelines.
Key Concepts
- Real-time change detection
- Event streaming and replication
- Schema evolution handling
- Conflict resolution strategies
Next Steps
Learn more about streaming and connecting CDC services to implement change data capture.