what is the recommend cassandra gui client for cassandra-1.1.2 [closed]
I'm looking for some gui client for cassandra (like sqlDeveloper) to invoke some basic methods, and run cql queries
Dbeaver in its free enterprise version (not open source) is good GUI client for Cassandra. No need of installation. Its portable. Also this client supports more than 20 databases.
Community Edition of Dbeaver doesn't have support for Cassandra, but we can use third party drivers for like Cdata to connect.
Try the following GUI client also
Up to date:
- Datastax
- Netflix Data Explorer
- RazorSQL
- Dbschema
- Aquafold
- squirrel-sql
- Cassandra-UI-Editor
- cassandra-web
Paid tools
- NoSQL Manager for Cassandra
- TablePlus
- DataGrip
Development stopped
- http://code.google.com/a/apache-extras.org/p/cassandra-gui/
- http://blog.shelan.org/2012/06/cassandra-gui-20-making-things-little.html
- https://github.com/sebgiroux/Cassandra-Cluster-Admin
- https://github.com/libjack/cassandra-gui
- https://github.com/tomekkup/helenos#readme
- https://github.com/Kindrat/cassandra-client
Check out Helenos - it's a simple web based tool. Cql is now supported (from Version 1.3).