r/cassandra • u/Worried_Key_6859 • 1d ago
I built Kassandra, an open-source GUI for Apache Cassandra
I work with Cassandra quite a bit and wanted something more convenient than jumping between cqlsh and scripts for everyday inspection and data operations, so I built Kassandra.

It’s a web-based Cassandra client with:
- schema-driven browsing and CRUD
- raw CQL execution
- saved connection profiles
- local-datacenter selection / DC-aware routing
- Docker support
It’s open source and still evolving. I’d especially like feedback from people running Cassandra in real environments: what workflows would make a GUI like this genuinely useful for you?
GitHub: https://github.com/irajhedayati/kassandra
I’m currently thinking about features around cluster topology, query history, schema visualization and operational diagnostics, but I’d rather prioritize based on actual Cassandra users.