PrismaP
Prisma12mo ago
18 replies
Christophe

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:

 wal_level set to logical 

and a specific user with REPLICATION rights

It 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.
Was this page helpful?