As a heavy Heroku user - I'm wondering - is there some hosted RethinkDB solution?
I was never able to get the referenced python script working, but using a shell script inside `.profile.d` did the trick.
81–90 of 108 posts
As a heavy Heroku user - I'm wondering - is there some hosted RethinkDB solution?
I was never able to get the referenced python script working, but using a shell script inside `.profile.d` did the trick.
official JDBC drivers please :)
I know it's kind of a mixed bag. I'm also slightly, but not completely surprised that .Net and Java aren't officially supported.. I wouldn't expect JDBC support, but would expect to see a Java library for use with RethinkDB. Given the flexible nature of RethinkDB and other document databases, dynamic language environments tend to be much easier to support over static environments like .Net and Java. Honestly, if you…
Follow https://github.com/rethinkdb/rethinkdb/issues/3930 for progress updates
official JDBC drivers please :)
official JDBC drivers please :)
Slava @ RethinkDB here. I'll be around all day to answer questions about the release (along with a few other engineers on our team). We're very excited about this release -- it makes the lives of RethinkDB users dramatically better because they won't have to wake up anymore in the middle of the night in case of most hardware failures :) It also took over a year to build and test, and has been one of the most challeng…
Would RethinkDB be a good choice for an invoicing web application? where you can't afford loss of data.
See the faq for more details: http://rethinkdb.com/faq/
Great documentation with some useful examples and tutorials to get you started. I just tried it and very impressed with the performance and ease of use , especially the admin section is very handy. Need to try it with cluster , any docs/videos on creating the cluster with different machines across the globe?
This looks awesome .. great job guys .. Just a question on licenses . Server is "GNU Affero General Public License v3.0" and drivers are "Apache License v2.0." , so in simple english does it means that can i use make commercial products with backend as RethinkDB? these things always confuses me so apologies if i ask something stupid here ..
Slava @ RethinkDB here. I'll be around all day to answer questions about the release (along with a few other engineers on our team). We're very excited about this release -- it makes the lives of RethinkDB users dramatically better because they won't have to wake up anymore in the middle of the night in case of most hardware failures :) It also took over a year to build and test, and has been one of the most challeng…
official JDBC drivers please :)
https://issues.jboss.org/browse/TEIID-3303 http://teiid.jboss.org/
The normal use case is to use the Teiid JDBC driver (or Postgres ODBC) to connect with the Teiid server and then that handles talking to your datasources via the translators.
I think there was some work done to make a standalone MongoDB JDBC driver using an embedded Teiid server, but I'm not sure how much progress was made there. Mapping document to relational can be tricky.
Slava @ RethinkDB here. I'll be around all day to answer questions about the release (along with a few other engineers on our team). We're very excited about this release -- it makes the lives of RethinkDB users dramatically better because they won't have to wake up anymore in the middle of the night in case of most hardware failures :) It also took over a year to build and test, and has been one of the most challeng…
Are there plans (heh) to write an optimizing planner that can automatically evaluate which indexes to use?