tangledbytes / go-vsrLinks
ViewStamped Replication implementation in Go
☆42Updated 2 years ago
Alternatives and similar repositories for go-vsr
Users that are interested in go-vsr are comparing it to the libraries listed below
Sorting:
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆64Updated last year
- Building an intuition for latency and throughput of basic operations across SQL databases.☆55Updated 2 years ago
- Building an intuition for different IO models (sync, io_uring, etc.) across different languages.☆29Updated 2 years ago
- An Almost Exactly Once Delivery (AEOD) queue☆81Updated 3 weeks ago
- ☆80Updated last year
- Raft + Postgres parser + Postgres wire protocol + Boltdb + ? = Distributed PostgreSQL☆102Updated 3 years ago
- A little Delta Lake/Iceberg inspired database implementation in Go☆43Updated last year
- CRAQ (Chain Replication with Apportioned Queries) in Go☆146Updated 3 years ago
- A basic Raft implementation in Go.☆230Updated last year
- Minimal hashicorp/raft example