Skip to content

DT sources monitoring #74

@caviri

Description

@caviri

Context
In order to monitor specific data sources we need to implement a way to monitor the status of these sources. The user can define a set of data sources (data-endpoints?) that are going to be checked automatically for updates.

Proposed solution
- Basic monitoring: If the URL provided is always the latest and the values are going to be updated there. Then odpt can use a simple check on the endpoing and calculate the hash in order to detect if the value changed.
- Custom monitoring: If the data endpoint requires an specific parsing and selection. Such as list of files on a page. The monitoring can be performed by an specialised component.

For this MVP I would just focus on the former case

Acceptance criteria

  • Generation of data endpoint to test
  • Implement of Basic monitoring on data endpoint
  • Trigger execution based on data update

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions