https://github.com/beebeeep/sraft
Yet another raft implementation
https://github.com/beebeeep/sraft
database key-value raft
Last synced: 3 days ago
JSON representation
Yet another raft implementation
- Host: GitHub
- URL: https://github.com/beebeeep/sraft
- Owner: beebeeep
- License: mit
- Created: 2024-06-30T13:27:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T20:44:49.000Z (over 1 year ago)
- Last Synced: 2026-06-09T09:59:45.975Z (3 days ago)
- Topics: database, key-value, raft
- Language: Rust
- Homepage:
- Size: 225 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sraft
=====
Textbook implementation of Raft protocol ([whitepaper](https://raft.github.io/raft.pdf))
Uses [fjall](https://github.com/fjall-rs/fjall/) as a persistent storage.