dcr
dcr copied to clipboard
A PoC framework to orchestrate interoperable Differentially Private Data Clean Room Services using Intel SGX hardware as root of trust.
## Description Would like to add issue templates. Could this be assigned to me? ## Screenshots ## Are you raising this PR under GSSoC'23? Yes
## Description As of now, if some one wants to test run dcr, he has to use a Linux machine and has to go through the hassle of installing all...
## Description CSVs can't be moved inside enclaves unless explicitly mentioned inside the enclave.json. Check `files` field in `service/temp_enclave.json`. I want that to be automated and to be picked from...
## Description For now any tests that use ego to build, sign and run the Go App fails because we don't have any CI set up for the same. I...
## Description Before the Cleanroom service is run, we do a modified Topological sort of graph that we generate after parsing the yaml. Ideally, we want to remove the unauthorized...
## Description We have a concept of Trust Groups. A trust group is a set of sources who have given `destination_allowed` permission to the same destination. ## How are you...
## Description The current Server implementation inside the `feat.ego_server_run` branch only supports a single collaboration. I want multiple collaborations to be queued or even running on multiple threads at the...
## Description Current transformation specs only support the examples used in tests but we need to make it generic enough to support any transformation given template inputs.
## Description Currently the server code is on a different repo and is deployed separately. I want both the repos to be merged and a flag to be added on...
## Description The tests I have written in this project are not strictly checking (just printing) the contents of the results that are coming as output after running the tests....