haskey
Key-value store
A high-performance, ACID compliant key-value store designed to be embedded in other applications
Transactional key-value store written entirely in Haskell
93 stars
7 watching
5 forks
Language: Haskell
last commit: over 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
kim/leveldb-haskell | Provides Haskell bindings to LevelDB, a fast and efficient NoSQL database system | 66 |
honza/redish | An implementation of a distributed key-value store inspired by Redis, with support for multi-threading and TCP protocol. | 137 |
treode/store | A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes. | 177 |
haskell-nix/hnix-store | Provides a Haskell interface to the Nix store semantics and various implementations of that interface. | 87 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |
unixjunkie/dokeysto | A key-value store implementation in OCaml, optimized for simplicity and efficient storage. | 10 |
linkedin/paldb | An embeddable key-value store with fast read performance and compact storage size | 939 |
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 507 |
liveasynchronousvisualizedarchitecture/simdb | A high-performance key-value store designed for concurrent access and visualization. | 535 |
peterbourgon/diskv | A simple disk-backed key-value store with optional transformation of keys to paths on disk. | 1,408 |
spotify/sparkey | A simple key-value storage library optimized for read-heavy systems with infrequent bulk inserts. | 1,179 |
oleiade/xk6-kv | A key-value store extension for k6 that provides persistent storage and shared state management | 15 |
couchbase/moss | A fast and persistent key-value storage library written in Go | 956 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 169 |
chainsafe/chaindb | A high-performance key-value store implemented on top of BadgerDB | 20 |