Technical definition
Change data capture (CDC)
A technique for streaming database inserts, updates, and deletes to other systems.
What It Means
Change data capture reads committed database changes, often from a transaction log, and publishes them for search indexes, analytics stores, caches, or downstream services.