Databases

Install and Get Started with MySQL Workbench on Ubuntu

October 10, 2024

Workbench is a visual tool for managing MySQL databases . Its graphical interface allows users to model data, build and run SQL queries, and maintain a database. Get a better understanding on how Workbench works, how to install the software and configure it for your needs.

Read more

How to Install Spark on Ubuntu


This tutorial explains how to install Apache Spark on Ubuntu and provides essential start and stop commands for the master and worker servers.

Read more

How to Install SQL Workbench for PostgreSQL

October 3, 2024

Save time and effort by managing different database systems with a single tool. Find out how to set up SQL Workbench to connect to a PostgreSQL database. Use SQL Workbench to migrate data between your databases without the need to use several concurring interfaces.

Read more

How to List All Users in a MySQL Database

September 18, 2024

This simple tutorial analyses the commands used to list all user accounts in MySQL. Learn about additional options that help you focus your search.

Read more

How to Install Apache Hive on Ubuntu

September 5, 2024

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

How to Install Elastic (ELK) Stack on Ubuntu

August 29, 2024

This guide explains how to install and set up each layer of the Elastic stack - Elasticsearch, Logstash, and Kibana with the addition of Filebeat.

Read more

Nginx Reverse Proxy for Kibana: How to Configure

August 21, 2024

This tutorial shows you how to configure Nginx reverse proxy for Kibana. It shows you the simplest way to secure your Kibana through configuring Nginx. Set up your Kibana to allow access only to authorized password-protected users.

Read more

How to Deploy PostgreSQL on Kubernetes

August 15, 2024

PostgreSQL is a reliable and robust relational database system featuring ACID compliant transactions. This tutorial provides two methods of PostgreSQL deployment on Kubernetes - using a Helm chart or manual configuration creation.

Read more

How to Deploy MySQL on Kubernetes

August 14, 2024

Deploying a functional database in a containerized environment can be a demanding task. This article will show you how to deploy a MySQL database instance on Kubernetes using persistent volumes, the feature that enables stateful apps to overcome the problem of the inherent transience of the K8s pods.

Read more

How to Create a Collection in MongoDB

August 1, 2024

MongoDB collections are essential when managing data and creating a database. This guide shows two ways to create a collection in MongoDB.

Read more