-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
There's a nice idea that we could get rid of this micro service, and move the to the data-platform entirely.
Currently this micro service
- runs the forecast has been made
- blend lots of different forecast together, using csv validation account
- blends probablistic values together too
- blends adjusted forecast values together as well
- saves to a new forecast
The API uses the blend results, so does the analysis dashbaord (to see the results and look at metrics)d
Perhaps the ideas are
- Own microservice
- data-platform:read, add a read function that can be used, and blends things on the fly
- data-platform:write, add a write function, so at the end of the forecast, we can write the new blend forecast to the database
Before doing pro's and cons, @devsjc do you have any other ideas on how it would work
Reactions are currently unavailable