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
- Host: GitHub
- URL: https://github.com/eduardogr/playing-apache-beam-tour
- Owner: eduardogr
- License: apache-2.0
- Created: 2025-05-14T11:46:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-14T19:24:18.000Z (about 1 year ago)
- Last Synced: 2025-06-24T17:45:14.285Z (about 1 year ago)
- Topics: apache-beam, data-pipelines, go
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)