📄️ Amazon RDS/Aurora PostgreSQL CDC setup guide
Amazon Relational Database Service (RDS) and Amazon Aurora, both fully managed by Amazon Web Services (AWS), offer scalable and reliable infrastructures for running PostgreSQL databases in the cloud.
📄️ Google Cloud PostgreSQL CDC setup guide
Google Cloud SQL is a fully managed database service that streamlines the setup, maintenance, management, and administration of relational databases on the Google Cloud Platform (GCP). With the capability of Change Data Capture (CDC), Cloud SQL enables you to capture and replicate data changes in real-time from your database instances. This feature can be enabled by configuring logical decoding within your Cloud SQL instances.
📄️ Configuring PostgreSQL CDC replication slots and publications
Replication is a key feature in database management systems that enables the synchronization of data between multiple database instances. It is commonly used for high availability, disaster recovery, and data distribution. In some replication setups, publication slots are used to control the flow of changes between the Master and replica databases.