leveldb

Key-value store

A fast key-value storage library with ordered mapping from string keys to string values.

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

GitHub

37k stars
1k watching
8k forks
Language: C++
last commit: about 2 years ago
Linked from 8 awesome lists


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
crystal-community/leveldbA Crystal binding for LevelDB, providing an interface to the fast key-value storage library.39
kim/leveldb-haskellProvides Haskell bindings to LevelDB for fast, disk-based key-value storage66
amit-davidson/libradbA simple key-value store implemented in Go for learning purposes and providing a basic database example.171
paulovap/qtleveldbA Qt/QML wrapper for Google's LevelDB key-value storage library55
yahoo/halodbA high-performance key-value store designed for IO-bound workloads with low latency and high throughput.509
philippgille/gokvProvides a unified interface to various key-value store and caching solutions for Go programming language751
iondbproject/iondbA lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support.592
skade/leveldbBindings for a popular, no-configuration, key-value store with fast write performance and efficient storage183
hemantasapkota/swiftstoreA LevelDB-backed key-value store for Swift applications123
simerplaha/swaydbA high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations.293
speedb-io/speedbA high-performance key-value store designed to support modern data sets.925
liveasynchronousvisualizedarchitecture/simdbA high-performance key-value store designed for concurrent access and visualization.537
couchbase/mossA fast and persistent key-value storage library written in Go978
linkedin/paldbAn embeddable key-value store with fast read performance and compact storage size939
mikkelhjuul/ldA simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming.23