v2github.com/apache/beam/sdks/v2/go/examples/windowed_wordcount

windowed_wordcount command

windowed_wordcount counts words in text, and can run over either unbounded or bounded input collections.

This example is the last in a series of four successively more detailed 'word count' examples. First take a look at minimal_wordcount, wordcount, and debugging_wordcount.

Basic concepts, also in the preceeding examples: Reading text files; counting a PCollection; writing to GCS; executing a Pipeline both locally and using a selected runner; defining DoFns; user-defined PTransforms; defining pipeline options.

New Concepts:

  1. Unbounded and bounded pipeline input modes
  2. Adding timestamps to data
  3. Windowing
  4. Re-using PTransforms over windowed PCollections
  5. Accessing the window of an element
Version
v2.65.0 (latest)
Published
May 6, 2025
Platform
linux/amd64
Imports
13 packages
Last checked
1 day ago

Tools for package owners.