You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Functional requirements
Provide template for functions for calculating new derived data from existing values in database
Technical requirements
Azure function in typescript running in docker-container locally, triggered on message in message queue (which can be produces e.g. in loader function on storing updated base data in database).
It will have working connection to database, fetching and storing functionality with data validation before storing to database. Clear comments where custom calculation parts have to be added.
Simple but exhaustive documentation should be provided with the template in doc folder under tutorials.
Definition of done
The template is provided with simple tutorial, so after following the tutorial, user will be able to fill calculation part.
After following the tutorial and running all the services, the function should smoothly trigger on new message in defined storage queue, fetch data from database, calculate new derived data and store them in database collection 'attributes'.
The text was updated successfully, but these errors were encountered:
Functional requirements
Provide template for functions for calculating new derived data from existing values in database
Technical requirements
Azure function in typescript running in docker-container locally, triggered on message in message queue (which can be produces e.g. in loader function on storing updated base data in database).
It will have working connection to database, fetching and storing functionality with data validation before storing to database. Clear comments where custom calculation parts have to be added.
Simple but exhaustive documentation should be provided with the template in doc folder under tutorials.
Definition of done
The template is provided with simple tutorial, so after following the tutorial, user will be able to fill calculation part.
After following the tutorial and running all the services, the function should smoothly trigger on new message in defined storage queue, fetch data from database, calculate new derived data and store them in database collection 'attributes'.
The text was updated successfully, but these errors were encountered: