Databases

How to Install ClickHouse on Ubuntu 20.04

August 15, 2020

Install ClickHouse quickly on Ubuntu 20.04 with the instructions provided in this tutorial. We cover everything you need before you install this tool, and we also show you how to get started with ClickHouse.

Read more

How to Deploy and Run Redis in Docker

July 23, 2020

The tutorial shows you how to deploy Redis using the Docker run command. Also, learn how to deploy Redis on multiple servers in your cluster, efficiently link the containers, and access Redis from remote servers.

Read more

How to Install ELK Stack (Elasticsearch, Logstash, and Kibana) on Ubuntu 18.04 / 20.04

July 22, 2020

Need to install the ELK stack on Ubuntu 18.04 or 20.04? Follow this guide and set up each layer of the stack - Elasticsearch, Logstash, and Kibana.

Read more

How to Install MongoDB on CentOS 8

July 15, 2020

MongoDB allows storing different fields in different documents, without a permanently fixed data structure. To set up MongoDB on CentOS 8, follow this step-by-step guide and install and configure the popular NoSQL database.

Read more

How to Install Redis on Ubuntu 20.04 / 18.04

July 7, 2020

Install Redis on Ubuntu 20.04 in a couple of simple steps by following this tutorial. This guide also shows you how to set up the basic configuration and password authentication by modifying the Redis configuration file.

Read more

How to Create, Drop, Alter, and Truncate Tables in Cassandra

July 2, 2020

The process for creating tables in Cassandra depends on what type of information you want to query. Follow the instructions in this guide to create a table in Cassandra using different types of keys, and to learn how to alter, drop, or truncate a table.

Read more

How to Drop a Table in MySQL

June 30, 2020

The DROP statement is a simple method to remove entire tables from your databases. It provides several versatile options that allow you to automate specific tasks. This tutorial also shows how to create a custom piece of code to remove tables based on character strings.

Read more

How to Import a CSV file into a MySQL database?

June 28, 2020

The article explains how to import a CSV file into a MySQL database using the command line or phpMyAdmin. Also, find out how to exclude the header row from the CSV and speed up the importation process.

Read more

How to Install Apache Hive on Ubuntu

June 23, 2020

This tutorial shows you how to install, configure, and perform basic commands in Apache Hive. Improve your Hadoop cluster by allowing it to communicate with relational databases conveniently.

Read more

What Is NoSQL Database? – NoSQL Explained

June 17, 2020

The article provides a detailed explanation of what a NoSQL databases is and how it differs from relational databases. It focuses on the strengths and weaknesses of the non-relational database model using many practical examples.

Read more