bbc/connected-data-tayberry

Name: connected-data-tayberry

Owner: BBC

Description: Code repository for the Tayberry tag query component

Created: 2018-03-02 15:36:43.0

Updated: 2018-04-17 15:42:38.0

Pushed: 2018-04-17 15:46:02.0

Homepage: null

Size: 21

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Tayberry Microservice

Tayberry 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:

    ualenv env
    ce env/bin/activate
     install -r requirements.txt
    
  2. Run the service:

    on3 app/tayberry.py
    
  3. Visit the application at http://localhost:5005.

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.