eatonphil / goraft
A basic Raft implementation in Go.
☆222Updated last year
Alternatives and similar repositories for goraft:
Users that are interested in goraft are comparing it to the libraries listed below
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆56Updated 6 months ago
- Raft + Postgres parser + Postgres wire protocol + Boltdb + ? = Distributed PostgreSQL☆103Updated 2 years ago
- A cloud native embedded storage engine built on object storage.☆88Updated last month
- (educational) build your own disk based KV store in Go☆229Updated 11 months ago
- Go library for protobuf compatible sstables, a skiplist, a recordio format and other database building blocks like a write-ahead log. Shi…☆321Updated last week
- My solutions to the Glomers Challenge: a series of distributed systems challenges.☆117Updated 2 years ago
- Go port of Google's Swiss Table hash table☆423Updated 3 weeks ago
- B-tree implementation for Go☆237Updated 3 years ago
- LSM-based key-value store in Go for educational purpose.☆67Updated last month
- A fast and easy-to-configure load balancer☆62Updated 3 months ago
- ViewStamped Replication implementation in Go☆39Updated last year
- A disk based KV store (based on Bitcask implementation)☆175Updated last year
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆368Updated last year
- A Distributed Durable Execution System built on top of an Almost Exactly Once Delivery (AEOD) queue☆57Updated this week
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- Distributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and g…☆280Updated 9 months ago
- Durable coroutines for Go☆416Updated 9 months ago
- A list papers of learning how to building database system☆215Updated 5 months ago
- one billion row challenge☆42Updated last year
- Concurrency toolkit for Go☆205Updated 8 months ago
- 🪵 From scratch implementation of Raft consensus algorithm in Go☆39Updated 3 years ago
- Pure Go SQL parser☆150Updated 5 months ago
- A SQL-like query language on general Key-Value DB☆140Updated 10 months ago
- Modern efficient cache design with simple FIFO queue only in Golang☆153Updated 3 months ago
- Simple building blocks for protobuf marshaling and unmarshaling☆179Updated 10 months ago
- LRU cache using go generics☆119Updated 2 years ago
- A simple In-Memory Data Grid in Go☆72Updated 3 years ago
- Fast selection algorithms for Go☆243Updated 4 months ago
- An implementation of an educational RDBMS in Go☆23Updated 9 months ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆98Updated 5 months ago