bitcask
There are 71 repositories under bitcask topic.
rosedblabs/rust-practice
some tiny learning projects in Rust
auula/vasedb
VaseDB is a NoSQL that supports multiple data types and transactions.
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 arena based Skiplist impelementation for building memtable.
elliotchenzichang/tiny-bitcask
build a tiny kv store base on Bitcask
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.
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.
ltungv/bitcask
A tiny key-value store backed by Bitcask and Redis Serialization Protocol
ldmtam/raft-auto-increment
Distributed, fault-tolerant, persistent, auto-increment ID generation service with Raft consensus
healeycodes/bitcask-lite
📚 A log-structured hash table database. Speedy K/V store for datasets larger than memory.
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
octu0/bitcaskdb
high performance KV database based on bitcask
KevinZh0A/bitkv-rs
A k/v storage engine inspired by bitcask written in Rust
ndancing/bitcask
A simple Bitcask implementation in Java
SYaoJun/yesdb
bitcask storage system【WIP】
varunu28/bit-db
1️⃣ & 0️⃣ A database implementation based upon Bitcask paper
ashwaniYDV/My-LSM-Tree-cpp
Log-structured Key-Value storage engine written in C++
SarthakMakhija/bitcask
Bitcask - A Log-Structured Fast KV Store
yati-sagade/bitrust
Bitcask implementation in Rust
al8n/valog
A lock-free, generic, lightweight value log for WiscKey or Bitcask architecture databases.
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
cedrickchee/bitcask
My key/value store (embedded database) solution for PingCAP training courses
gfreezy/bitcask-rs
bitcask in rust
kakosute/lazydb
Fast KV database implemented in Go.
saint-yellow/baradb
K/V storage engine based on Bitcask
zevin02/FlyKV
FlexDB is a KV database based on the Bitcask and compatible with the Redis protocol and mvcc with transactional support.