ended3월 20일· 1 sources

pg_duckpipe: Real-time CDC for streaming Postgres Table into Columnar Ducklake

pg_duckpipe: PostgreSQL 테이블을 DuckLake 컬럼형 테이블로 실시간 스트리밍하는 CDC 확장

Why it matters

pg_duckpipe is a PostgreSQL extension written in Rust that streams heap table changes into DuckLake columnar tables in real time via WAL-based CDC, requiring no external infrastructure like Kafka or Debezium. It supports both local table syncing and remote PostgreSQL replication, needing only wal_level=logical on the source. Setup is a single SQL call, with Docker images available pre-configured with pg_ducklake.

1
Sources
+0
24h
Growth
185d
Active
pg_duckpipeDuckLakePostgreSQLCDCWAL replication

Sources

Related Issues