Closed adamocarolli closed 3 years ago
I was thinking about the following scenario (basically what we showed in the demo).
To support 4, we are running an automatic DOI-based query for edges. This means that the data once the user opens the Models view should be already loaded on bgraph. Since loading data on bgraph can take up to 1 min or so (depending on the internet), I was thinking we might want to load data on bgraph as soon as we launch the application? Thoughts @adamocarolli @mj3cheun ?
To support 4, we are running an automatic DOI-based query for edges. This means that the data once the user opens the Models view should be already loaded on bgraph. Since loading data on bgraph can take up to 1 min or so (depending on the internet), I was thinking we might want to load data on bgraph as soon as we launch the application? Thoughts @adamocarolli @mj3cheun ?
I think this is a good idea to do before a demo, but I worry about doing this in general. Thoughts:
This does bring up a concerning point: Developing features related to bgraph (in the bio model) requires you to wait 40-60s after each change to reload the model. I think we can get around this by loading locally, but that isn't really an option in production.
Description: Load bgraph nodes/edges files from S3.
Note: All changes are done in this commit: https://github.com/uncharted-aske/HMI/pull/148/commits/5f66b99d0ed131998fad03f0f7236473cda0c675 all other changes are made in other branches that are currently in PR. See:
Set-up:
yarn install