RethinkDB ReQL Driver API
ReQL (RethinkDB Query Language) is the expressive query language exposed by RethinkDB through official client drivers. Drivers communicate with the RethinkDB server using a native JSON protocol over TCP (default port 28015) rather than HTTP. ReQL supports filtering, joins, aggregations, change feeds, and external HTTP access via the r.http command.