eatonphil / goraftLinks
A basic Raft implementation in Go.
☆227Updated last year
Alternatives and similar repositories for goraft
Users that are interested in goraft are comparing it to the libraries listed below
Sorting:
- A cloud native embedded storage engine built on object storage.☆92Updated 3 months ago
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆61Updated 7 months ago
- My solutions to the Glomers Challenge: a series of distributed systems challenges.☆121Updated 2 years ago
- Raft + Postgres parser + Postgres wire protocol + Boltdb + ? = Distributed PostgreSQL☆103Updated 3 years ago
- Go library for protobuf compatible sstables, a skiplist, a recordio format and other database building blocks like a write-ahead log. Shi…☆329Updated 3 weeks ago
- LSM-based key-value store in Go for educational purpose.☆68Updated 3 months ago
- Distributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and g…☆280Updated 10 months ago
- (educational) build your own disk based KV store in Go☆234Updated last year
- ViewStamped Replication implementation in Go☆39Updated last year
- A disk based KV store (based on Bitcask implementation)☆178Updated last year
- Writing a SQL database, take two: Zig and RocksDB☆154Updated 2 years ago
- An LSM Tree based Key-Value storage engine written in Go☆38Updated 11 months ago
- Embedded open-source storage engine for highly concurrent, transactional log-structured key-value storage.☆72Updated this week
- Durable coroutines for Go☆417Updated 10 months ago
- A SQL-like query language on general Key-Value DB☆140Updated 11 months ago
- Concurrency toolkit for Go☆210Updated 10 months ago
- B-tree implementation for Go☆239Updated 3 years ago
- A blazingly fast event stream processing library powering the reveald event processing daemon.☆133Updated last month
- Fast selection algorithms for Go☆244Updated 6 months ago
- Go port of Google's Swiss Table hash table☆432Updated 2 months ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- Package for fast persistent, transactional, and embedded key-value storage. LevelDB-WiscKey inspired.☆134Updated 2 months ago
- An Almost Exactly Once Delivery (AEOD) queue☆61Updated 2 weeks ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆98Updated 7 months ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆369Updated last year
- one billion row challenge☆42Updated last year
- 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…☆223Updated last year
- distributed, durable, and highly available log built on top of S3☆175Updated 4 months ago
- CRAQ (Chain Replication with Apportioned Queries) in Go☆142Updated 3 years ago
- Modern efficient cache design with simple FIFO queue only in Golang☆157Updated 3 weeks ago