NoSQL

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

How To Install and Configure OrientDB on Ubuntu 16.04

OrientDB is a multi-model NoSQL database with support for graph and document databases. It is a Java application and can run on any operating system. It’s also fully ACID-complaint with support for multi-master replication, allowing easy horizontal scaling. In this article, you’ll install and configure the latest Community edition of OrientDB on an Ubuntu 16.04 server.

Read more
How To Install Couchbase from source with Git and Make on a Debian 7 VPS — step-by-step Linux tutorial on Progressive Robot

How To Install Couchbase from source with Git and Make on a Debian 7 VPS

In this the cloud provider guide, we will discuss how Installing from source (compiling) works. We will be making use of various tools that (should) come with your Linux distribution of choice. Here, we are targeting Debian based systems in particular. However, upon simple installation of the other items listed below, you should be able to follow the rest to achieve our goal of Installing Couchbase from source. Installation of the necessary external tools are also explained in this article.

Read more
How To Install MongoDB on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install MongoDB on Ubuntu 18.04

MongoDB is an open-source document database used commonly in modern web applications. It is classified as a NoSQL database because it does not rely on a traditional table-based relational database structure. Instead, it uses JSON-like documents with dynamic schemas. In this tutorial you’ll install MongoDB on an Ubuntu 18.04 server, test it, and learn how to manage it as a systemd service.

Read more
How To Troubleshoot Issues in Redis — step-by-step Linux tutorial on Progressive Robot

How To Troubleshoot Issues in Redis

Redis comes with several commands that can help with troubleshooting and debugging issues. Because of its nature as an in-memory key-value store, many of these commands focus on memory management, but there are others that are valuable for providing an overview of the state of your Redis server. This tutorial will provide details on how to use some of these commands to help diagnose and resolve issues you may run into as you use Redis.

Read more
CHAT