kvstore
There are 134 repositories under kvstore topic.
Tencent/Tendis
Tendis is a high-performance distributed storage system fully compatible with the Redis protocol.
zuoyebang/bitalostored
Bitalostored is a high-performance distributed storage system, core engine based on bitalosdb(self-developed), compatible with Redis protocol.
OneSizeFitsQuorum/MIT6.824-2021
4 labs + 2 challenges + 4 docs
IceFireDB/IceFireDB
@IceFireLabs -> IceFireDB is a database built for web3.0 It strives to fill the gap between web2 and web3.0 with a friendly database experience, making web3 application data storage more convenient, and making it easier for web2 applications to achieve decentralization and data immutability.
topling/toplingdb
ToplingDB is a cloud native LSM Key-Value Store with searchable compression algo and distributed compaction
daos-stack/daos
DAOS Storage Stack (client libraries, storage engine, control plane)
douban/gobeansdb
Distributed object storage server from Douban Inc.
youzan/ZanRedisDB
Yet another distributed fault-tolerant key-value database Compatible with Redis written in Golang.
topling/todis
Todis is a massive, persistent Redis server developed by Topling Inc.
Softmotions/iowow
Multipurpose C library and persistent key/value storage
auula/wiredb
WireDB is a NoSQL database based on Log-structured file system.
oliver-oloughlin/kvdex
A high-level abstraction layer for Deno KV with zero third-party dependencies by default 🦕🗝️
al8n/skipdb
An embedded, in-memory, zero-copy, atomicity, consistency, isolation, MVCC, almost lock-free and serializable snapshot isolation database engine.
zuoyebang/bitalosdb
Bitalosdb is a high-performance KV storage engine.
zuoyebang/bitalostable
Bitalostable is a KV storage engine. It is used to store bitalostored cold data.
distkv-project/distkv
A light weight distributed key-value database system with table concept.
absolute8511/ZanRedisDB
Yet another distributed fault-tolerant key-value database Compatible with Redis written in Golang.
csunny/etcd-from-arch-to-souce-code
etcd架构以及源码解析
chenjiandongx/grogudb
🐸 Grogudb is a KV Database designed for fast write/scan heavy workloads.
rfyiamcool/raft-badger
🌈 raft-badger implements LogStore and StableStore Interface of hashicorp/raft. 🔥
cschanck/single-file-java
One file, one piece of functionality. No dependencies.
DICL/listdb
ListDB: Union of Write-Ahead Logs and Persistent SkipLists for Incremental Checkpointing on Persistent Memory
TwiN/gocache
High performance and lightweight in-memory cache library with LRU and FIFO support as well as memory-usage-based-eviction
elliotchenzichang/tiny-bitcask
build a tiny kv store base on Bitcask
ppLorins/aurora
A Raft based K-V database implemented with cpp.
WyattJia/Kites
🪁 A consistency, partition tolerance completed distributed KV store, implementation of the Raft distributed consensus protocol and Kotlin.
prologic/bitcask
🔑 A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk layout (LSM+WAL) similar to Riak.
korandoru/zeronos-archive
Distributed consensus system with Map interface based on Apache Ratis
WyattJia/Pomegranate
🌳 A tiny skiplist based log-structured merge-tree written in Rust.
Rannie/RHKeyValueStore
Key-Value storage tool, based on WCDB (WeChat DataBase).
aleksandarskrbic/rocks4j
KV Store for Java backed by RocksDB
andrewlee302/MIT-6.824
Implementation of MIT 6.824: Distributed Systems
DKU-StarLab/leveldb-wiki
Open Source Documentation Analyzing LevelDB
simpleton/Yasp
Yet Another Shared Preference
qichengzx/bitcask
Bitcask is a log-structured fast KV store.
ZYunfeii/MiniKV
A high-performance minimalist KV database.