Skip to content

locked/guidra

Repository files navigation

Cassandra Explorer

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.

Quick Start

  • 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.

Prerequisites

To work on this project, you will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • ./node_modules/bower/bin/bower install

Running / Development

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Configure a vhost to the "dist/" folder.

Further Reading / Useful Links