1.1 testdata.zip
1.2 training-setup.zip
1. Practice - The first Beam Program - Setup the Project for Beam execution
2.1 training-beam-transform.zip
2. Practice - Custom PipelineOption
3. Basics of ParDo - User Defined Function
4. Learn ParDo - In Depth
5. Practice - ParDo - In Depth
6. Group the Data using GroupByKey
7. Practice - GroupByKey
8. Group Multiple Datasets Using CoGroupByKey
9. Overview - CoGroupByKey hands on session
10. Practice - CoGroupByKey
11. Flatten - Merge PCollections
12. Practice - Flatten
13. Combine - Aggregate Data Using Combine Functions
14. Practice - Combine
15. MultiOutput - To emit multiple PCollections
16. Practice - MultiOutput
17. Partition - Splitting the PCollection
18. Practice - Partition
19. Side input - Enrich the data using Side input
20. Practice - Side Input