First release of pgstream — a real-time PostgreSQL
WAL reader built in Go.
What's included
- Real-time capture of INSERT, UPDATE, DELETE events
- Logical replication via pgoutput plugin
- Replication slot management
- Clean JSON event output with table name and LSN
- Docker support with multi-stage build
- CI with GitHub Actions
Requirements
- PostgreSQL with wal_level = logical
- Go 1.26+
Getting started
See README for setup instructions.