Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.05 KB

File metadata and controls

42 lines (28 loc) · 1.05 KB

Overview

This directory holds code to build an Apache Beam pipeline written in go.

Requirements

Usage

Running Word Count

Run the following command to execute the pipeline on your local machine.

go run ./cmd --source=testdata/catsum.txt --output=/tmp/wordcount/catsum

or

Assumes previously run gcloud auth application-default login

go run ./cmd --source=gs://apache-beam-samples/shakespeare/* output=/tmp/wordcount/shakespeare