In this post we are sharing the Cassandra backup script on linux system. Backup is always important part of any system. Backup will help you to get the data back in case data is removed due to some reason. The script includes two section as per the Cassandra backup requirement. These are given below 1. […]
cassandra
How to install Cassandra 2 on CentOS 7 / RHEL 7
Cassandra is one the popular and robust distributed database management system. It is known for providing high availability with no single point of failure. It has one of the awesome feature that is asynchronous replication between multiple nodes without requiring master nodes. While working on Cassandra cluster, I was introduced with terms called Data Center […]