Skip to content

Move blend micro services to data-platform #69

@peterdudfield

Description

@peterdudfield

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

  1. Own microservice
  2. data-platform:read, add a read function that can be used, and blends things on the fly
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions