UbiquitousKeyValue-Storage
Key-value store
A solution for storing and managing key-value data across multiple devices using a persistent storage system
Completed project for NSUbiquirousKeyValueStore or iCLoud Shared UserDefaults video
4 stars
2 watching
1 forks
Language: Swift
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
spotify/sparkey | A simple key-value storage library optimized for read-heavy systems with infrequent bulk inserts. | 1,179 |
unixjunkie/dokeysto | A key-value store implementation in OCaml, optimized for simplicity and efficient storage. | 10 |
liveasynchronousvisualizedarchitecture/simdb | A high-performance key-value store designed for concurrent access and visualization. | 535 |
chrislusf/vasto | A distributed key-value store with sharding and replication capabilities | 261 |
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 507 |
vitalvas/vxdb | An implementation of a simple key-value NoSQL database with a minimal API interface for storing and retrieving data | 20 |
treode/store | A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes. | 177 |
akrylysov/pogreb | An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. | 1,312 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
speedb-io/speedb | A high-performance key-value store designed to support modern data sets. | 917 |
peterbourgon/diskv | A simple disk-backed key-value store with optional transformation of keys to paths on disk. | 1,408 |
andris9/jstorage | A lightweight JavaScript key-value store for local browser storage and pub/sub messaging. | 1,537 |
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 |