Cassandra Cluster Manager (CCM) is a set of scripts that helps in creating/managing local Cassandra cluster for testing and development purpose. It’s a very handy tool that supports a lot of option and creates the cluster with one command, with no pain of updating the configuration files etc. Let’s see how to setup a local […]
Cassandra
Getting Started with Cassandra
After spending some time with Cassandra, thought about writing a small post. The post is an attempt to get started with Cassandra quick examples. This post does not try to explain the Data Model. Pre-requisite 1. Cassandra 0.7 2. Cassandra GUI 3. Hector (Cassandra client). You can use any other client with slight modifications You […]