Skip to content

Code repository for the Tayberry tag query component

License

Notifications You must be signed in to change notification settings

bbc/connected-data-tayberry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
virtualenv env
source env/bin/activate
pip3 install -r requirements.txt
  1. Run the service:
python3 app/tayberry.py
  1. Visit the application at http://localhost:5005.

Tests

Run tests using:

pytest

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.

About

Code repository for the Tayberry tag query component

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages