eatonphil / goraftLinks
A basic Raft implementation in Go.
☆229Updated last year
Alternatives and similar repositories for goraft
Users that are interested in goraft are comparing it to the libraries listed below
Sorting:
- My solutions to the Glomers Challenge: a series of distributed systems challenges.☆121Updated 2 years ago
- (educational) build your own disk based KV store in Go☆239Updated last year
- Go library for protobuf compatible sstables, a skiplist, a recordio format and other database building blocks like a write-ahead log. Shi…☆330Updated 2 months ago
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆61Updated 9 months ago
- Raft + Postgres parser + Postgres wire protocol + Boltdb + ? = Distributed PostgreSQL☆103Updated 3 years ago
- A cloud native embedded storage engine built on object storage.☆93Updated 5 months ago
- Modern efficient cache design with simple FIFO queue only in Golang☆164Updated 2 months ago
- A disk based KV store (based on Bitcask implementation)☆196Updated last year
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆371Updated last year
- Durable coroutines for Go☆418Updated last year
- Distributed cache with client-side consistent hashing, distributed leader-elections, and dynamic node discovery. Supports both REST and g…☆281Updated last year
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆98Updated 9 months ago
- LSM-based key-value store in Go for educational purpose.☆71Updated 5 months ago
- A distributed message queue.☆125Updated last month
- Go port of Google's Swiss Table hash table☆445Updated last month
- ViewStamped Replication implementation in Go☆39Updated 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…☆225Updated last year
- distributed, durable, and highly available log built on top of S3☆179Updated 6 months ago
- Minimal hashicorp/raft example☆39Updated last month
- An LSM Tree based Key-Value storage engine written in Go☆41Updated last year
- CRAQ (Chain Replication with Apportioned Queries) in Go☆143Updated 3 years ago
- one billion row challenge☆42Updated last year
- B-tree implementation for Go☆239Updated 3 years ago
- Building an intuition for latency and throughput of basic operations across SQL databases.☆55Updated last year
- A Go library for handling LFU cache operations in O(1)☆41Updated last year
- Gain is a high-performance io_uring networking framework written entirely in Go.☆544Updated last year
- Example code for how to get hashicorp/raft running with gRPC☆227Updated last year
- Fast selection algorithms for Go☆244Updated 8 months ago
- LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.☆189Updated last year
- Repository used during the Service Weaver workshops.☆134Updated 8 months ago