BTDB
Key-value store library
A high-performance, ACID-compliant key-value store with object database and relational capabilities.
Key Value Database in .Net with Object DB Layer, RPC, dynamic IL and much more
139 stars
25 watching
42 forks
Language: C#
last commit: about 1 month ago
Linked from 1 awesome list
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 |
vitalvas/vxdb | An implementation of a simple key-value NoSQL database with a minimal API interface for storing and retrieving data | 20 |
google/leveldb | A fast key-value storage library with ordered mapping from string keys to string values. | 36,769 |
liveasynchronousvisualizedarchitecture/simdb | A high-performance key-value store designed for concurrent access and visualization. | 537 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 171 |
chrislusf/vasto | A distributed key-value store with sharding and replication capabilities | 261 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 751 |
treode/store | A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes. | 176 |
iondbproject/iondb | A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. | 592 |
unixjunkie/dokeysto | A key-value store implementation in OCaml, optimized for simplicity and efficient storage. | 10 |
speedb-io/speedb | A high-performance key-value store designed to support modern data sets. | 925 |
andris9/jstorage | A lightweight JavaScript key-value store for local browser storage and pub/sub messaging. | 1,537 |
peterbourgon/diskv | A simple disk-backed key-value store with optional transformation of keys to paths on disk. | 1,411 |
capless/kev | A lightweight Python library for key-value stores and document databases with support for multiple backends | 99 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 23 |