RethinkDB 2.0 is now production ready
11–20 of 156 posts
Re: RethinkDB 2.0 is now production ready
#12Is Rethink going to stay in the community? Or is there a chance that it could be bought out? I don't want to spend time learning something and have it go private like FoundationDB. I'm assuming GNU and Apache is a good thing? How is RethinkDB licensed? The RethinkDB server is licensed under the GNU Affero General Public License v3.0. The client drivers are licensed under the Apache License v2.0. http://rethinkdb.com/…
Firstly, as Daniel pointed out, RethinkDB is licensed under AGPL. An acquirer wouldn't have the legal means to close the source code, and with over 700 forks on GitHub they also couldn't do it practically.
But beyond licensing, consider our personal motivations. We've been working on RethinkDB for five years, and had quite a few opportunities to sell the company. We turned them all down because we really believe in the product. The world is clearly moving towards realtime apps, and we feel it's extremely important for open realtime infrastructure to exist. It's easy for people to make promises about the future, but consider this from a game-theoretic point of view. If we wanted to sell, we could have done it long ago. I know it's not a guarantee, but hopefully it's a strong signal to help with your decision.
(Also, there are lots of really interesting companies building products on RethinkDB that we can't talk publicly about yet. It would be silly to sell given that momentum)
Re: RethinkDB 2.0 is now production ready
#13Congratulations, been looking forward to this release for a while!
Re: RethinkDB 2.0 is now production ready
#14Looking forward to install it from homebrew but it's not there yet. Good to see that for python drivers PIP is already updated!
Re: RethinkDB 2.0 is now production ready
#15Do you expect that as you stabilize you'll officially support more drivers? Or are you going to leave that as a community effort?
Re: RethinkDB 2.0 is now production ready
#16Re: RethinkDB 2.0 is now production ready
#17Is Rethink going to stay in the community? Or is there a chance that it could be bought out? I don't want to spend time learning something and have it go private like FoundationDB. I'm assuming GNU and Apache is a good thing? How is RethinkDB licensed? The RethinkDB server is licensed under the GNU Affero General Public License v3.0. The client drivers are licensed under the Apache License v2.0. http://rethinkdb.com/…
They had only open-sourced the SQL-Layer on top of their key/value store and it's still available on Github. The reason: They build it based on open-source code
When someone deletes a public repository on Github, one fork remains as the new master. (Here's FoundationDB's SQL-Layer: https://github.com/louisrli/sql-layer)
So: RethinkDB will stay, even if someone tries to pull the plug. Just fork them on Github. :)
Re: RethinkDB 2.0 is now production ready
#18Big fan of RethinkDB. Use it in all of my projects these days.
Re: RethinkDB 2.0 is now production ready
#19Congratulations, been looking forward to this release for a while!
I think this a good place to say thank you for you're work on the Go Rethink driver. This is a clear written easy to follow and effective peace of code.