Skip to content

v0.1.0 - Initial Release

Pre-release
Pre-release

Choose a tag to compare

@mujib77 mujib77 released this 19 Jun 11:51

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