Skip to content

klykoo/Cassandra-Advanced-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cassandra-Advanced-Tools

This tool is designed to bring some extra features that are not in Cassandra or in DSE solutions.

  • List all Kespaces on Cassandra
  • Audit a KeySpace: listing all keyspace tables. For each one, we have all fields with there types, and table's parameters.
  • Stats: Listing a bench of keyspace stats.

Quick view of parameters usage:

java -jar CassandraTools.jar

enter image description here

Keyspaces listing

java -jar CassandraTools.jar -h 127.0.0.1 -u toto -P toto -a

enter image description here

Print Keyspace Audit on screen

java -jar CassandraTools.jar -h 127.0.0.1 -u toto -P toto -a -k killr_video

enter image description here

Generate Keyspace Audit on HTML file

java -jar CassandraTools.jar -h 127.0.0.1 -u toto -P toto -a -k killr_video -o killr_video.html

enter image description here

Generate Keyspace Audit on Tex file

java -jar CassandraTools.jar -h 127.0.0.1 -u toto -P toto -a -t -k killr_video -o killr_video.tex

enter image description here

About

Additionnal tools for Cassandra management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages