Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Stack Documentation and UX
-
Labels:
-
Story Points:1.8
-
Epic Link:
-
Team:SQuaRE
Description
Create a Flask app, deployed as a Kubernetes microservice, that creates static HTML version and build dashboards for LSST the Docs products. This service will use LTD Keeper as both a trigger (DM-9021 will de facto design API endpoints that trigger dashboard builds), and as a data source (use Keeper API to discover editions and builds for a product).
This ticket will establish the basic structure of LTD Dasher. A second ticket will then implement an MVP of the dashboards themselves.
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Story Points | 0.2 |
Story Points | 0.2 | 1.6 |
Story Points | 1.6 | 1.8 |
Reviewers | Adam Thornton [ athornton ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Resolution | Done [ 10000 ] | |
Status | In Review [ 10004 ] | Done [ 10002 ] |
We'll use celery for the dashboard build/upload task queue.
Blog post about using Flask + Celery on Kubernetes: http://blog.gorgias.io/deploying-flask-celery-with-docker-and-kubernetes/