]
Steven Hawkins updated TEIID-3303:
----------------------------------
Fix Version/s: Open To Community
Component/s: Misc. Connectors
Add translator for RethinkDB
-----------------------------
Key: TEIID-3303
URL:
https://issues.jboss.org/browse/TEIID-3303
Project: Teiid
Issue Type: Feature Request
Components: Misc. Connectors
Reporter: Tom Arnold
Assignee: Steven Hawkins
Fix For: Open To Community
{quote}
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.
{quote}
See
http://rethinkdb.com/.
There are two 3rdparty drivers for Java, so we should pick one and build on that:
*
https://github.com/npiv/rethink-java-driver
*
https://github.com/dkhenry/rethinkjava