dianchengwangCHN / raft-key-value-storeLinks
A distributed key-value store based on the implementation of Raft consensus algorithm following the paper, which applies multithreading techniques to support concurrent requests.
☆19Updated 5 years ago
Alternatives and similar repositories for raft-key-value-store
Users that are interested in raft-key-value-store are comparing it to the libraries listed below
Sorting:
- RAFT based Key-Value Store with Transaction Support☆8Updated 5 years ago
- concurrent map implementation using bucket list like a skip list.☆10Updated 3 years ago
- Storage algorithms.☆38Updated 4 years ago
- A pluggable implementation of the Paxos Consensus Protocol☆24Updated 8 years ago
- An implementation of Consistent Hashing with Bounded Loads (using Red-Black tree)☆48Updated 6 years ago
- Distributed key-value database in Go☆43Updated 4 years ago
- Dcrontab is a Distributed Crontab using Raft Consensus (esp. useful for scheduling critical tasks)☆19Updated 2 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆41Updated 5 years ago
- TiKV based Pub/Sub server☆34Updated 6 years ago
- An example of building a distributed key value database, using hashicorp's raft and gossip sdks☆10Updated 2 years ago
- A simple database based on raft and rocksdb☆52Updated 8 years ago
- A simplified implementation for log structured merge tree.☆62Updated 4 years ago
- LSM tree based key-value database☆30Updated last year
- Database server written from scratch☆14Updated 2 years ago
- TalariaDB is a distributed, highly available, and low latency time-series database for Presto☆225Updated last year
- Distributed KV data store with tunable consistency, synchronous replication☆66Updated last year
- ☆34Updated 4 years ago
- Distributed Computing with Go, published by Packt☆74Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆33Updated 8 years ago
- RocksDB/LevelDB inspired key-value database in Go☆10Updated 4 years ago
- [Go] - Bully algorithm visualization & implementation written in Golang.☆64Updated 6 years ago
- A comparison of skip lists written in Go☆54Updated 3 years ago
- Persistent Block KD Tree In Golang for Search Filtering☆38Updated last year
- CRAQ (Chain Replication with Apportioned Queries) in Go☆143Updated 3 years ago
- 🪵 From scratch implementation of Raft consensus algorithm in Go☆40Updated 3 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 2 years ago
- Lock-free ring buffer in Go, support SPSC/SPMC/MPSC/MPMC implementations.☆18Updated 2 years ago
- Two-phase (2PC) and three-phase (3PC) protocols implementaion in Golang☆38Updated 2 weeks ago
- This is a distributed kv project to demonstrate how to use matrixcube☆17Updated 2 years ago
- A distributed message queue.☆125Updated last month