Prisma postgres and replicas
Hi,
I'm starting to use Prisma postgres on a new project.
For that project, we will need to be able to plug data from the database to the datalake.
We are thinking about Estuary to handle that. But there are some postgres requirement:
and a specific user with
It this something possible?
Thanks
I'm starting to use Prisma postgres on a new project.
For that project, we will need to be able to plug data from the database to the datalake.
We are thinking about Estuary to handle that. But there are some postgres requirement:
and a specific user with
REPLICATION rightsIt this something possible?
Thanks
This connector uses change data capture (CDC) to continuously capture updates in a PostgreSQL database into one or more Flow collections.