Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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