You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remoteStorage is a simple library that combines the localStorage API with a remote server to persist data across sessions, devices, and browsers. It works as a simple key value database store and backend with support for React, Next.js, Vue, Node, or any Javascript stack
A distributed key-value server written in Rust, featuring a Memcached-like text protocol, MQTT-based replication, and a Merkle tree-based anti-entropy mechanism for efficient data synchronization.
Rust NoSQL key-value engine. Get, set, probabilistic types. Made for the Advanced algorithms and data structures course, III semester, Faculty of Technical Sciences in Novi Sad.
A fully functional Raft-based distributed key-value store in Go, supporting leader election, log replication, snapshotting, and crash recovery — built for MIT 6.824 lab assignments to demonstrate consensus, fault tolerance, and high availability.
A basic Go lang blockchain-based key-value database with a CLI for interacting, a Python class wrapper for the API, and Docker support for orchestrating a cluster of nodes.