Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:5
-
Epic Link:
-
Team:SQuaRE
Description
The idea of composing SQuaSH as several individual bokeh apps is atractive, one way to do that is running independent bokeh servers (on different ports) and comunicate among the apps through user interactions in the client side. This ticket capture testing this scenario, understanding implications for deployment and also investigating alternatives.
See for instance example in bokeh mailing list that runs a Bokeh Server by creating a Tornado io_loop, send that loop to bokeh.server.server.Server and embeds two bokeh apps in a Flask app.
Attachments
Issue Links
- is parent task of
-
DM-5945 Implement validate_drp static plots in Bokeh as proof-of-concept for SQUASH
- Done
This is going to be required once we have more bokeh apps to implement the QA plots see
DM-5945