Real-time Capabilities
RethinkDB offers built-in real-time capabilities that allow applications to subscribe to data changes. This makes it ideal for building real-time applications like live dashboards, multiplayer games, or collaborative tools.
Flexible Query Language
RethinkDB’s query language, ReQL, is highly flexible and allows for complex queries. It supports operations such as joins, aggregations, and transformations directly within the database.
Distributed Database
RethinkDB is designed to be distributed from the ground up. It can automatically replicate data and distribute queries across multiple machines to improve scalability and fault tolerance.
Web-based Administration
RethinkDB provides a user-friendly web-based administration interface that simplifies database management and monitoring. This interface makes it easier for developers and system administrators to manage their databases.
JSON Data Model
RethinkDB uses JSON as its data model, which makes it easy to store and work with structured data. This can be especially beneficial for web developers who are used to working with JSON data.
Throwing RethinkDB in the mix as well. https://rethinkdb.com/.
– Source: Hacker News
/
5 months ago
I’ve been poking around, testing and breaking database servers for a long time (more than 20 years today). But a few years ago I came across a jewel, the grail, one of the best solutions available. Under the radar, shunned for whatever reason, RethinkDB is nonetheless one of the finest database server projects I’ve ever tested.
– Source: dev.to
/
over 1 year ago
RethinkDB[0] looks like a “too good to be true” type of database. Anyone using it in production? What is your experience like? What are the pros and cons? [0] https://rethinkdb.com.
– Source: Hacker News
/
over 1 year ago
Since you’re not new to the field you might want to peek https://rethinkdb.com/ since it got picked up as an open source project.
Source:
about 2 years ago
A Data Objects represents data which can be saved inside a database. This concept is in the heart of SQLAlchemy, but as the name should be obvious: it’s for SQL Database (in general). Today, there are now document databases too (like MongoDB, ArangoDB, RethinkDB that I love so much, or even PostgreSQL). So, a “data” is like a “structured and typed document” that you save “as is”. That’s not the same paradigm, not…
– Source: dev.to
/
about 2 years ago
There are multiple ways to share data between two (or more) instances of your app:
– you can use a shared storage, such as Cloud Firestore,
– you can build your own backend (based on a real-time database, such as RethinkDB),
– or you can rely on local communication using the Multipeer framework you linked.
Source:
over 2 years ago
I just stumbled on a website this morning about this. It was https://rethinkdb.com/ . I have never used it but it seems pretty good.
Source:
over 2 years ago
Https://rethinkdb.com/ might be a possibility, it would still require a separate docker (or bundling with the audioserve docker) but looks less complicated than Supabase.
Source:
almost 3 years ago
First off, what are we actually going to provision?
We will be provisioning a 3 server cluster of a database server, RethinkDB
You probably didn’t heard from it before, and you can forget about it after reading this.
– Source: dev.to
/
about 3 years ago
My aformentioned RethinkDB might be what you may want to take a look at.
Source:
about 3 years ago
I’ve recently decided to import 6.8k entries of crypto currencies into a database – namely Rethink.
– Source: dev.to
/
about 3 years ago
RethinkDB open source project. showcase it working live project with announcement blog Announcing RethinkDB 2.4.1 dated August 13 2020.
Source:
over 3 years ago