Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Suggestions for Cassandra IDE with good documentation to work in a windows OS

Need some good suggestions for Cassandra IDEs, which are supported in the Windows operating system with some good documentation.

like image 336
Sarah117 Avatar asked Sep 19 '25 15:09

Sarah117


2 Answers

You could use one of the following:

  • DbSchema (not free)
  • DBeaver
  • RazorSQL
  • Cassandra GUI Client

All the above tools seem to have pretty good documentation coverage and seem to be live projects.

If you need some more tools and documentation, you could check this curated list of information about Cassandra.

In my opinion, still, the best Cassandra client would be cqlsh.

like image 143
Horia Avatar answered Sep 22 '25 07:09

Horia


Visual Studio Code is free, cross platform and has a couple of good full-featured Cassandra plugins:

  • cql
  • Cassandra Workbench

You get syntax highlighting, CQL execution, schema browsing and data browsing.

like image 28
Justin Cameron Avatar answered Sep 22 '25 05:09

Justin Cameron