vephar
KV store
A minimal key-value store with API and web UI using raft cluster coordination and badger data storage
Minimal K/V store with API and Dashboard
16 stars
2 watching
5 forks
Language: Go
last commit: almost 3 years ago file-storagegolangkey-value-storeraftreacttypescript
Related projects:
Repository | Description | Stars |
---|---|---|
synrc/kvs | A compact, distributed key-value store with support for polymorphic data and multiple backends. | 178 |
akrylysov/pogreb | An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. | 1,312 |
chainsafe/chaindb | A high-performance key-value store implemented on top of BadgerDB | 20 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
lucid-kv/lucid | A high-performance key-value store with distributed capabilities and an HTTP API | 379 |
jongretar/exbitcask | An Elixir wrapper around Basho's Bitcask Key/Value store for fast data access and storage | 12 |
oleiade/xk6-kv | A key-value store extension for k6 that provides persistent storage and shared state management | 15 |
tauraamui/kvs | Provides a lightweight key-value store library for storing and retrieving structured data in Go | 4 |
lotusdblabs/lotusdb | An optimized key-value store that combines the benefits of LSM and B+ tree data structures for fast read/write performance. | 2,080 |
cabol/kvx | A simple in-memory Key/Value Store with basic operations and configuration options | 101 |
replikativ/konserve | A protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead | 301 |
hslam/raftdb | A distributed key-value database system using the Raft consensus protocol | 4 |
rfyiamcool/raft-badger | An implementation of the LogStore and StableStore interfaces from Hashicorp's Raft, designed for use with a key-value store. | 49 |
mumez/punqlite | A lightweight key-value store with support for transactions and scripting. | 12 |
hemantasapkota/swiftstore | A LevelDB-backed key-value store for Swift applications | 123 |