nutsdb
KV store
A fast and persistent key-value store with support for transactions and various data structures.
A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
3k stars
55 watching
337 forks
Language: Go
last commit: 3 months ago
Linked from 2 awesome lists
data-structuresdatabasegogolangkey-valuekv-storenutsdbsupports-transactions
Related projects:
Repository | Description | Stars |
---|---|---|
couchbase/moss | A fast and persistent key-value storage library written in Go | 978 |
facebook/rocksdb | A fast key-value store for efficient storage of large amounts of data on flash drives. | 28,801 |
google/leveldb | A fast key-value storage library with ordered mapping from string keys to string values. | 36,769 |
ideawu/ssdb | A high-performance key-value store designed to be an alternative to Redis. | 8,196 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 171 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 751 |
rosedblabs/rosedb | A lightweight key-value storage engine with a focus on reliability and throughput | 4,647 |
tidwall/buntdb | An embeddable key/value store with geospatial support and custom indexing for Go applications. | 4,599 |
cockroachdb/pebble | A high-performance key-value store designed to support the needs of a distributed database system | 5,030 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
chrislusf/vasto | A distributed key-value store with sharding and replication capabilities | 261 |
polarsignals/frostdb | A Go-based embeddable columnar database optimized for write-heavy workloads and analytical queries. | 1,351 |
lotusdblabs/lotusdb | An optimized key-value store that combines the benefits of LSM and B+ tree data structures for fast read/write performance. | 2,094 |
etcd-io/bbolt | A lightweight, fast, and reliable embedded key/value store library for Go. | 8,360 |
kim/leveldb-haskell | Provides Haskell bindings to LevelDB for fast, disk-based key-value storage | 66 |