bbc/connected-data-rubus

Name: connected-data-rubus

Owner: BBC

Description: null

Created: 2018-02-08 15:52:13.0

Updated: 2018-04-17 13:51:04.0

Pushed: 2018-05-11 09:51:55.0

Homepage: null

Size: 54

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Rubus Microservice

Rubus microservice. Implemented with the Python 3 Flask microframework and running with Green Unicorn Python WSGI HTTP Server.

Run Locally
1. Create a virtualenv, install dependencies:
on3 -m venv env
v/bin/activate
 install -r requirements.txt
2. Run the service:
=5002 \
ONPATH=.:$PYTHONPATH \
on -m app.rubus
3. Visit the application at http://localhost:5002.
Tests

Run tests using:

st
Building & Deployment

This app is provided as with a Dockerfile which is used to build a container. This should then be pushed to a container registry and deployed either as a manual process or using something such as build triggers and a continuous delivery platform like Spinnaker.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.