v0.1.0 - Initial Release
Pre-release
Pre-release
First working release of Rift.
What works
- Real-time PostgreSQL WAL reading
- Logical replication via pgoutput
- Webhook destination
- HTTP destination
- Graceful shutdown
- Single binary, zero external dependencies
Quickstart
Create rift.yaml with your Postgres URL and
webhook destination, then:
go run main.go
Requirements
- PostgreSQL with wal_level = logical
- Go 1.26+
What's next
v0.2.0 — embedded BoltDB disk queue
resilience without Kafka