© 2026 Hashnode
If you've ever tried to wire up Change Data Capture (CDC) or Change Tracking (CT) on Azure SQL with Azure Functions, you know the exact moment I'm talking about — that deceptively calm afternoon when

This post documents a real local-PGSQL-to-AWS-EC2-target CDC pipeline using GoldenGate 21.3 Microservices Architecture (MA) for PostgreSQL. Note this article focuses more on the issues that you will e

To stream CDC data to Apache Iceberg with RisingWave: connect RisingWave's built-in Postgres CDC or MySQL CDC connector to your source database, create a materialized view to shape the data, and define an Iceberg sink with type = 'upsert'. RisingWave...
