pebble
key-value store
A high-performance key-value store designed to support the needs of a distributed database system
RocksDB/LevelDB inspired key-value database in Go
5k stars
101 watching
456 forks
Language: Go
last commit: 6 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nutsdb/nutsdb | A fast and persistent key-value store with support for transactions and various data structures. | 3,402 |
facebook/rocksdb | A fast, persistent key-value store designed for flash and RAM storage. | 28,650 |
cockroachdb/cockroach | A distributed, cloud-native SQL database designed for high availability and scalable data management | 30,130 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
google/leveldb | A fast key-value storage library written at Google providing an ordered mapping from string keys to string values | 36,564 |
iabudiab/objectiverocks | An Objective-C wrapper around RocksDB for persistent key-value storage | 58 |
crystal-community/leveldb | A Crystal binding for LevelDB, providing an interface to the fast key-value storage library. | 39 |
pouchdb/pouchdb | A lightweight JavaScript database for syncing data between online and offline environments. | 16,902 |
status-im/nim-rocksdb | A Nim wrapper for RocksDB, providing a interface to the persistent key-value store. | 33 |
firstbatchxyz/hollowdb | A privacy-preserving key-value database on the Arweave blockchain | 62 |
bytebase/bytebase | A comprehensive platform for managing and securing databases throughout their development lifecycle | 11,445 |
cockroachdb/logtags | An annotation system for Go contexts allowing key-value storage and retrieval | 39 |
sirixdb/sirix | A log-structured, bitemporal append-only database system with native versioning support. | 1,129 |
seladb/pickledb-rs | A lightweight key-value store written in Rust | 259 |
patx/pickledb | A lightweight key-value store implementation using Python's JSON module | 925 |