Our take on RethinkDB vs. MongoDB
rethinkdb.com
Our take on RethinkDB vs. MongoDB
1–10 of 85 posts
Re: Our take on RethinkDB vs. MongoDB
#2Re: Our take on RethinkDB vs. MongoDB
#3However, does anyone have any practical real-world experience using it? It's not production ready (from what I gather), but has anybody actually used it for real world stuff?
For my own part, I tried it out, and got stuck trying to implement a many-to-many style join. I did some searching, and it looks like that is not really possible at this point. Not a bit deal, but it might be handy to have some example SQL-to-RethinkDB queries, just to help us newbies figure out the ropes.
Re: Our take on RethinkDB vs. MongoDB
#4Most of the posts I've seen about RethinkDB focus on "hey, we're a better NoSQL solution than MongoDB." That could be true, but so far I see it mostly coming from RethinkDB themselves, or people who like the design in theory. However, does anyone have any practical real-world experience using it? It's not production ready (from what I gather), but has anybody actually used it for real world stuff? For my own part, I…
What did you try to do with a many-to-many join? We could help you with writing the query, and could add syntax sugar to the language to make it easier if it makes sense.
Re: Our take on RethinkDB vs. MongoDB
#5Most of the posts I've seen about RethinkDB focus on "hey, we're a better NoSQL solution than MongoDB." That could be true, but so far I see it mostly coming from RethinkDB themselves, or people who like the design in theory. However, does anyone have any practical real-world experience using it? It's not production ready (from what I gather), but has anybody actually used it for real world stuff? For my own part, I…
Re: Our take on RethinkDB vs. MongoDB
#6Most of the posts I've seen about RethinkDB focus on "hey, we're a better NoSQL solution than MongoDB." That could be true, but so far I see it mostly coming from RethinkDB themselves, or people who like the design in theory. However, does anyone have any practical real-world experience using it? It's not production ready (from what I gather), but has anybody actually used it for real world stuff? For my own part, I…
There are people that told us they are experimenting with it for real apps, they've sent extensive feedback (most of these can be seen on GitHub), and some have started to build libraries for RethinkDB. As with anything young and open source, it's difficult though to tell with certainty how many projects are using a tool and what stage are they.
> it might be handy to have some example SQL-to-RethinkDB queries, just to help us newbies figure out the ropes.
Working on it already.
alex @ rethinkdb
Re: Our take on RethinkDB vs. MongoDB
#7It does indeed look very much like MongoDB, but made by people that actually know what they're doing. It's refreshing to see good database design for a change.
Re: Our take on RethinkDB vs. MongoDB
#8Re: Our take on RethinkDB vs. MongoDB
#9Every NoSQL database is perfect and better than all the other options until you start using it in the real world. I'm not saying rethink DB is not a good solution, the point is, nosql dbs are about compromise and specific problems.
Re: Our take on RethinkDB vs. MongoDB
#10Every NoSQL database is perfect and better than all the other options until you start using it in the real world. I'm not saying rethink DB is not a good solution, the point is, nosql dbs are about compromise and specific problems.
Hi, Rethink is my baby. It is beautiful, but it is not perfect :)