Postgres Connector

PostgreSQL, also known as Postgres, is a free and open-source relational database management system emphasizing extensibility and SQL compliance. It was originally named POSTGRES, referring to its origins as a successor to the Ingres database developed at the University of California, Berkeley. The Postgres connector uses CDC to listen in real-time to any database change and propagate it to any of our supported destinations

The Postgres connector by default scans all tables in the configured database and the public schema

Get your table data in realtime
Plumbs any database insertions, deletions and updates as JSON in real-time to any destination
Push the data in the form of a webhook
Propagate any database changes as events to your microservices
Push the data to another SQL database
Now you can have for example a Postgres master, but a MySQL replica

Sync your data to any of the supported destinations