feat: add an example of a join query with a group by but using confidential go app. #37
Labels
confidential-computing
differential-privacy
enhancement
New feature or request
good first issue
Good for newcomers
gssoc23
level3
medium
Description
The use case only does a simple count query without any partitions. I want to add an example of partitions that properly demonstrates the use case of the
maxContributionsPerUsers
option inside the google dp definition.How to do this ?
Use the same media/ advertiser/research data set for simplicity, although you are free to run your imagination for a different scenario you will have to generate your datasets.
You can do a query like What are the common customers grouped by the kind of pet they have. So the output should be:
Private Count of Customers who have dogs, Private Count of Customers who have cats.
In SQl terms the query should look like:
So the end result should be a Confidential GoApp with appropriate Yaml modifications that functions exactly as the above query would.
The text was updated successfully, but these errors were encountered: