leveldb

Key-value store

Port of LevelDB to Java for storing and retrieving data in a key-value format

Port of LevelDB to Java

GitHub

2k stars
114 watching
427 forks
Language: Java
last commit: almost 4 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
kim/leveldb-haskellProvides Haskell bindings to LevelDB for fast, disk-based key-value storage66
google/leveldbA fast key-value storage library with ordered mapping from string keys to string values.36,769
skade/leveldbBindings for a popular, no-configuration, key-value store with fast write performance and efficient storage183
crystal-community/leveldbA Crystal binding for LevelDB, providing an interface to the fast key-value storage library.39
linkedin/paldbAn embeddable key-value store with fast read performance and compact storage size939
simerplaha/swaydbA high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations.293
iondbproject/iondbA lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support.592
jdbi/jdbiProvides idiomatic access to relational databases in Java and other JVM technologies.1,995
clojure/java.jdbcProvides low-level JDBC-based access to databases in Clojure724
lmdbjava/benchmarksA benchmarking project comparing various Java-based key-value stores141
maximilianheidenreich/dsddbA lightweight key-value storage solution with simple API and support for primitive and custom data structures13
level/abstract-leveldownProvides an abstract base class for implementing key-value stores compatible with the Leveldown API146
deephacks/lmdbjniA Java API wrapper around the ultra-fast and compact key-value data store developed by Symas for the OpenLDAP Project.204
typelevel/doobieA functional JDBC layer that abstracts database interactions in a Scala-based programming language2,177
mikkelhjuul/ldA simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming.23