BadgerDB
Fast embedded key-value database written purely in Go based on WiscKey architecture.
Why consider BadgerDB?
BadgerDB is an open-source, ultra-fast embedded key-value database written entirely in Go by Dgraph Labs. Based on the WiscKey research paper, it separates keys from values in SSD storage, delivering up to 10x faster random write speeds than RocksDB.
Learn BadgerDB by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of BadgerDB
BadgerDB provides full ACID transactions and concurrent iterators without requiring CGo or external shared C++ libraries.
Quickstart
go get github.com/dgraph-io/badger/v4BadgerDB is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.