NoSQL

How To Back Up Your OrientDB Databases on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Back Up Your OrientDB Databases on Ubuntu 14.04

OrientDB is a multi-model, NoSQL database with support for graph and document databases. An OrientDB database can be backed up using a backup script and also via the command line interface, with built-in support for compression of backup files using the ZIP algorithm.

Read more
How To Configure Remote Access for MongoDB on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure Remote Access for MongoDB on Ubuntu 20.04

This tutorial walks you through configuring a MongoDB installation to securely allow access from a trusted remote computer. This will involve updating your firewall rules to provide the remote server access to MongoDB’s default port and changing Mongo’s configuration file to update its IP binding setting.

Read more
How to Install and Configure RethinkDB on an Ubuntu 12.04 VPS — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure RethinkDB on an Ubuntu 12.04 VPS

There are many different database solutions that allow you to store and manipulate data from within your programming environment. Many of these systems require a tradeoff between ease of use for development and ease of scaling. RethinkDB is a system that was created to address this issue of balance by creating a system that is capable of both. In this guide, we will install and configure a RethinkDB system on an Ubuntu 12.04 VPS.

Read more
How To Install CouchDB and Futon on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install CouchDB and Futon on Ubuntu 14.04

[Apache CouchDB](http://couchdb.apache.org/), like Redis, Cassandra, and MongoDB, is a *NoSQL database*. CouchDB stores data as JSON documents which are non-relational in nature. This allows users of CouchDB to store data in ways that look very similar to their real world counterparts.

Read more
Como Gerenciar Réplicas e Clientes no Redis — step-by-step Linux tutorial on Progressive Robot

Como Gerenciar Réplicas e Clientes no Redis

O Redis é um armazenamento de dados open-source de chave-valor na memória. Um dos seus recursos mais procurados é o suporte à replicação: qualquer servidor Redis pode replicar seus dados para qualquer número de réplicas, permitindo alta escalabilidade de…

Read more
Como Executar Transações no Redis — step-by-step Linux tutorial on Progressive Robot

Como Executar Transações no Redis

O Redis é um datastore ou armazenamento de dados open-source de chave-valor na memória. O Redis lhe permite planejar uma sequência de comandos e executá-los um após o outro, um procedimento conhecido como transação. Cada transação é tratada como uma…

Read more
How To Use MongoDB Compass — step-by-step Databases tutorial on Progressive Robot

How To Use MongoDB Compass

With MongoDB Compass, you can access most of the features the MongoDB database engine offers through an intuitive visual display. You can glance through the databases, collections, and individual documents, interactively create queries, manipulate existing documents, and design aggregation pipelines through a dedicated interface.

Read more
CHAT