Skip to content

CDC

Change Data Capture

Spicy — senior dev territoryBackend

ELI5 — The Vibe Check

CDC is the acronym for Change Data Capture — streaming database changes as events in real-time. See the full 'Change Data Capture' entry for details. People say 'CDC' way more than the full name.

Real Talk

CDC (Change Data Capture) refers to the process of identifying and capturing row-level changes to database tables and delivering them as events. It reads the database's transaction log rather than polling tables. Commonly implemented with Debezium (Kafka Connect), AWS DMS, or built-in database features like PostgreSQL logical replication.

When You'll Hear This

"Set up CDC with Debezium to stream Postgres changes to Kafka." / "CDC replaces our hourly ETL batch job with real-time data sync."

Made with passive-aggressive love by manoga.digital. Powered by Claude.