** All the information presented was obtained from: https://tour.beam.apache.org/**
Steps to execute this jobs on localhost:
1.- Create virtual environment
2.- Install Jupyter lab (In this doc we don't specify how install jupytar-lab, maybe this can help: https://jupyter.org/install)
3.- Execute the notebook(Apache Beam.ipynb) to understand concepts of ApacheBeam
NOTE: See this section(https://beam.apache.org/get-started/quickstart-py/#download-and-install) to more details for the setup.
sudo apt install python3.8-venv
python -m venv /path/to/directory
. /path/to/directory/bin/activate