ccm

Create and manage Apache Cassandra clusters locally for testing

brewmacoslinux
Try with needOr install directly
Source

About

Create and destroy an Apache Cassandra cluster on localhost

Commands

ccm

Examples

Create a new local Cassandra cluster with 3 nodes$ ccm create -n 3 my_cluster
Start the Cassandra cluster$ ccm start
Remove and destroy the entire cluster$ ccm remove