-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request