An open API service indexing awesome lists of open source software.

https://github.com/datastacktv/apache-beam-explained

Source code for the YouTube video, Apache Beam Explained in 12 Minutes
https://github.com/datastacktv/apache-beam-explained

apache-beam

Last synced: 3 months ago
JSON representation

Source code for the YouTube video, Apache Beam Explained in 12 Minutes

Awesome Lists containing this project

README

          

# 🎥 Apache Beam Explained in 12 Minutes

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

## Install dependencies

```bash
pip install -r requirements.txt
```

## Run pipeline locally

```bash
python pipeline.py
```

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

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