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

https://github.com/eduardogr/playing-apache-beam-tour

Playing with Apache Beam Tour: https://tour.beam.apache.org
https://github.com/eduardogr/playing-apache-beam-tour

apache-beam data-pipelines go

Last synced: 11 months ago
JSON representation

Playing with Apache Beam Tour: https://tour.beam.apache.org

Awesome Lists containing this project

README

          

# Playing with Apache Beam Tour

This repository stores some documents related to my experience with [Apache Beam Tour](https://tour.beam.apache.org/).

> The code in this repository is not exactly as it is in the tour, in some cases I have briefly modified it for execution convenience.

## Section of the Tour completed

- [x] Introduction
- [ ] Common Transforms
- [ ] Core Transforms
- [ ] Windowing
- [ ] Triggers
- [ ] IO Connectors
- [ ] Splittable doFn
- [ ] Final Challenge

## References

- [Apache Beam Tour](https://tour.beam.apache.org/)
- [DirectRunner](https://beam.apache.org/documentation/runners/direct/)
- [Dataflow Runner](https://beam.apache.org/documentation/runners/dataflow/)
- [user-code-serializability](https://beam.apache.org/documentation/programming-guide/#user-code-serializability)