Description
What is RethinkDB?
- Open-source database for building realtime web applications
- NoSQL database that stores schemaless JSON documents
- Distributed database that is easy to scale
- High availability database with automatic failover and robust fault tolerance
RethinkDB is the first 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 effort.
Installation Instructions
Fedora 22+:
Enable repo $ dnf copr enable bitshaka/rethinkdb
Install package $ dnf install rethinkdb
CentOS/RHEL 7+
Install copr yum-plugin:
yum install yum-plugin-copr
Enable repo:
yum copr enable bitshaka/rethinkdb
Enable epel-repository:
yum install epel-release
Install rethinkdb:
yum install rethinkdb
Usage
The default instance data directories are created on startup.
Start default instance $ systemctl start rethinkdb@default.service
For more information go to Rethinkdb.com.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (8)* | EPEL 7 (93 downloads) |
* Total number of downloaded packages.