Friday, 20 September 2013
Interesting Snippets from 2013-09-20
-
An open-source distributed database built with love - RethinkDB
RethinkDB is built to store JSON documents, and scale to multiple machines with very little effort. It has a pleasant query language that supports really useful queries like table joins and group by, and is easy to setup and learn.