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
806 stars
37 watching
123 forks
Language: Java
last commit: about 2 years ago
Linked from 2 awesome lists
databaseembedded-databasein-memoryjavakey-valuelmdblow-latency
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A benchmarking project comparing various Java-based key-value stores | 141 |
| | A set of Zig bindings to a lightweight, fast Btree-based embedded KV database | 70 |
| | A Java API wrapper around the ultra-fast and compact key-value data store developed by Symas for the OpenLDAP Project. | 204 |
| | An optimized key-value store that combines the benefits of LSM and B+ tree data structures for fast read/write performance. | 2,094 |
| | A high-performance key-value store with distributed capabilities and an HTTP API | 378 |
| | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 23 |
| | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
| | An embeddable key-value store with fast read performance and compact storage size | 939 |
| | A key-value store extension for k6 that provides persistent storage and shared state management | 16 |
| | ACID-compliant key-value database with support for transactions and high throughput | 39 |
| | A high-performance key-value store implemented on top of BadgerDB | 20 |
| | Provides bindings to the Lightning Memory-mapped Database, a key-value store with ACID properties and high read performance. | 43 |
| | An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. | 1,313 |
| | A geo-distributed key-value store for high-performance metadata management in multi-data center scenarios. | 626 |
| | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 509 |