eatonphil / goraft
A basic Raft implementation in Go.
☆206Updated 8 months ago
Related projects ⓘ
Alternatives and complementary repositories for goraft
- My solutions to the Glomers Challenge: a series of distributed systems challenges.☆112Updated last year
- Raft + Postgres parser + Postgres wire protocol + Boltdb + ? = Distributed PostgreSQL☆100Updated 2 years ago
- (educational) build your own disk based KV store in Go☆194Updated 6 months ago
- Go library for protobuf compatible sstables, a skiplist, a recordio format and other database building blocks like a write-ahead log. Shi…☆271Updated last week
- A cloud native embedded storage engine built on object storage.☆51Updated this week
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆48Updated last month
- LSM-based key-value store in Go for educational purpose.☆54Updated last month
- A disk based KV store (based on Bitcask implementation)☆170Updated 11 months ago
- A SQL-like query language on general Key-Value DB☆137Updated 5 months ago
- Durable coroutines for Go☆411Updated 4 months ago
- Another minimal Raft implementation in Rust.☆176Updated 9 months ago
- B-tree implementation for Go☆233Updated 2 years ago
- Distributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and g…☆282Updated 4 months ago
- ViewStamped Replication implementation in Go☆38Updated last year
- A Reservation queue with Almost Exactly Once Delivery (AEOD) semantics☆46Updated last week
- Example code for how to get hashicorp/raft running with gRPC☆209Updated 4 months ago
- one billion row challenge☆42Updated 10 months ago
- Modern efficient cache design with simple FIFO queue only in Golang☆142Updated 3 months ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆356Updated last year
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆92Updated 3 weeks ago
- LRU cache using go generics☆119Updated 2 years ago
- Your SQL database for learning purpose☆75Updated 5 months ago
- CRAQ (Chain Replication with Apportioned Queries) in Go☆123Updated 2 years ago
- Go port of Google's Swiss Table hash table☆323Updated 4 months ago
- A distributed message queue.☆124Updated 3 months ago
- Minimal hashicorp/raft example☆32Updated 2 years ago
- A distributed thread-per-core document database☆497Updated 11 months ago
- Building an intuition for latency and throughput of basic operations across SQL databases.☆49Updated last year
- An Adaptive Radix Tree (ART) implementation in Go☆78Updated last year
- Script engine, especially good for tests☆146Updated 8 months ago