bbolt

Key store library

A lightweight, fast, and reliable embedded key/value store library for Go.

An embedded key/value database for Go.

GitHub

8k stars
125 watching
649 forks
Language: Go
last commit: about 2 months ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
philippgille/gokv Provides a unified interface to various key-value store and caching solutions for Go programming language 751
etcd-io/etcd A distributed reliable key-value store used in critical deployment scenarios of distributed systems 48,056
tidwall/buntdb An embeddable key/value store with geospatial support and custom indexing for Go applications. 4,599
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
dgraph-io/badger A fast, embeddable, and persistent key-value database written in Go. 14,083
go-mgo/mgo A MongoDB driver for Go that allows interaction with the MongoDB NoSQL database 2,735
asdine/storm A toolkit providing indexes, query methods, and data storage for BoltDB 2,068
claygod/coffer ACID-compliant key-value database with support for transactions and high throughput 39
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
roaringbitmap/roaring A data structure library that efficiently stores and manipulates dense sets of unique integers using compact binary representations. 2,562
cockroachdb/pebble A high-performance key-value store designed to support the needs of a distributed database system 5,030
mikkelhjuul/ld A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. 23
google/leveldb A fast key-value storage library with ordered mapping from string keys to string values. 36,769
uber-go/fx A dependency injection framework for Go that eliminates global state and enables loose coupling of components. 5,982