Skip to content

api-evangelist/rethinkdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RethinkDB (rethinkdb)

RethinkDB is an open source, distributed document-oriented NoSQL database designed for real-time applications, with push-based change feeds, native JSON storage, and an expressive query language called ReQL. Applications interact with RethinkDB through official client drivers (JavaScript, Python, Java, Ruby) that speak the native JSON driver protocol over TCP, rather than through an HTTP REST API. ReQL also includes an r.http command that lets queries pull data from external HTTP APIs directly.

APIs.json: https://raw.githubusercontent.com/api-evangelist/rethinkdb/refs/heads/main/apis.yml

Scope

  • Type: Index

Tags

  • Database
  • NoSQL
  • Document Database
  • Real-Time
  • Open Source
  • Change Feeds
  • ReQL

Timestamps

  • Created: 2026-05-11
  • Modified: 2026-05-11

APIs

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.

Tags

  • ReQL
  • Drivers
  • Change Feeds
  • JSON Protocol

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

Releases

No releases published

Packages

 
 
 

Contributors