Browsing tag

cassandra

How to Install Apache Cassandra on Debian 11 / Debian 10

Apache Cassandra, or simply Cassandra, is an open-source distributed database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure. Every Cassandra node in the cluster will have the same role. Data is distributed across the cluster, which means each node holds different […]

How To Install Apache Cassandra on Ubuntu 18.04 / Ubuntu 16.04 & Debian 9

Cassandra is (also known as Apache Cassandra) an open-source distributed database management system. It was developed to handle large amounts of data across commodity hardware or cloud infrastructure. Cassandra provides high availability with no single point of failure. Cassandra supports linear scalability by adding a new machine to it with no downtime or interruption to […]