Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jorgebay/killr-service
- Owner: jorgebay
- License: apache-2.0
- Created: 2015-03-23T13:25:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-09T14:39:54.000Z (almost 9 years ago)
- Last Synced: 2024-05-04T00:06:43.470Z (8 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 19
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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