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

Viewed 7755

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

2 Answers

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

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

Related