Go Meetup

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 …

Binary Encoding, Flatbuffers and gRPC