Skip to content

Mrdynamic-soni/Rethink-database-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rethink DATABASE DOCUMENTATIONS

Rethinkdb is an open source database.

The best thing about the rethinkdb is that it always keeps connection between backend and database to exchange the information, As soon as you update anything in databsee it will immediately be shown on frontend with no delay .

RethinkDB is the first open-source, scalable JSON database built from the ground up for the realtime web. It inverts the traditional database architecture by exposing an exciting new access model – instead of polling for changes, the developer can tell RethinkDB to continuously push updated query results to applications in realtime. RethinkDB’s realtime push architecture dramatically reduces the time and effort necessary to build scalable realtime apps.

In addition to being designed from the ground up for realtime apps, RethinkDB offers a flexible query language, intuitive operations and monitoring APIs, and is easy to setup and learn.

Here are some steps to follow to start using rethink database

FOR WINDOWS

To get started rethink database with windows you need to first dockerise your windows -HOW TO DOCKERISE-

Or follow these steps for complete guidelines

FOR UBUNTU

To get started rethink databsase with ubuntu follow steps listed below

To install the rethinkdb server, you have to add the RethinkDB repository to your list of repositories and install via apt-get. To do this, paste the following lines into your terminal:

source /etc/lsb-release && echo "deb https://download.rethinkdb.com/repository/ubuntu-$DISTRIB_CODENAME $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list

wget -qO- https://download.rethinkdb.com/repository/raw/pubkey.gpg | sudo apt-key add -sudo apt-get update sudo apt-get install rethinkdb

After installing rethink databse in ubuntu you need to start rethink databse GUI

Rethink database provides a GUI interface to perform all the actions

To start GUI interface of rethink database just after installing rethink datbase type code # rethinkdb It will ask you to bind all the connections so just type # rethinkdb --bind all Now GUI interface of rethink dtabase has been started at port * 8080 * to head to that go to browser type localhost/808 on searchbasr you are ready to create databse with rethibkdb GUI

To use rethink database with python follow steps listed below on unbuntu

install the dependencies pip install rethinkdb

And for the code expalanation to my rethink.py file

One important thing to remember is that you have to create database via GUI then connect that database using python rethink databse connector

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages