Clustering

An Introduction to Hadoop — step-by-step DevOps tutorial on Progressive Robot

An Introduction to Hadoop

Apache Hadoop is one of the earliest and most influential open-source tools for storing and processing the massive amount of readily-available digital data that has accumulated with the rise of the World Wide Web. It evolved from a project called Nutch, which attempted to find a…

Read more
How To Configure a Galera Cluster with MySQL on Ubuntu 18.04 Servers — step-by-step Linux tutorial on Progressive Robot

How To Configure a Galera Cluster with MySQL on Ubuntu 18.04 Servers

In this guide, you will configure an active-active MySQL Galera cluster with three Ubuntu 18.04 servers. Clustering adds high availability to your MySQL database by distributing changes to different servers. In the event that one of the instances fails, others are quickly available to continue serving. Galera is a database clustering solution that enables you to set up multi-master clusters using synchronous replication.

Read more
How to Migrate Redis Data with Master-Slave Replication on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How to Migrate Redis Data with Master-Slave Replication on Ubuntu 14.04

Redis is an in-memory, NoSQL, key-value cache and store that can also be persisted to disk. For any number of reasons, like transitioning to a more powerful server, sometimes it becomes necessary to migrate your data from one server to another. This article will show how to migrate Redis data from an Ubuntu 14.04 server to a similar server using master-slave replication.

Read more
An Introduction to Mesosphere — step-by-step Docker tutorial on Progressive Robot

An Introduction to Mesosphere

Mesosphere is a software solution that expands upon the cluster management capabilities of Apache Mesos with additional components to provide a new and novel way to manage server infrastructures. In this tutorial, we will briefly explain what each key component of Mesosphere does, starting with Apache Mesos, and show how each is used in the context of Mesosphere.

Read more
5 Common Turkey Setups For Your Dinner — step-by-step DevOps tutorial on Progressive Robot

5 Common Turkey Setups For Your Dinner

When deciding which turkey setup to use for your dinner, there are many factors to consider, such as flavor and texture scalability, equipment availability and reliability, cost, and preparation and cooking duration. Here is a list of commonly used turkey setups, with a…

Read more
An Introduction to Big Data Concepts and Terminology — step-by-step DevOps tutorial on Progressive Robot

An Introduction to Big Data Concepts and Terminology

Big data is a blanket term for the non-traditional strategies and technologies needed to gather, organize, process, and gather insights from large data sets. While the problem of working with data that exceeds the computing power or storage of a single computer is not…

Read more
CHAT