PeerDB-io / peerdb

Fast, Simple and a cost effective tool to replicate data from Postgres to Data Warehouses, Queues and Storage
https://peerdb.io
Other
2.15k stars 84 forks source link

PeerDB Cloud: No exposed way to perform CDC Mirror Setup #2059

Open woodhull opened 1 week ago

woodhull commented 1 week ago

While testing, I'm finding myself removing and recreating the same mirror over and over again.

As my configuration grows more complex, it's quite tedious to ensure I'm making the right choices in the UI every time and I often make small mistakes.

I also want to ensure that the staging and production configurations are identical.

There should be a supported REST API or other interface like the SQL interface that is available in the OSS product so that we can adopt configuration-as-code best practices.

heavycrystal commented 1 week ago

We do allow creation of CDC mirrors using a REST API: https://docs.peerdb.io/peerdb-api/endpoints/create-mirror (docs were added recently)