Prerequisite

Before implementing Change Data Capture (CDC) in your data architecture, it is crucial to ensure that your source database supports CDC or has mechanisms for capturing changes.

Source Database: Ensure the source database supports CDC or has mechanisms for capturing changes. Common databases that support CDC include SQL Server, Oracle, MySQL, and PostgreSQL.

Currently we support 6 provider

Last updated