In databases, change data capture (CDC) is a set of software design patterns used to determine and track the data that has changed so that action can be taken using the changed data. Lately I’ve been working on a CDC (Change Data Capture) system, that tracks changes from Postgres-based databases…