Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 420 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 420 Bytes

🎥 Apache Beam Explained in 12 Minutes

Source code for the YouTube video, Apache Beam explained in 12 minutes. Watch the video here!

Install dependencies

pip install -r requirements.txt

Run pipeline locally

python pipeline.py

This command produces a text file called output-00000-of-00001. The output looks like the following:

('Andy', 2)
('Andy', 1)
('Sam', 1)