A basic use of apache beam to process data
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.
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:
- Java sdk >=9
- Maven >=3.0.0
- Install java from here if java is not installed
- Install Maven by following the instructions
- Clone project
git clone git@github.com:shihabuddinbuet/beam-example.git
- Run
cd beam-example
- Run
mvn clean -Pdirect-runner package -DskipTests
to build package of the project - Run with direct runner
- Md shihab uddin - Initial work - shihabuddinbuet
See also the list of contributors who participated in this project.