tsandl's Stars
Alinshans/MyTinySTL
Achieve a tiny STL in C++11
Dod-o/Statistical-Learning-Method_Code
手写实现李航《统计学习方法》书中全部算法
SharingSource/LogicStack-LeetCode
公众号「宫水三叶的刷题日记」刷穿 LeetCode 系列文章源码
rosedblabs/rosedb
Lightweight, fast and reliable key/value storage engine based on Bitcask.
ZachL1/Bilibili-plus
课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB
talent-plan/tinykv
A course to build distributed key-value service based on TiKV model
logcabin/logcabin
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 core metadata and is helpful in solving cluster management issues.
Tencent/paxosstore
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, and is able to afford billions of peak TPS.
rescrv/HyperDex
HyperDex is a scalable, searchable key-value store
PacktPublishing/Go-Design-Patterns
This is the code repository for the book, Go Design Patterns, published by Packt
eraft-io/eraft
A generic raft library
hezhizheng/go-movies
golang spider Crawler 爬虫 电影
hanj4096/raftdb
A simple distributed key value store based on the Raft consensus protocol
Ray-Eldath/MIT6.824
MIT 6.824: Distributed Systems (Spring 2020)
laohanlinux/riot
Riot is a distributed key/value system based at raft algorithm, leveldb and bitCask backend storage!!!
alash3al/goukv
a key-value store with multiple backends including leveldb, badgerdb, postgresql
AlohaPoster/MIT6.824_2021_spring
lab1,2,3,4. spring2021
joker-qi/ndslDB
基于LevelDB的改进
ChainSafe/chaindb
go key-value store using badgerDB
goyas/goya-fs
sls980/kvraft
Based on raft-protocol and leveldb, implement a simple but strong consistency distributed kv storage system.
lightszero/lightchain
轻型区块链
fxrcode/raftdb-hanj4096
geekbang 《分布式协议与算法实战》
markusleevip/taodb
changyonggang/kv-db
inspired by etcd-raft-example and leveldb
tsandl/aran
Key Value storage based on Ranged LSM tree
tsandl/awesome-go-storage
A curated list of awesome Go storage projects and libraries
tsandl/HyperLevelDB
A fork of LevelDB intended to meet the needs of HyperDex while remaining compatible with LevelDB.
tsandl/wiskey
Golang implementation of Wiskey paper
vrnvu/distributed-leveldb
distributed leveldb with raft