Install Cassandra 3.11
In this post, I will show you how to install Cassandra on a single CentOS7 node the way we do it in my company. I will place data files,...
Google Cloud for Cassandra Training [For Free]
One of the best ways to learn Cassandra is to use Google Cloud for Cassandra Training. At the time of writing this post, when you set up a google...
Adding a new Cassandra node to the cluster
In a previous post, I showed you how to clone your Google Cloud VM and prepare it for the Cassandra software, here. In this post, I will show you...
Importing Data into Cassandra
In this post, I will show you how to import some data into your cluster. There is a very cool program called CDM written by the very talented Jon...
How To Set Up SSH Keys on CentOS
We want to be able to ssh between all nodes in our cluster. In order to do this, we need to generate public ssh keys on all nodes and...