Introduction Apache Cassandra is a free and open-source NoSQL database management system that is designed to provide scalability, high availability, able to handle large amounts of data, and uncompromised performance. It uses a cluster model unlike Mysql, MSSQL. In this tutorial, you’ll learn how to install and use cassandra to run a single-node cluster on […]
Introduction MySQL is an open-source relational database that is free and widely used apart of Popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl)stack.This RDBMS is backed by Oracle and runs on almost all platforms such as Linux, UNIX and MS Windows.In this article will learn how to install MySQL from default repositories on ubuntu 16.04. Also we […]
In this session will discuss the remaining method to install java on ubuntu as a a continuation of the first blog. How to install Java (the default JDK) on Ubuntu using apt-get We’ll start with our instructions on how to install the latest recommended version of Java (JDK) using the Ubuntu package. By installing the […]