Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.11 KB

beam-example

A basic use of apache beam to process data

Description

Apache beam is a popular unified programming model to process both batch and stream data.The objective of the project is to show some examples to use apache beam for data processing.

Getting Started

If you are new and looking for how to start using apache beam for data processing, then you are at the right place to begin. Here is the way how to begin:

Prerequisite

  1. Java sdk >=9
  2. Maven >=3.0.0

Installing

  1. Install java from here if java is not installed
  2. Install Maven by following the instructions
  3. Clone project git clone [email protected]:shihabuddinbuet/beam-example.git
  4. Run cd beam-example
  5. Run mvn clean -Pdirect-runner package -DskipTests to build package of the project
  6. Run with direct runner

Authours

See also the list of contributors who participated in this project.