eatonphil / goraftLinks
A basic Raft implementation in Go.
☆233Updated last year
Alternatives and similar repositories for goraft
Users that are interested in goraft are comparing it to the libraries listed below
Sorting:
- (educational) build your own disk based KV store in Go☆252Updated last year
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆63Updated last year
- My solutions to the Glomers Challenge: a series of distributed systems challenges.☆124Updated 2 years ago
- Distributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and g…☆281Updated last year
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆379Updated 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…☆362Updated 7 months ago
- Modern efficient cache design with simple FIFO queue only in Golang☆166Updated 7 months ago
- Raft + Postgres parser + Postgres wire protocol + Boltdb + ? = Distributed PostgreSQL☆103Updated 3 years ago
- Go port of Google's Swiss Table hash table☆462Updated 6 months ago
- LSM-based key-value store in Go for educational purpose.☆79Updated 9 months ago
- Durable coroutines for Go☆423Updated last year
- A disk based KV store (based on Bitcask implementation)☆197Updated 2 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆96Updated last year
- ViewStamped Replication implementation in Go☆42Updated 2 years ago
- A distributed message queue.☆125Updated 6 months ago
- Go implementation of SimpleDB, a basic RDBMS described by the "Database Design and Implementation" book by Edward Sciore☆33Updated 9 months ago
- Building an intuition for latency and throughput of basic operations across SQL databases.☆55Updated 2 years ago
- LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.☆198Updated last year
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated 2 years ago
- experimental raft storage☆107Updated last month
- Example code for how to get hashicorp/raft running with gRPC☆231Updated last year
- distributed, durable, and highly available log built on top of S3☆185Updated 11 months ago
- CRAQ (Chain Replication with Apportioned Queries) in Go☆147Updated 3 years ago
- Another minimal Raft implementation in Rust.☆186Updated 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…☆226Updated 2 years ago
- A Go library for handling LFU cache operations in O(1)☆41Updated last year
- B-tree implementation for Go☆239Updated 3 years ago
- Minimal hashicorp/raft example☆41Updated 6 months ago
- Simple building blocks for protobuf marshaling and unmarshaling☆269Updated last week
- LRU cache using go generics☆120Updated 3 years ago