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: almost 2 years ago badgerdbdistributed-systemsgo-rafthashicorp-raftkey-valueraft
Related projects:
Repository | Description | Stars |
---|---|---|
| A distributed key-value database system using the Raft consensus protocol | 4 |
| An implementation of the LogStore and StableStore interfaces from Hashicorp's Raft, designed for use with a key-value store. | 49 |
| An implementation of the RAFT distributed consensus algorithm among TCP peers using .NET for fault-tolerant and high-availability applications | 171 |
| An implementation of a Raft consensus algorithm using BadgerDB as the underlying data store. | 112 |
| A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
| Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 141 |
| An implementation of the Raft consensus algorithm in C# and .NET core. | 197 |
| A C implementation of the Raft consensus protocol used to synchronize distributed systems and ensure consistency in data storage | 1,133 |
| A fast key-value store with expiration times and thread safety. | 97 |
| Provides a unified interface to various key-value store and caching solutions for Go programming language | 751 |
| A minimal key-value store with API and web UI using raft cluster coordination and badger data storage | 16 |
| An implementation of the Raft distributed consensus protocol verified in Coq | 186 |
| An example of using Hashicorp's Raft implementation with gRPC in Go. | 212 |
| Provides a simple caching interface with multiple caching drivers | 371 |
| A distributed NoSQL key-value storage system with strong consistency and reliability | 527 |