How To Install MongoDB on Amazon Linux 2023

MongoDB installation on Amazon Linux 2023

Learn the steps to install MongoDB version 7.0/6.0/5.0 or 4.4  on Amazon Linux 2023 using the YUM repository to receive future updates by running the system update command. Amazon Linux 2023 is the latest version of AWS Linux and a popular choice for users to …

Read more

Installing MySQL 8 server & client on Amazon Linux 2023

Install MySQL Server on Amazon Linux 2023

MySQL Database server can easily be installed on Amazon Linux 2023 using the command. It is an open-source relational database management system hence available directly from most of the Linux distro’s official package repositories. It is a widely used Database server developed by Oracle and …

Read more

How to Install Postgresql 14 on Ec2 Amazon linux 2

Installing Postgresql 14 on Amazon Linux 2

PostgreSQL, also widely known as Postgres, is a powerful but open-source relational database management system. It is widely used for web applications, data warehousing, and analytics due to its scalability and robust features. Amazon Linux 2, on the other hand, is a server Linux distro …

Read more

How To Install InfluxDB on Ubuntu 22.04 Linux

Install InfluxDB on Ubuntu 22.04 LTS

Use our guide to install the InfluxDB database server on Ubuntu 22.04 LTS Jammy using the command terminal.  What is InfluxDB? InfluxDB is an open-source database developed by InfluxData that prioritizes maximum efficiency with limited complexity, unlike relational databases such as MySQL and MariaDB or …

Read more

How to Install ClickHouse on Ubuntu 22.04 LTS Linux

Install ClickHouse on Ubuntu 22.04 LTS Linux

ClickHouse can easily be installed on Ubuntu 22.04 Linux for getting column-oriented DBMS (columnar database management system). It is developed by Yandex, a popular technology company for online analytical processing (OLAP). This DBMS is used to generate analytic reports in real-time for non-aggregated data and …

Read more

How to start using mongodb 6.0 in Ubuntu 20.04 LTS

Install MongoDB 6.0 on Ubuntu 20.04

Learn how to install & start the MongoDB 6.0 database on Ubuntu 20.04 LTS Linux Focal using the command terminal for storing your data. MongoDB is an open-source, non-relational database solution that belongs to the NoSQL databases and can be used for big data applications. …

Read more

How to install PostgreSQL 13 on Ubuntu 22.04 LTS Linux

Install PostgreSQL 13 on Ubuntu 22.04

Steps to install the PostgreSQL 13 on Ubuntu 22.04 LTS Jammy JellyFish by adding its repository using the command terminal. Postgres is a platform-independent object-relational database management system (ORDBMS). In many Linux distributions, the database management system is part of the basic equipment. It can …

Read more

2 ways to Install Cassandra on Ubuntu 22.04 LTS Jammy

Apt install cassandra on Ubuntu 22.04

This tutorial is to guide the steps used for the installation of Apache Cassandra database on Ubuntu 22.04 LTS Jammy JellyFish Linux.  Cassandra is, along with MongoDB, one of the most popular NoSQL databases at the moment. Cassandra is designed as a scalable, fail-safe system …

Read more

3 ways to install dbeaver Ubuntu 22.04 LTS Jammy Linux

Install Dbeaver on Ubuntu 22.04

Learn the steps to install DBeaver on Ubuntu 22.04 LTS Jammy JellyFish to manage remote or local databases using the graphical user interface.  DBeaver is a nice open-source alternative to MySQL WorkBench to manage not onlyand  MySQL but almost all popular ones such as PostgreSQL, …

Read more

How to Install Redis on Ubuntu 22.04 LTS Jammy

Redis server install Ubuntu 22.04

Let’s learn the steps to install the Redis database server on Ubuntu 22.04 LTS Jammy JellyFish using the command terminal. Redis is a “Key-Value Store” (or KV Store for short) Database. Here, the data is always stored in the form of key-value pairs. So you …

Read more