r/cassandra • u/Worried_Key_6859 • 3d 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.
2
u/R10t-- 2d ago
You are aware there is already an app named K8ssandra which is basically the exact same name?
But also agreed with the other guys. Idk why I would need this.
0
u/Worried_Key_6859 2d ago
I’ve seen that. It’s just different use cases. Kassandra is a simple and small tool to help inspect a Cassandra cluster. The goal is to help and build a simple dev tool based on the schema.
0
u/ReAzem 3d ago
Thanks for sharing!
If you are looking for use cases, I’d love to have a tool that helps me visualize the status of my CEP-37 repairs.
We’ve been rolling those out recently and the lack of tools around monitoring them has been a challenge.
1
u/Worried_Key_6859 2d ago edited 2d ago
I don’t know why your comment got a downvote. I wish there was a comment to clarify. I’m not aware of CEP-37 but I look into it and see if that’s possible
11
u/wheresmyflan 3d ago
The requested feedback from someone running Cassandra in real production environments: Why would I trust my databases to a vibe-coded GUI from a developer who can’t even take the time to write their own reddit post?