Merge pull request #155 from hslatman/patch-3

Add Badger
This commit is contained in:
Onur Akpolat
2017-06-15 14:26:52 +02:00
committed by GitHub

View File

@@ -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.