Installing Installing Badger Command Line Tool Choosing a version Installing To start using Badger, install Go 1.12 or above. Badger v2 needs go modules. Run the following co...
BadgerDB Documentation Changelog Contribute Our Community BadgerDB Documentation BadgerDB is an embeddable, persistent, and fast key-value (KV) database written in pure Go. I...
Stream Stream Badger provides a Stream framework, which concurrently iterates over all or a portion of the DB, converting data into custom key-values, and streams it out serial...
Frequently Asked Question My writes are getting stuck. Why? My writes are really slow. Why? I don’t see any disk writes. Why? Reverse iteration doesn’t give me the right results...
Frequently Asked Question My writes are getting stuck. Why? My writes are really slow. Why? I don’t see any disk writes. Why? Reverse iteration doesn’t give me the right results...
Opening a database In-Memory Mode/Diskless Mode Opening a database The top-level object in Badger is a DB . It represents multiple files on disk in specific directories, which...
Get Started - Quickstart Guide Installing Installing Badger Command Line Tool Choosing a version Opening a database In-Memory Mode/Diskless Mode Encryption Mode Transactions ...