Create code examples for different tasks #282
Labels
Good first issue 🎓
Perfect for beginners, welcome to OpenMined!
Type: Documentation 📚
Improvements or additions in documentation for some file, feature, or codebase
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
.The text was updated successfully, but these errors were encountered: