Add path queries to the epi view. See attached screenshots for examples.
Changes
Moved BGraph query builder functions into BGraphQueryUtil.
Remove hard-coding of subgraph queries in EPI view.
Add SimpleSIR Gromet model to model store list
Add SimpleSIR GrFN/PNC model json to static file server
Retrieve SimpleSIR BGraph files from S3
Refactor BGraph utilities to separate BIO logic/EPI logic
Connect epi's global graph component with queries coming from bgraph
Add epi path query logic
Considerations
Currently we are loading the bgraph data payloads from S3 whereas we are loading the gromet graph representation from static file server. We likely want to put these in the same place.
We may not need to load the gromet graph representation as standalone and instead retrieve that representation from bgraph using an empty bgraph.v().run() query. Note: This may not work if the graph has duplicate edges that can not be differentiated via an id.
Testing
Ensure that you update your env.local file as this makes changes to the ENV variables required.
Description
Add path queries to the epi view. See attached screenshots for examples.
Changes
Considerations
bgraph.v().run()
query. Note: This may not work if the graph has duplicate edges that can not be differentiated via an id.Testing
Screenshots