Any visualization tools for Cassandra keyspaces?

12,872

Solution 1

Yes, there are, also, you can try on cli? cassandra-cli with show schema or describe

Solution 2

Check it out Helenos - it's a simple web based tool

Share:
12,872
Admin
Author by

Admin

Updated on June 24, 2022

Comments

  • Admin
    Admin almost 2 years

    Are there any visualisation tools to cassandra keyspaces? Comming from the RDBMS world used to viewing table data and entries, are there any well know tools that can provide a 'table-like' view of keyspaces? GUI based would be great!

    Thank you!

  • Nathan
    Nathan about 12 years
    I created a version of cassandra-gui here to add support for all data types, including Composite types. Can add/update rows + columns.
  • Admin
    Admin about 12 years
    And I used github.com/sebgiroux/Cassandra-Cluster-Admin as a first try. Was simple,elegant and took me 10 minutes to get it up and running.
  • Amresh
    Amresh over 11 years
    I use cassandra-gui without any problem.
  • Domenic D.
    Domenic D. about 7 years
    I'll add DBeaver to the list: dbeaver.jkiss.org