Postgres replication
Need help deploying these sources or figuring out how to run them in your data stack?
Join our Slack community or Get in touch with the dltHub Customer Success team.
Postgres is one of the most popular relational database management systems. This verified source uses Postgres replication functionality to efficiently process tables (a process often referred to as Change Data Capture or CDC). It uses logical decoding and the standard built-in pgoutput output plugin.
Resources that can be loaded using this verified source are:
| Name | Description |
|---|---|
| replication_resource | Load published messages from a replication slot |
| init_replication | Initialize replication and optionally return snapshot resources for the initial data load |
info
The Postgres replication source currently does not support the scd2 merge strategy.