Skip to content

sanvir10/apache-beam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

apache-beam

** 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

Create an virtual environment

NOTE: See this section(https://beam.apache.org/get-started/quickstart-py/#download-and-install) to more details for the setup.

Install venv

sudo apt install python3.8-venv

Create env using venv

python -m venv /path/to/directory

Activate VENV

. /path/to/directory/bin/activate

About

apache-beam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published