qascade / dcr

A PoC framework to orchestrate interoperable Differentially Private Data Clean Room Services using Intel SGX hardware as root of trust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

qascade opened this issue · comments

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.

close as completed