biosimulations / biosimulations

A platform for sharing and reusing biomodeling studies including models, simulations, and visualizations of their results
https://biosimulations.org
MIT License
36 stars 13 forks source link

Send URLs for the values for the results data rather than load it into the API #4346

Open bilalshaikh42 opened 2 years ago

bilalshaikh42 commented 2 years ago

The api loads all the values from the data service and formats it directly into the values of the results. Instead, it should just provide a URL for the particular results, and let the client handle loading the parts of the data that it needs.

jonrkarr commented 2 years ago

In addition to this, it would be helpful to have the ability to retrieve only specific rows and/or columns of simulation results.

bilalshaikh42 commented 2 years ago

This is built into HSDS, so should be quite straightforward to add to the API.