Database

RethinkDB – distributed document-oriented database

Last Updated on March 9, 2026

RethinkDB is an open-source scalable database built for realtime applications. It exposes a new database access model — instead of polling for changes, the developer can tell the database to continuously push updated query results to applications in realtime.

RethinkDB allows developers to build scalable realtime apps in a fraction of the time with less engineering effort.

RethinkDB offers an excellent query language.

Features include:

  • Push functionality.
  • Supports both pull and push models, unlike other databases which support only pull
  • Query JSON documents with Python, Ruby, Node.js or dozens of other languages. Build modern apps using your favorite web framework, paired with realtime technologies like Socket.io or SignalR. Official drivers for Ruby, Python, Java, and JavaScript/Node.js. Community-supported drivers exist for more than a dozen other languages, including C#/.NET, Go, and PHP.
  • Integrates the latest advances in database technology. It has a modern distributed architecture, a highly-optimized buffer cache, and a state of the art storage engine. All of these components work together to create a robust, scalable, high-performance database.
  • Express relationships using joins, build location-aware apps, or store multimedia and time-series data. Do analytics with aggregation and map/reduce, and speed up your apps using flexible indexing. Build realtime dashboards with RethinkDB data push notifications, and make instantaneous business decisions.
  • Cross-platform support – runs under Linux, Mac OS X, and Windows.

Website: www.rethinkdb.com
Support: Documentation, Blog, GitHub Code Repository
Developer: RethinkDB
License: GNU Affero General Public License v3.0. The client drivers are licensed under the Apache License v2.0.

RethinkDB is written in C++. Learn C++ with our recommended free books and free tutorials.


Related Software

Document-Oriented Databases
CouchbaseDistributed key-value database management system
CouchDBScalable, fault-tolerant, and schema-free written in Erlang
ArangoDBNative multi-model database
eXist-dbDatabase management system entirely built on XML technology
RethinkDBScalable database built for realtime applications
BaseXXML database engine
OrientDBDocument Database with support of ACID Transactions, SQL and Native Queries
AerospikeKey-Value Store and high performance real-time NoSQL (flex-schema) database
RavenDBFully-transactional NoSQL ACID database
JackrabbitOpen-source content repository for Java
TerminusDBKnowledge graph and document store
CrateDBDistributed SQL database management

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments