NoSQL

How To Install and Configure Redis on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Redis on Ubuntu 16.04

Redis is an in-memory, key-value store known for its flexibility, performance, and wide language support. In this guide, we will demonstrate how to install and configure Redis on an Ubuntu 16.04 server. To complete this guide, you will need access to an…

Read more
How To Manage Redis Databases and Keys — step-by-step Linux tutorial on Progressive Robot

How To Manage Redis Databases and Keys

Redis is a key-value data store, which is a type of NoSQL database where keys serve as unique identifiers for their associated values. Any given Redis instance includes a number of databases, each of which can hold many different keys of a variety of data types. In this tutorial, we will go over how to select a database, move keys between databases, and manage and delete keys.

Read more
How To Run Parse Server on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Run Parse Server on Ubuntu 14.04

Parse is a Mobile Backend as a Service platform. In January of 2016, Parse announced that its hosted services would shut down within a year. In order to help its users transition away from the service, Parse has released an open source version of its backend, called Parse Server. This guide supplements the official documentation with instructions for installing the Parse Server module on an Ubuntu 14.04 system, such as a cloud servers.

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

How To Use Aggregations in MongoDB

MongoDB provides aggregation operations through aggregation pipelines — a sequential series of data processing operations through which the documents go to obtain the final result. In this tutorial, you’ll learn by example how to use the most common features of the aggregation pipelines.

Read more
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
CHAT