This tool provides an easy way to access the content and properties of Cassandra tables.
The (long term) goal is to build a phpmyadmin for cassandra, with no java required, only CQL queries.
- Frontend: Download a release, extract it, and configure an apache vhost pointing to the folder "dist/".
- Backend: Edit the line "$nodes = ['127.0.0.1'];" in backend/index.php and replace the IP by one of your Cassandra node.
To work on this project, you will need the following things properly installed on your computer.
git clone <repository-url>this repository- change into the new directory
npm install./node_modules/bower/bin/bower install
ember server- Visit your app at http://localhost:4200.
ember build(development)ember build --environment production(production)
Configure a vhost to the "dist/" folder.