lmdbjava

KV store

A Java implementation of the Lightning Memory Database (LMDB) key-value store with ACID semantics and low latency.

Lightning Memory Database (LMDB) for Java: a low latency, transactional, sorted, embedded, key-value store

GitHub

806 stars
37 watching
123 forks
Language: Java
last commit: about 2 years ago
Linked from 2 awesome lists

databaseembedded-databasein-memoryjavakey-valuelmdblow-latency

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
lmdbjava/benchmarks A benchmarking project comparing various Java-based key-value stores 141
lithdew/lmdb-zig A set of Zig bindings to a lightweight, fast Btree-based embedded KV database 70
deephacks/lmdbjni A Java API wrapper around the ultra-fast and compact key-value data store developed by Symas for the OpenLDAP Project. 204
lotusdblabs/lotusdb An optimized key-value store that combines the benefits of LSM and B+ tree data structures for fast read/write performance. 2,094
lucid-kv/lucid A high-performance key-value store with distributed capabilities and an HTTP API 378
mikkelhjuul/ld A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. 23
simerplaha/swaydb A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. 293
linkedin/paldb An embeddable key-value store with fast read performance and compact storage size 939
oleiade/xk6-kv A key-value store extension for k6 that provides persistent storage and shared state management 16
claygod/coffer ACID-compliant key-value database with support for transactions and high throughput 39
chainsafe/chaindb A high-performance key-value store implemented on top of BadgerDB 20
antimer/lmdb Provides bindings to the Lightning Memory-mapped Database, a key-value store with ACID properties and high read performance. 43
akrylysov/pogreb An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. 1,313
xline-kv/xline A geo-distributed key-value store for high-performance metadata management in multi-data center scenarios. 626
yahoo/halodb A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. 509