Skip to content

Latest commit

 

History

History

dataflow

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Demos and Lab Code for Serverless Data Processing with Dataflow course

Folder for demos written for the Serverless Data Processing with Dataflow coursecourse:

Demo list with short descriptions:

  • Beam Notebooks: An example of using Beam Notebooks to work with interactive Beam and the Dataframe API.
  • Dataflow SQL: A demo to show how to use Dataflow SQL to process real-time simulated San Diego traffic data.
  • Dataflow Monitoring: Overview of the monitoring tools in Dataflow for both batch and streaming pipelines via a hands-on examples.
  • Performance: Show in a real example how graph optimization is occuring in Dataflow and call out opportunites for improving pipeline performance.
  • Shuffle Service A simple, quick demo to show how to (de)activate the Dataflow Shuffle service. Compare the resource utilization for a simple pipeline using and not using the Shuffle service.
  • Triggers A simple, quick demo to show how the emitted results for the two possible accumulation modes compare.

Lab code list with short descriptions:

Note that the other files in the lab_code are part of the labs on Qwiklabs, and are only here for archival purposes.