qascade / dcr

A PoC framework to orchestrate interoperable Differentially Private Data Clean Room Services using Intel SGX hardware as root of trust.
GNU Affero General Public License v3.0
19 stars 16 forks source link

feat: The collaboration should execute on itself with only collaboration package as input. #27

Closed qascade closed 1 year ago

qascade commented 1 year ago

Description

Yaml is declarative in nature if, some destination is mentioned it has to be executed, we should not wait for some trigger/request to run transformation/destination.

How are you going to do it?

We already have a Graph that populates the dcr addresses. We will find a toposort of the graph and run each transformation/destination if authorized.

qascade commented 1 year ago

close as completed