m2
Raft Cache
A distributed key-value cache system based on the Raft consensus protocol
a simple http key/value cache system based on raft protocol.
27 stars
2 watching
1 forks
Language: Go
last commit: over 1 year ago badgerdbdistributed-systemsgo-rafthashicorp-raftkey-valueraft
Related projects:
Repository | Description | Stars |
---|---|---|
hslam/raftdb | A distributed key-value database system using the Raft consensus protocol | 4 |
rfyiamcool/raft-badger | An implementation of the LogStore and StableStore interfaces from Hashicorp's Raft, designed for use with a key-value store. | 49 |
hhblaze/raft.net | An implementation of the RAFT distributed consensus algorithm among TCP peers using .NET for fault-tolerant and high-availability applications | 171 |
bbva/raft-badger | An implementation of a Raft consensus algorithm using BadgerDB as the underlying data store. | 112 |
iwanbk/bcache | A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 141 |
threemammals/rafty | An implementation of the Raft consensus algorithm in C# and .NET core. | 197 |
willemt/raft | A C implementation of the Raft consensus protocol used to synchronize distributed systems and ensure consistency in data storage | 1,133 |
orlovevgeny/go-mcache | A fast key-value store with expiration times and thread safety. | 97 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 751 |
vaccovecrana/vephar | A minimal key-value store with API and web UI using raft cluster coordination and badger data storage | 16 |
uwplse/verdi-raft | An implementation of the Raft distributed consensus protocol verified in Coq | 186 |
jille/raft-grpc-example | An example of using Hashicorp's Raft implementation with gRPC in Go. | 212 |
faabiosr/cachego | Provides a simple caching interface with multiple caching drivers | 371 |
deepfabric/elasticell | A distributed NoSQL key-value storage system with strong consistency and reliability | 527 |