HorridTom / AE-app

Analysis of publicly available NHS A&E data
Apache License 2.0
1 stars 0 forks source link

Implement efficient automatic update of data #5

Closed HorridTom closed 6 years ago

HorridTom commented 6 years ago

The app should check for data that is not already on the server, download it, and add it to the existing data on the server.

HorridTom commented 6 years ago

The app now only downloads the whole dataset under two circumstances: i) when a new server instance is spawned ii) when a new data url is added to one of the monitored pages (one per financial year) This will do for now - in future should move the data to persistent storage and only update it on (ii)