Casserole is a GUI tool for managing and monitoring Cassandra clusters. It is written in Java and forms generated by JFormDesigner (not needed to run).
Assume Apache License, Vesion 2.0 for now.
compile with ant build
build everything with ant dist
There are several ways you can run Casserole
ant build dist
and double-click ondist/cassandra-casserole.jar
.ant run
- If you're a masochist, the main class is
casserole.Main
.
If you're interested in hosting a webstart version on your server, there is a jnlp file included in the project root. It works for me and is probably a good place for you to start if you are interested in deploying casserole that way.
- Casserole assumes every node in your cluster uses the same JMX port. If this isn't the case, you should think about bending casserole.JmxPortResolver to do your bidding, and use the JVM arg "-Dfutzjmx".
- I've used JFormDesigner (not free) to create the UI. The runtime is redistributable though (see license/jgoogies-license.txt).
This tool currently sucks. There are plenty of improvements to be made. Please feel free to scratch your own itch or tackle something in TODO.txt and then send me a pull request.