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.
37k stars
1k watching
8k forks
Language: C++
last commit: 6 months ago
Linked from 8 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A Crystal binding for LevelDB, providing an interface to the fast key-value storage library. | 39 |
| Provides Haskell bindings to LevelDB for fast, disk-based key-value storage | 66 |
| A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 171 |
| A Qt/QML wrapper for Google's LevelDB key-value storage library | 55 |
| A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 509 |
| Provides a unified interface to various key-value store and caching solutions for Go programming language | 751 |
| A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. | 592 |
| Bindings for a popular, no-configuration, key-value store with fast write performance and efficient storage | 183 |
| A LevelDB-backed key-value store for Swift applications | 123 |
| A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
| A high-performance key-value store designed to support modern data sets. | 925 |
| A high-performance key-value store designed for concurrent access and visualization. | 537 |
| A fast and persistent key-value storage library written in Go | 978 |
| An embeddable key-value store with fast read performance and compact storage size | 939 |
| A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 23 |