A basic Raft implementation in Go.
☆234Mar 24, 2024Updated 2 years ago
Alternatives and similar repositories for goraft
Users that are interested in goraft are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Raft implemented in Rust☆29Jan 28, 2024Updated 2 years ago
- Building an intuition for latency and throughput of basic operations across SQL databases.☆55Oct 5, 2023Updated 2 years ago
- Raft implementation in Go☆1,273Updated this week
- LSM-based key-value store in Go for educational purpose.☆88Mar 1, 2025Updated last year
- [WIP] A relational database written in Rust for learning purpose, heavily inspired by cmu-db/bustub. (CMU 15-445).