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: almost 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. | 507 |
google/leveldb | A fast key-value storage library written at Google providing an ordered mapping from string keys to string values | 36,564 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 169 |
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 handle large amounts of small and large immutable objects with high availability and low latency. | 1,751 |
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. | 22 |
treode/store | A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes. | 177 |
speedb-io/speedb | A high-performance key-value store designed to support modern data sets. | 917 |
haskell-haskey/haskey | A high-performance, ACID compliant key-value store designed to be embedded in other applications | 93 |
iondbproject/iondb | A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. | 586 |
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. | 535 |
lmdbjava/benchmarks | A benchmarking project comparing various Java-based key-value stores | 139 |
replikativ/konserve | A protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead | 301 |