Projects Using Badger Projects Using Badger Below is a list of known projects that use Badger: Dgraph - Distributed graph database. Jaeger - Distributed tracing platform. go...
BadgerDB Documentation Changelog Contribute Our Community BadgerDB Documentation BadgerDB is an embeddable, persistent, and fast key-value (KV) database written in pure Go. I...
Database backup Database backup There are two public API methods DB.Backup() and DB.Load() which can be used to do online backups and restores. Badger v0.9 provides a CLI too...
Projects Using Badger Projects Using Badger Below is a list of known projects that use Badger: Dgraph - Distributed graph database. Jaeger - Distributed tracing platform. g...
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...
Get Started - Quickstart Guide Installing Installing Badger Command Line Tool Choosing a version Opening a database In-Memory Mode/Diskless Mode Encryption Mode Transactions ...