An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Java Apache Beam Tour

[![Java CI with Gradle](https://github.com/fabiothiroki/java-apachebeam-tour/actions/workflows/gradle.yml/badge.svg)](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.