From f9ebd3af41ec9c8027295645a70de5df958483da Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Sat, 3 Jun 2017 23:05:57 +0200 Subject: [PATCH] Add Badger --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 048ba5d..cf6d202 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ You can read more about this distinction on Prof. Daniel Abadi's blog: [Distingu * [Aerospike](http://www.aerospike.com/) - NoSQL flash-optimized, in-memory. Open source and "Server code in 'C' (not Java or Erlang) precisely tuned to avoid context switching and memory copies." * [Amazon DynamoDB](http://aws.amazon.com/dynamodb/) - distributed key/value store, implementation of Dynamo paper. +* [Badger](https://open.dgraph.io/post/badger/) - a fast, simple, efficient, and persistent key-value store written natively in Go. * [Bolt](https://github.com/boltdb/bolt) - an embedded key-value database for Go. * [BuntDB](https://github.com/tidwall/buntdb) - a fast, embeddable, in-memory key/value database for Go with custom indexing and geospatial support. * [Edis](https://github.com/cbd/edis) - is a protocol-compatible Server replacement for Redis.