Implementation of data quality controls on EDC connectors #2578
-
Hello all, The idea is, after the join, to perform quality controls in order to leave out results with issues: relation mistakes, unrelated data, information mistakes, etc. My first idea was to implement it in a data transport extension on the consumer connector; once the data is fully received. What do you think about what is the best way? Could quality controls be implemented as an extension of EDC? What about heavyweight quality control processes: lineage, quarantine, ...? Is there any roadmap in order to implement support for the AppStore IDS concept in EDC? I hope this question will be helpful in addressing quality control in EDC and give us as many ideas as possible. Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, Thanks for the write-up. How a consumer processes data is outside the scope of EDC, and this can be implemented in various ways. For example, with support for the new IDS Dataspace Protocol Specifications (work in progress), you could use the EDC event system to be notified when a transfer process completes, which could initiate quality control processing by some other system. The EDC is focused on implementing the recently released IDS Dataspace Protocol specifications. These specifications do not include the concept of an AppStore, and the core EDC project would likely not implement such as concept as it is outlined in the current RAM. Other projects could do this using the core capabilities provided by EDC if there was a requirement to do so. |
Beta Was this translation helpful? Give feedback.
Hi,
Thanks for the write-up. How a consumer processes data is outside the scope of EDC, and this can be implemented in various ways. For example, with support for the new IDS Dataspace Protocol Specifications (work in progress), you could use the EDC event system to be notified when a transfer process completes, which could initiate quality control processing by some other system.
The EDC is focused on implementing the recently released IDS Dataspace Protocol specifications. These specifications do not include the concept of an AppStore, and the core EDC project would likely not implement such as concept as it is outlined in the current RAM. Other projects could do this using the core cap…