Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is the recommend cassandra gui client for cassandra-1.1.2 [closed]

Tags:

cassandra

I'm looking for some gui client for cassandra (like sqlDeveloper) to invoke some basic methods, and run cql queries

like image 236
Julias Avatar asked Jul 29 '12 15:07

Julias


People also ask

Is there any GUI for Cassandra?

DbSchema is an Cassandra GUI tool featuring interactive diagrams for designing Cassandra databases in a team, schema deployment on multiple databases, edit and execute database queries, generate data, reports, data analysis, and more.

What is the best use for Cassandra?

One open source application, Apache Cassandra, enables organisations to process large volumes of fast moving data in a reliable and scalable way. That's why companies like Facebook, Instagram and Netflix use Apache Cassandra for mission-critical features.

What is Cassandra client?

Apache Cassandra® is a free and open-source, distributed, wide column store, NoSQL database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure.

What is Cassandra latest version?

The latest version of Apache Cassandra 3.0 is 3.0. 19.


1 Answers

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
like image 103
SANN3 Avatar answered Oct 12 '22 13:10

SANN3