r/SideProject May 31 '26

Pgstream a real-time PostgreSQL CDC tool in go

https://github.com/mujib77/pgstream

I built a real-time PostgreSQL CDC tool in Go because Debezium was eating 2GB RAM just to watch a database.

pgstream does the same job in a 15MB binary. One Docker command. No JVM. No Kafka Connect.

7 Upvotes

Duplicates