PalDB
Key-value store
An embeddable key-value store with fast read performance and compact storage size
An embeddable write-once key-value store written in Java
939 stars
98 watching
178 forks
Language: Java
last commit: about 5 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 509 |
google/leveldb | A fast key-value storage library with ordered mapping from string keys to string values. | 36,769 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 171 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
linkedin/ambry | A distributed object store designed to efficiently store and serve large media objects in web applications. | 1,749 |
hemantasapkota/swiftstore | A LevelDB-backed key-value store for Swift applications | 123 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 23 |
treode/store | A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes. | 176 |
speedb-io/speedb | A high-performance key-value store designed to support modern data sets. | 925 |
haskell-haskey/haskey | A high-performance, ACID compliant key-value store designed to be embedded in other applications | 92 |
iondbproject/iondb | A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. | 592 |
samokhodkin/whippet-db | A high-performance embedded key-value store for Java applications | 24 |
liveasynchronousvisualizedarchitecture/simdb | A high-performance key-value store designed for concurrent access and visualization. | 537 |
lmdbjava/benchmarks | A benchmarking project comparing various Java-based key-value stores | 141 |
replikativ/konserve | A protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead | 300 |