covid19-forecast-hub-europe icon indicating copy to clipboard operation
covid19-forecast-hub-europe copied to clipboard

Optimize json storage

Open Bisaloo opened this issue 3 years ago • 4 comments

The angular app is getting quite slow. This is directly related to the size of forecasts_to_plot.json.

When inspecting forecasts_to_plot.json, one can notice that data is not stored in an optimal way and there is a lot of redundant data.

We should think about how to re-organize it.

The only problem is that this will require changes in the angular app as well.

Bisaloo avatar Sep 28 '21 13:09 Bisaloo