bitcask
There are 74 repositories under bitcask topic.
rosedblabs/rust-practice
some tiny learning projects in Rust
auula/wiredb
WireDB is a NoSQL database based on Log-structured file system.
rosedblabs/wal
Write Ahead Log for LSM or bitcask storage(or any append-only write).
mr-karan/barreldb
A disk based KV store (based on Bitcask implementation)
Kirov7/CouloyDB
CouloyDB is a storage engine that strikes a balance between performance and storage costs.
dineshgowda24/bitcask-rb
📁 Build your own fast, persistent KV store(Based on bitcask paper)
xincao9/dkv
对象存储 - 日志结构哈希表
al8n/skl
A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.
elliotchenzichang/tiny-bitcask
build a tiny kv store base on Bitcask
XiXi-2024/xixi-kv
A lightweight key-value storage engine based on the Bitcask model.
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.
iFaceless/tinkv
[WIP] ✨ TinKV is a simple and fast key-value storage written in Rust, which provides a bultin CLI and a Redis compatible server.
ltungv/bitcask
A tiny key-value store backed by Bitcask and Redis Serialization Protocol
healeycodes/bitcask-lite
📚 A log-structured hash table database. Speedy K/V store for datasets larger than memory.
ldmtam/raft-auto-increment
Distributed, fault-tolerant, persistent, auto-increment ID generation service with Raft consensus
dragonquest/bitcask
Bitcask Implementation in Rust. A fast key-value store.
manosriram/nimbusdb
Persistent Key-Value store based on BitCask.
qichengzx/bitcask
Bitcask is a log-structured fast KV store.
ldmtam/go-bitcask
A Log-Structured Hash Table for Fast Key/Value Data implemented in Golang
ndancing/bitcask
A simple Bitcask implementation in Java
octu0/bitcaskdb
high performance KV database based on bitcask
SYaoJun/yesdb
bitcask storage system【WIP】
varunu28/bit-db
1️⃣ & 0️⃣ A database implementation based upon Bitcask paper
al8n/valog
A lock-free, generic, lightweight value log for WiscKey or Bitcask architecture databases.
SarthakMakhija/bitcask
Bitcask - A Log-Structured Fast KV Store
ashwaniYDV/My-LSM-Tree-cpp
Log-structured Key-Value storage engine written in C++
yati-sagade/bitrust
Bitcask implementation in Rust
kuentra-official/wal
Updated, next-generation WAL (Write Ahead Log) for LSM or Bitcask
LiangrunDa/bitcask-engine-rs
A Rust implementation of BitCask, a log-structured storage engine for key/value data.
LouayMagdy/Weather-Stations-Monitoring
DDIA Course Project
tsundata/flowdb
A light weight distributed key-value database system
zevin02/FlyKV
FlexDB is a KV database based on the Bitcask and compatible with the Redis protocol and mvcc with transactional support.
dfeneyrou/litecask
A high performance single-header embeddable persistent key-value store with indexing capabilities
kakosute/lazydb
Fast KV database implemented in Go.
saint-yellow/baradb
K/V storage engine based on Bitcask
tgroban/bitcask
🔑 A high performance Key/Value store written in Go