badger
key-value store
A fast, embeddable, and persistent key-value database written in Go.
Fast key-value DB in Go.
14k stars
231 watching
1k forks
Language: Go
last commit: 8 days 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 | 746 |
couchbase/moss | A fast and persistent key-value storage library written in Go | 956 |
go-mgo/mgo | A MongoDB driver for Go that allows interaction with the MongoDB NoSQL database | 2,738 |
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 |
etcd-io/bbolt | A lightweight, fast, and reliable embedded key/value store library for Go. | 8,288 |
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,665 |
tidwall/buntdb | An embeddable key/value store with geospatial support and custom indexing for Go applications. | 4,577 |
akrylysov/pogreb | An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. | 1,312 |
marcboeker/go-duckdb | A Go driver that connects to the DuckDB in-memory database engine | 725 |
google/leveldb | A fast key-value storage library written at Google providing an ordered mapping from string keys to string values | 36,564 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 169 |
nutsdb/nutsdb | A fast and persistent key-value store with support for transactions and various data structures. | 3,402 |
roaringbitmap/roaring | A data structure library that efficiently stores and manipulates dense sets of unique integers using compact binary representations. | 2,532 |