Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xquery/dataflowmonthly2-google-dataflow
https://github.com/xquery/dataflowmonthly2-google-dataflow
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xquery/dataflowmonthly2-google-dataflow
- Owner: xquery
- Created: 2016-03-24T09:19:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-24T11:46:35.000Z (almost 9 years ago)
- Last Synced: 2024-10-16T12:21:12.150Z (2 months ago)
- Language: Java
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dataflowmonthly2-google-dataflow
extracted from https://github.com/GoogleCloudPlatform/DataflowJavaSDK-examples.git
run WordCount locally
mvn compile exec:java -Dexec.mainClass=com.webcomposite.dataflow.examples.WordCount -Dexec.args="--project=dataflowmonthlyhangout2 --output=/tmp/test.out"run WordCount
mvn compile exec:java -Dexec.mainClass=com.webcomposite.dataflow.examples.WordCount -Dexec.args="--runner=BlockingDataflowPipelineRunner --project=dataflowmonthlyhangout2 --stagingLocation=gs://dataflow-bucket1/staging "