Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from locked/guidra

Cassandra Explorer

withings-sas/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

About

Cassandra Explorer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 92.2%
  • JavaScript 4.3%
  • Handlebars 1.6%
  • HTML 0.7%
  • CSS 0.7%
  • Shell 0.4%
  • ApacheConf 0.1%