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

refactor: migrate the ego-server code from different repo to dcr #40

Open qascade opened 1 year ago

qascade commented 1 year ago

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 the dcr run cmd to specify that we want to run on server mode or local mode. The server code is to be refactored to make it maintainable as well as idiomatic.

Server Code: https://github.com/tiklup11/dcr_ego_server

qascade commented 1 year ago

You can run the server using go run main.go in the server repo. Then change the url inside service/client.go to https://localhost:8080. Then the dcr cli can be used as a client

chrisboban commented 1 year ago

@qascade please assign this issue to me

qascade commented 1 year ago

@chrisboban Cool. This issue is yours. Please make sure you read the guidelines and commit conventions. Please let me know if you have any questions. Name the branch migrate.ego_server

qascade commented 1 year ago

Hey @chrisboban, any updates on the pr? Let me know if you are facing any blockers.