Skip to content

Sources indexing in MongoDB #73

@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.

This can be used to trigger a new execution when the source is updated.

Proposed solution
Separate indexing from monitoring. Sources are a new mongoDB collection that keeps the link to the data source, the type, the last time it was accessed and other metadata of relevance. This collection can be at the same level of components.

Acceptance criteria

  • New MongoDB collection called sources
  • sources schema.
  • Add a new source in CLI
  • Add a new source in GUI
  • Listing sources in CLI
  • Listing sources in GUI

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