Tags badger encryption Written by Balaji Jinnah Encryption at Rest in Dgraph and Badger We built “Encryption at Rest” in Badger v2. Encryption is complex, but important. With this b ... Learn more
Tags badger devrel Written by Karthic Rao Releasing BadgerDB v2.0 Dgraph is an open-source, transactional, distributed, native Graph database. Dgraph is optimized for high ... Learn more
Tags badger release Written by Francesc Campoy Releasing BadgerDB v1.6.0 <p>It’s been almost a years since BadgerDB v1.5.0 was released. While both the project and the comm ... Learn more
Tags badger go Written by Francesc Campoy Semantic Versioning, Go Modules, and Databases A little bit over a month I joined Dgraph Labs, a really cool tiny startup based (mostly) in San Francisc ... Learn more
Tags badger rocksdb Written by Manish Rai Jain Why we choose Badger over RocksDB in Dgraph At Dgraph, we’re building the most advanced graph database in the world. It does distributed transa ... Learn more
Tags badger transactions Written by Manish Rai Jain Concurrent ACID Transactions in Badger When we started working on Badger, the aim was to keep things stupid simple. We needed to get rid of Cgo ... Learn more
Tags badger boltdb Written by Deepak Jois Badger vs LMDB vs BoltDB: Benchmarking key-value databases in Go If you have been following us, you may know that we released Badger a few months ago. Badger is a simple, ... Learn more
Tags badger rocksdb hacker news Written by Manish Rai Jain Introducing Badger: A fast key-value store written purely in Go We have built an efficient and persistent log structured merge (LSM) tree based key-value store, purely i ... Learn more