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.

API entry from apis.yml

apis.yml Raw ↑
aid: rethinkdb:reql
name: RethinkDB ReQL Driver API
description: 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.
humanURL: https://rethinkdb.com/api
baseURL: tcp://<your-rethinkdb-host>:28015
tags:
- ReQL
- Drivers
- Change Feeds
- JSON Protocol
properties:
- type: Documentation
  url: https://rethinkdb.com/docs
- type: ReQL Command Reference
  url: https://rethinkdb.com/api
- type: Introduction to ReQL
  url: https://rethinkdb.com/docs/introduction-to-reql/
- type: External HTTP Access
  url: https://rethinkdb.com/docs/external-api-access/
- type: Driver Protocol
  url: https://rethinkdb.com/docs/driver-spec/