pgraft 1.0.0-1
Raft consensus extension for PostgreSQL.
📦 Build Artifacts
- PostgreSQL versions: 16, 17, 18
- Platforms: Ubuntu (.so), Rocky Linux (.so), macOS (.dylib)
🚀 Installation
# Build from source
make PG_CONFIG=/path/to/pg_config
sudo make install PG_CONFIG=/path/to/pg_config✨ Features
- Raft consensus protocol (etcd-io/raft)
- Automatic leader election
- Log replication and persistence
- Split-brain prevention
- etcd-compatible SQL views
📚 Documentation
- Quick Start: https://pgelephant.github.io/pgraft/getting-started/quick-start/
- Full Docs: https://pgelephant.github.io/pgraft/
✅ Verification
sha256sum -c SHA256SUMSFull Changelog: REL_1_0...v1.0.0