# cassandra-admin **Repository Path**: mirrors_ibm/cassandra-admin ## Basic Information - **Project Name**: cassandra-admin - **Description**: A web UI to manage Apache Cassandra nodes and clusters. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-18 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cassandra Admin **⚠️ Alpha Software Notice:** This project is in an early alpha stage and not ready for production. Features may be incomplete, unstable, or subject to change. Use with caution and expect bugs or breaking changes. ## Credits This project makes use of the following open-source libraries: - [thibaultcha/lua-cassandra](https://github.com/thibaultcha/lua-cassandra) - [bungle/lua-resty-template](https://github.com/bungle/lua-resty-template) ## Roadmap * Datatable instead of plain table * Implement per keyspace and per table actions * Get rid of internal column reordering * Unify query and table view handlers. * Test with Cassandra-compatible DBs like ScyllaDB and different Cassandra versions. Make a testbed of sorts. * Finish off UI for keyspace and table creation. * v5 protocol support? ## Disclaimer This project is an independent, open-source tool created to help administer Apache Cassandra databases. **This software is not affiliated with, endorsed by, or sponsored by the Apache Software Foundation or the Apache Cassandra project.** "Apache Cassandra" and "Cassandra" are trademarks of the Apache Software Foundation. This project uses these terms solely to indicate compatibility and functionality with the Apache Cassandra database system. The Apache Software Foundation has not reviewed, approved, or been involved in the development of this tool. For official Apache Cassandra resources, documentation, and support, please visit the [official Apache Cassandra website](https://cassandra.apache.org/). This project is provided "as is" without warranty of any kind. Use at your own risk. ## License `cassandra-admin` uses an MIT License, since the main library it depends on (lua-cassandra) is also MIT licensed. ``` MIT License Copyright (c) 2025 International Business Machines Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```