airavata-courses / dexlab

Scientifc plots using NASA MERRA and NEXRAD datasets
Apache License 2.0
0 stars 3 forks source link

Return locally saved file whenever available #17

Closed sbmthakur closed 2 years ago

sbmthakur commented 2 years ago

All plots generated by Ingestor are saved locally as files. Ingestor must check if a plot for the provided day and radar is available. If available, this file must be returned.

Impact: this will reduce the latency of plots (for a combination of date and radar) that have been already served by Ingestor.

sbmthakur commented 2 years ago

This has been addressed with 266d3