ExBitcask
KV store
An Elixir wrapper around Basho's Bitcask Key/Value store for fast data access and storage
Elixir wrapper of Basho's Bitcask Key/Value store.
12 stars
3 watching
1 forks
Language: Erlang
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
synrc/kvs | A compact, distributed key-value store with support for polymorphic data and multiple backends. | 178 |
cabol/kvx | A simple in-memory Key/Value Store with basic operations and configuration options | 101 |
vaccovecrana/vephar | A minimal key-value store with API and web UI using raft cluster coordination and badger data storage | 16 |
hotpotatoc/kvstore | An experimental key-value store server compatible with the Redis protocol. | 17 |
christhekeele/mnemonix | Provides a unified interface to key/value stores in Elixir and Erlang | 39 |
chainsafe/chaindb | A high-performance key-value store implemented on top of BadgerDB | 20 |
oleiade/xk6-kv | A key-value store extension for k6 that provides persistent storage and shared state management | 15 |
akrylysov/pogreb | An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. | 1,312 |
kbrw/gitex | An Elixir implementation of the Git object storage model, focusing on protocol over Git and enabling reuse with other storage systems. | 68 |
lotusdblabs/lotusdb | An optimized key-value store that combines the benefits of LSM and B+ tree data structures for fast read/write performance. | 2,080 |
lucid-kv/lucid | A high-performance key-value store with distributed capabilities and an HTTP API | 379 |
mumez/punqlite | A lightweight key-value store with support for transactions and scripting. | 12 |
unixjunkie/dokeysto | A key-value store implementation in OCaml, optimized for simplicity and efficient storage. | 10 |
saibotsivad/cloudflare-worker-key-value | A tool for interacting with Cloudflare's Key Value store using the Worker API | 5 |
jimrobinson/kvbench | A benchmarking tool to evaluate the performance of key/value stores by generating and consuming data in parallel. | 26 |