Go

Badger: Fast key-value database written in Go

Badger is a fast key-value database, written to provide a Go native alternative to RocksDB. Typical LSM tree based KV DBs are fast in writes, but slower in reads. Badger provides better write throughput than RocksDB while maintaining at least the …

Dgraph - A distributed graph database written in Go

A higher level overview of Dgraph.

Dgraph - A distributed graph database written in Go

This talk digs a bit deeper into the design of Dgraph.

Binary Encoding, Flatbuffers and gRPC