alexander-akhmetov / raft-kvLinks
Simple KV storage with Raft consensus algorithm inside
☆21Updated 2 years ago
Alternatives and similar repositories for raft-kv
Users that are interested in raft-kv are comparing it to the libraries listed below
Sorting:
- This is a distributed kv project to demonstrate how to use matrixcube☆17Updated 2 years ago
- An example of building a distributed key value database, using hashicorp's raft and gossip sdks☆10Updated 2 years ago
- Storage algorithms.☆38Updated 4 years ago
- LSM tree based key-value database☆30Updated last year
- Server for benchmarking pure Go key/value databases☆33Updated 8 years ago
- RocksDB/LevelDB inspired key-value database in Go☆10Updated 4 years ago
- A comparison of skip lists written in Go☆54Updated 3 years ago
- succinct static kv☆46Updated 4 years ago
- A Bitcask (LSM+WAL) Key/Value Store written in Go.☆38Updated 6 years ago
- ☆21Updated 2 years ago
- The Adaptive Radix Tree With Optimistic Synchronization.☆21Updated 6 years ago
- Native persistent memory support for Go☆81Updated 2 years ago
- A toy memory store with great performance☆34Updated 2 years ago
- colletions of papers on LSM-Tree☆23Updated 3 years ago
- Fuzz Testing for the github.com/hashicorp/raft library☆30Updated 2 years ago
- Specifying and Verfying concensus algorithms in PolarDB using TLA+☆54Updated 8 months ago
- dragonboat multi group raft product ready example by pebbledb☆18Updated last year
- Raft backend using LevelDB☆31Updated 2 years ago
- ☆24Updated 3 years ago
- A key value storage example powered by hashicorp raft and BadgerDB☆104Updated 6 years ago
- A simple database based on raft and rocksdb☆52Updated 8 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆41Updated 4 years ago
- The Golang imeplentation of MVCC Hashmap☆13Updated 8 years ago
- ☆14Updated 3 years ago
- A key-value store implemented as a Log-Structured Merge Tree in C++☆71Updated 8 years ago
- A pluggable implementation of the Paxos Consensus Protocol☆24Updated 8 years ago
- TiExec tries to alleviate the iTLB-Cache-Miss problem of the application it loaded, so it will bring some direct performance improvement …☆39Updated 3 years ago
- B+ tree in memory with mvcc support☆18Updated 6 years ago
- HotRing: A Hotspot-Aware In-Memory Key-Value Store reading report code/data☆41Updated 4 years ago
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆23Updated 3 months ago