I'll ask the obvious question not in the FAQ: How is this different from MongoDB?
Hey, this is Slava, founder of rethinkdb. There are some obvious high level differences: * A far more advanced query language -- distributed joins, subqueries, etc. -- almost anything you can do in SQL you can do in RethinkDB * MVCC -- which means you can run analytics on your realtime system without locking up * All queries are fully parallelized -- the compiler takes the query, breaks it up, distributes it, runs it…
Also, I am excited to try this out. I always enjoyed your writings and I am sure you + team have made something awesome.