From 7183c73b564f3a5f9a5e41a009318691a5547761 Mon Sep 17 00:00:00 2001 From: John Barker Date: Sun, 22 Jun 2014 13:13:12 -0700 Subject: [PATCH] Updated README for RethinkDB --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9779d19..a00117f 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [CouchDB](http://couchdb.apache.org/) - Ease of use, with multi-master replication document-oriented database system. * [MongoDB](http://www.mongodb.org/) - Another document-oriented database system. * [Redis](http://redis.io/) - Networked, in-memory, key-value data store with optional durability. +* [RethinkDB](http://rethinkdb.com) - Built to store JSON documents, and scale to multiple machines with very little effort. It supports really useful queries like table joins and group by. * [Riak](http://basho.com/riak/) - Another fault-tolerant key-value NoSQL database. Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis