What should I read when I want to get started with Apache Beam?
First, understand the concept. (Streaming, bounded / unbounded data, windowing, Triggers, etc.) Some of these have translations on Qiita.
Then you can read the Apache Beam documentation and understand.
If you want to know a concrete example, this.
Add as appropriate.
Recommended Posts