Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jorgebay/killr-service

A sample microservice using Node.js and Cassandra.
https://github.com/jorgebay/killr-service

Last synced: about 2 months ago
JSON representation

A sample microservice using Node.js and Cassandra.

Awesome Lists containing this project

README

        

# Killr Service

A sample microservice using Node.js and Cassandra.

The service focuses in methods for user feedback of videos, based on a sample schema for a [video sharing site][schema-origin] that Patrick McFadin has been using to demonstrate data modeling techniques with Apache Cassandra.

## Installation

```bash
npm install
```

## Running the server

```bash
node server
```

[schema-origin]: https://github.com/pmcfadin/cassandra-videodb-sample-schema