3989 Forks
6991 Stars
6991 Watchers

beam

Apache Beam is a unified programming model for Batch and Streaming data processing.

How to download and setup beam

Open terminal and run command
git clone https://github.com/apache/beam.git
git clone is used to create a copy or clone of beam repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with beam https://github.com/apache/beam/archive/master.zip

Or simply clone beam with SSH
[email protected]:apache/beam.git

If you have some problems with beam

You may open issue on beam support forum (system) here: https://github.com/apache/beam/issues