Saturday 3 August 2013

Cassandra Gui

The Cassandra GUI Project is Java Swing based GUI for viewing data in an Apache Cassandra database.

https://sites.google.com/site/cassandratools/cassandragui/CassandraGui.7z?attredirects=0&d=1

How to use it?

  1. Download the zip file from above path
  2. Extract the zip file and run CassandraGui.jar
  3. Give the server name and thrift port on the panel appear and click ok
  4. Select the column family from the tree
  5. Specify the Batch Size(number of rows) and Range (number of columns).
  6. Click on GetCount to get the rows count.
  7. Click on GetData to fetch the data as batch. Click on Next to fetch the next batch