Note: Unfortunately this project is no longer under development.
A Java driver for RethinkDB, the open source distributed JSON document database with a pleasant and powerful query language.
The Ant build
Note: the project is trying to use the latest protobuf definition as ReQL evolves pretty fast. Once a stable version is completed, it will start using the protobufs in the RethinkDB release versions.
Connection: sends, receives, and parses responses.
ResultSet for handling result.
Converting the ProtoBuf Datum
to native types
(see DatumConverter)
Criteria
filter
, map
, etc.