Skip to content

cllin/Cassandra101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Cassandra 101

Simple example of a node.js server for database (Apache Cassandra) management on local machine and a web interface.

##Features

  • Insert new row
  • Print table
  • Truncate table

##Installation

$ git clone https://github.com/cllin/Cassandra101.git

##Using It - Server

$ sudo cassandra // Start cassandra on local machine
$ cd server
$ node server.js // Start server on local machine

##Screenshots

##Acknowledgements This project uses node-cassandra-cql as driver for Apache Cassandra.

About

Simple example of a node.js server for database (Apache Cassandra) management on local machine and a web interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors