Source code for the YouTube video, Apache Beam explained in 12 minutes. Watch the video here!
pip install -r requirements.txt
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)