Skip to content

shihabuddinbuet/beam-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A basic use of apache beam to process data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages