https://github.com/fabiothiroki/java-apachebeam-tour
Apache Beam using Java use cases written as jUnit tests
https://github.com/fabiothiroki/java-apachebeam-tour
apache-beam java
Last synced: 26 days ago
JSON representation
Apache Beam using Java use cases written as jUnit tests
- Host: GitHub
- URL: https://github.com/fabiothiroki/java-apachebeam-tour
- Owner: fabiothiroki
- Created: 2022-02-15T18:32:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T06:54:27.000Z (almost 4 years ago)
- Last Synced: 2023-03-22T14:26:57.621Z (over 3 years ago)
- Topics: apache-beam, java
- Language: Java
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Apache Beam Tour
[](https://github.com/fabiothiroki/java-apachebeam-tour/actions/workflows/gradle.yml)
Apache Beam using Java use cases written as jUnit tests:
- Map
- Reduce
- FlatMap
- Group
- File read/write
- Windowing
Check https://www.infoq.com/articles/apache-beam-intro/ for detailed description.