Skip to content

v0.1.0 - Initial Release

Latest

Choose a tag to compare

@mujib77 mujib77 released this 13 May 07:50
· 17 commits to main since this release

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.