kv-database
There are 25 repositories under kv-database topic.
fjall-rs/fjall
🗻 Log-structured, embeddable key-value storage engine written in Rust
yetone/mirdb
MirDB: A Persistent Key-Value Store with Memcached protocol.
tostesdaniel/rust-conveyor-filters
Web app built with Next.js for managing Conveyor Filters for video game Rust by Facepunch Studios. Build, share and export conveyor filters with ease.
patrickbrown-dev/pbdb
A key/value database inspired by chapter 3 of Designing Data-Intensive Applications by Martin Kleppmann.
gatsbyd/cherry
A C++ implementation of RAFT consensus algorithm
aleksandarskrbic/rocks4j
KV Store for Java backed by RocksDB
zhouxingtuan/alphaKV
A simple key-value database, fast and lightweight. Support Linux/Mac/IOS/Android
copilotzhq/dengo
MongoDB-compatible API for Deno KV
Focinfi/oncekv
Easy scaling distributed Key/Value dababase
fengyangyang98/T6
🗳 A simple distributed key-value Database
lobesoftllc/fskvdb
FSKVDB is fast key/value DB that can be used on tiny embedded enviroment
savsgio/go-kvbench
Golang KV databases benchmarks.
desion/terminal
terminal is a kv database compatible with memcached, It can load batch data online. very useful for recommend service to store the data generate offline
gushitong/rekkles
A NoSQL database implementation, alternative to redis.
lnikon/tinykvpp
Horizontally scalable, highly available, key-value storage service with distributed transaction support written in C++
kofj/redlot
Redlot is a KV database.
shady831213/6.824-MIT-shady
MIT 6.824-2018 Labs
AndrewMotevich/mini-market
This is a simple nextJs app, like a mini market, where seller can add his goods, edit and sell them.
binaryfire/kv
Lightweight, high-performance key-value store with HTTP API. Built with ReactPHP and SQLite.
taoso/php-kv
php kev-value store
WindomZ/gkv
Embeddable, persistent, simple key/value(KV) database adapter for Go.
piu1283/tinykv
A course to build distributed key-value service based on TiKV model
keks51/KeksDB
key value database based on bplus and lsm trees
Kurtyjlee/GovAnalysis
LLM application which utilises cutting edge libraries such as langchain to generate responses for businesses looking to know more about the different SG policies that can support them. Uses Retrieval Augmented Generation with vector database.
mivinci/hdb
A simple embedded KV database using B+ tree.