badger
key-value store
A fast, embeddable, and persistent key-value database written in Go.
Fast key-value DB in Go.
14k stars
232 watching
1k forks
Language: Go
last commit: about 1 month ago
Linked from 2 awesome lists
databasedocument-databasegogolangkey-valuelibraryssd
Related projects:
Repository | Description | Stars |
---|---|---|
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 | 751 |
couchbase/moss | A fast and persistent key-value storage library written in Go | 978 |
go-mgo/mgo | A MongoDB driver for Go that allows interaction with the MongoDB NoSQL database | 2,735 |
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 |
claygod/coffer | ACID-compliant key-value database with support for transactions and high throughput | 39 |
dgraph-io/ristretto | A high-performance cache library built with concurrency and performance in mind for use cases requiring low latency and high throughput. | 5,716 |
tidwall/buntdb | An embeddable key/value store with geospatial support and custom indexing for Go applications. | 4,599 |
akrylysov/pogreb | An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. | 1,313 |
marcboeker/go-duckdb | A Go driver that connects to the DuckDB in-memory database engine | 761 |
google/leveldb | A fast key-value storage library with ordered mapping from string keys to string values. | 36,769 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 171 |
nutsdb/nutsdb | A fast and persistent key-value store with support for transactions and various data structures. | 3,420 |
roaringbitmap/roaring | A data structure library that efficiently stores and manipulates dense sets of unique integers using compact binary representations. | 2,562 |