Merge branch 'b-jazz-patch-1'

This commit is contained in:
Francisco Augusto 2016-11-09 13:41:31 +01:00
commit f87a5196b0
1 changed files with 4 additions and 1 deletions

View File

@ -460,7 +460,10 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software.
* [FlockDB](https://github.com/twitter/flockdb) - Twitter's distributed, fault-tolerant graph database.
* [Neo4j](http://www.neo4j.org/) - Open source graph database.
* Key-Value
*Key-Value.*
* [Couchbase](http://www.couchbase.com/) - In-memory, replicated, peristent key/value datastore.
* [LevelDB](https://github.com/google/leveldb) - Google's high performance key/value database.
* [Redis](http://redis.io/) - Networked, in-memory, key-value data store with optional durability.
* [Riak](http://basho.com/riak/) - Another fault-tolerant key-value NoSQL database.