alan-turing-institute / DTBase

A starting point from which digital twins can be developed.
MIT License
11 stars 4 forks source link

Weather ingress and Arima function app #189

Closed mhauru closed 7 months ago

mhauru commented 7 months ago

Add an Azure function app to our infrastructure, and two apps for it, that run the weather ingress and Arima on demand.

Currently the only way to trigger the function app to run is to send it an HTTP request. We need to implement a system where the backend does that for you when you ask it to, but that's for another PR.

mhauru commented 7 months ago

This used to be just for weather ingress, but I added another function that runs the Arima model. This required some changes to the Arima code, so that it doesn't read all its configuration from a .ini file anymore, but rather can be passed arguments as a dictionary.