

Starred repositories
Based on raft-protocol and leveldb, implement a simple but strong consistency distributed kv storage system.
A simple distributed key value store based on the Raft consensus protocol
Riot is a distributed key/value system based at raft algorithm, leveldb and bitCask backend storage!!!
a key-value store with multiple backends including leveldb, badgerdb, postgresql
tsandl / wiskey
Forked from strogiyotec/go-wiskeyGolang implementation of Wiskey paper
HyperDex is a scalable, searchable key-value store
tsandl / HyperLevelDB
Forked from rescrv/HyperLevelDBA fork of LevelDB intended to meet the needs of HyperDex while remaining compatible with LevelDB.
LogCabin is a distributed storage system built on Raft that provides a small amount of highly replicated, consistent storage. It is a reliable place for other distributed systems to store their cor…
A course to build distributed key-value service based on TiKV model
This is the code repository for the book, Go Design Patterns, published by Packt
tsandl / awesome-go-storage
Forked from gostor/awesome-go-storageA curated list of awesome Go storage projects and libraries
PaxosStore has been deployed in WeChat production for more than two years, providing storage services for the core businesses of WeChat backend. Now PaxosStore is running on thousands of machines, …
Lightweight, fast and reliable key/value storage engine based on Bitcask.
tsandl / aran
Forked from poonai/aranKey Value storage based on Ranged LSM tree
手写实现李航《统计学习方法》书中全部算法