Illustration Image

Cassandra.Link

The best knowledge base on Apache Cassandra®

Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.

1/15/2019

Reading time:N/A min

aksakalli/sandraREST

by John Doe

sandraREST is a Cassandra Manager REST API and Web UI.FeaturesPresent databaseRun a CQL queryDrop/Update/Create KeyspaceDrop Column FamilyDrop/Update/Create ColumnList data of Column FamilyDownload query result as CSVGetting StartedAs the project required use of multiple external dependencies for both client and server side, bower and npm are used to manage those respectively.Cassandra client configuration is stored under root folder in cassandra_config.json. It is possible to configure contact points and many other client options.running the source code:$ npm install$ bower install$ npm startArchitectureMain advantage of a REST API is that such organization of a client­server communication allows single server to support numerous client applications through the unified interfaces.In the particular case, server with REST API was developed on the node.js. Client side is single page web­application based on angular.js framework that served on 'public' folder as static and only relies on REST API for access to the database data.REST EndpointsLicenseReleased under the MIT license.

Illustration Image

screen shot

sandraREST is a Cassandra Manager REST API and Web UI.

Features

  • Present database
  • Run a CQL query
  • Drop/Update/Create Keyspace
  • Drop Column Family
  • Drop/Update/Create Column
  • List data of Column Family
  • Download query result as CSV

Getting Started

As the project required use of multiple external dependencies for both client and server side, bower and npm are used to manage those respectively.

Cassandra client configuration is stored under root folder in cassandra_config.json. It is possible to configure contact points and many other client options.

running the source code:

$ npm install
$ bower install
$ npm start

Architecture

Main advantage of a REST API is that such organization of a client­server communication allows single server to support numerous client applications through the unified interfaces.

interface guide

In the particular case, server with REST API was developed on the node.js. Client side is single page web­application based on angular.js framework that served on 'public' folder as static and only relies on REST API for access to the database data.

REST Endpoints

License

Released under the MIT license.

Related Articles

spring
angular
rest

GitHub - jhipster/jhipster-sample-app-cassandra: This is a sample application created with JHipster, with the Cassandra option

jhipster

3/7/2024

Checkout Planet Cassandra

Claim Your Free Planet Cassandra Contributor T-shirt!

Make your contribution and score a FREE Planet Cassandra Contributor T-Shirt! 
We value our incredible Cassandra community, and we want to express our gratitude by sending an exclusive Planet Cassandra Contributor T-Shirt you can wear with pride.

Join Our Newsletter!

Sign up below to receive email updates and see what's going on with our company

Explore Related Topics

AllKafkaSparkScyllaSStableKubernetesApiGithubGraphQl

Explore Further

rest