diff --git a/README.md b/README.md index 56a628a..ba4d488 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.