-
-
Notifications
You must be signed in to change notification settings - Fork 85
Create code examples for different tasks #282
Copy link
Copy link
Open
Labels
Good first issue 🎓Perfect for beginners, welcome to OpenMined!Perfect for beginners, welcome to OpenMined!Type: Documentation 📚Improvements or additions in documentation for some file, feature, or codebaseImprovements or additions in documentation for some file, feature, or codebase
Metadata
Metadata
Assignees
Labels
Good first issue 🎓Perfect for beginners, welcome to OpenMined!Perfect for beginners, welcome to OpenMined!Type: Documentation 📚Improvements or additions in documentation for some file, feature, or codebaseImprovements or additions in documentation for some file, feature, or codebase
Type
Fields
Give feedbackNo fields configured for issues without a type.
Context
Terminology can be found here.
There are 2 APIs:
PrivatePCollection(Beam),PrivateRDD(Spark) are private counter-part of corresponding Beam/Spark objects.They have nice guarantee: only data that has been aggregated in a DP manner, using no more than the specified privacy budget, can be extracted (Beam example, Spark example).
It would be nice to have examples for all APIs.
Goals
There are several end-to-end examples on Github. The goal of this issue is to create examples with solving different tasks which PipelineDP user might have. Those examples might be snippets (not neccessary end-to-end). We will put them on pipelinedp.io on snippets web-page (to be created).
The initial list of those examples:
public_partitions.