eatonphil / goraft
A basic Raft implementation in Go.
☆216Updated 10 months ago
Alternatives and similar repositories for goraft:
Users that are interested in goraft are comparing it to the libraries listed below
- My solutions to the Glomers Challenge: a series of distributed systems challenges.☆113Updated last year
- A cloud native embedded storage engine built on object storage.☆72Updated this week
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆52Updated 3 months ago
- (educational) build your own disk based KV store in Go☆218Updated 8 months ago
- Another minimal Raft implementation in Rust.☆180Updated 11 months ago
- distributed, durable, and highly available log built on top of S3☆171Updated 3 weeks ago
- Raft + Postgres parser + Postgres wire protocol + Boltdb + ? = Distributed PostgreSQL☆101Updated 2 years ago
- Go library for protobuf compatible sstables, a skiplist, a recordio format and other database building blocks like a write-ahead log. Shi…☆276Updated 3 weeks ago
- Distributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and g…☆281Updated 6 months ago
- B-tree implementation for Go☆236Updated 2 years ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆364Updated last year
- one billion row challenge☆42Updated last year
- A SQL-like query language on general Key-Value DB☆139Updated 7 months ago
- Modern efficient cache design with simple FIFO queue only in Golang☆148Updated 3 weeks ago
- LSM-based key-value store in Go for educational purpose.☆61Updated last month
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆94Updated 3 months ago
- Concurrency toolkit for Go☆192Updated 5 months ago
- A disk based KV store (based on Bitcask implementation)☆172Updated last year
- Go port of Google's Swiss Table hash table☆333Updated 6 months ago
- Example code for how to get hashicorp/raft running with gRPC☆215Updated 6 months ago
- An LSM Tree based Key-Value storage engine written in Go☆28Updated 7 months ago
- 🪵 From scratch implementation of Raft consensus algorithm in Go☆37Updated 2 years ago
- ViewStamped Replication implementation in Go☆38Updated last year
- LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.☆172Updated 9 months ago
- Writing a SQL database, take two: Zig and RocksDB☆152Updated 2 years ago
- Durable coroutines for Go☆414Updated 6 months ago
- An easy-to-use Map Reduce Go parallel-computing framework inspired by 2021 6.824 lab1. It supports multiple workers threads on a single m…☆222Updated last year
- A list papers of learning how to building database system☆195Updated 3 months ago
- Go implementation of Bitcask - A Log-Structured Hash Table for Fast Key / Value Data☆35Updated 11 months ago
- An Adaptive Radix Tree (ART) implementation in Go☆79Updated last year