How To Install Cassandra on Ubuntu 16.04 LTS

In this tutorial, we will show you how to install and configure Cassandra on Ubuntu 16.04 LTS. For those of you who didn’t know, Apache Cassandra is a NoSQL database intended for storing large amounts of data in a decentralized, highly available cluster. NoSQL refers to a database with a data model other than the tabular relations used in relational databases such as MySQL, PostgreSQL, and Mic...