leveldb
Key-value store
Port of LevelDB to Java for storing and retrieving data in a key-value format
Port of LevelDB to Java
2k stars
114 watching
429 forks
Language: Java
last commit: about 2 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
kim/leveldb-haskell | Provides Haskell bindings to LevelDB, a fast and efficient NoSQL database system | 66 |
google/leveldb | A fast key-value storage library written at Google providing an ordered mapping from string keys to string values | 36,564 |
skade/leveldb | Bindings for a popular, no-configuration, key-value store with fast write performance and efficient storage | 183 |
crystal-community/leveldb | A Crystal binding for LevelDB, providing an interface to the fast key-value storage library. | 39 |
linkedin/paldb | An embeddable key-value store with fast read performance and compact storage size | 939 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
iondbproject/iondb | A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. | 586 |
jdbi/jdbi | Provides idiomatic access to relational databases in Java and other JVM technologies. | 1,985 |
clojure/java.jdbc | Provides low-level JDBC-based access to databases in Clojure | 724 |
lmdbjava/benchmarks | A benchmarking project comparing various Java-based key-value stores | 139 |
maximilianheidenreich/dsddb | A lightweight key-value storage solution with simple API and support for primitive and custom data structures | 13 |
level/abstract-leveldown | Provides an abstract base class for implementing key-value stores compatible with the Leveldown API | 146 |
deephacks/lmdbjni | A Java API wrapper around the ultra-fast and compact key-value data store developed by Symas for the OpenLDAP Project. | 204 |
typelevel/doobie | A functional JDBC layer that abstracts database interactions in a Scala-based programming language | 2,171 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |