Skip to content

medvekoma/cassandra-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tools used in the demo

Cassandra tools

Tool Description
cqlsh CQL Shell. Command line interface to Cassandra.
nodetool Admin Tool (Cluster management)

Dockerized environment

The cluster folder contains the scripts that can be used to set up a 3-node cluster in a dockerized environment. It can be used on any computer that has docker installed.

# Create a 3-node Cassandra cluster (4.0.1)
./cluster-start.sh 

# Destroy cluster
./cluster-stop.sh

# Log in to node1
./cluster-cli.sh

# Execute command on node1 (for example `nodetool status`)
./cluster-cli.sh nodetool status

The folder also has scripts for running a single-node Cassandra cluster:

# Create a 3-node Cassandra cluster (4.0.1)
./single-start.sh 

# Destroy cluster
./single-stop.sh

# Log in to node1
./single-cli.sh

# Execute command on node1 (for example `nodetool status`)
./single-cli.sh nodetool status

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages