Skip to main content

Module cdc

Module cdc 

Source
Expand description

Change Data Capture connectors for databases. CDC (Change Data Capture) connectors for databases.

Provides CDC source connectors that stream row-level changes from databases into LaminarDB using logical replication.

§Supported Databases

  • PostgreSQL: Logical replication via pgoutput plugin
  • MySQL: Binary log replication with GTID support

Modules§

mysql
MySQL binlog replication CDC source connector. MySQL binlog replication CDC source connector.
postgres
PostgreSQL logical replication CDC source connector. PostgreSQL CDC source connector.