Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 652 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 652 Bytes

dataflow-sandbox

Sandbox for testing with Google Dataflow.

YOU MUST: Change the installDirectory located in /${moduleName}/src/main/resources/application.yml to the directory you cloned this repository to.

To run the app (system properties are optional):

./gradlew run -DinputFile=data/input/input.txt

Executing the gradle run command will cause Spring Boot to run each class that implements CommandLineRunner. This repository contains three such classes:

  • EngineStatusCounterPipeline
  • EngineStatusCounterWindowedPipeline
  • EngineStatusTimerWindowedPipeline

Outputs for the pipeline will be found under: ${installDirectory}/data/output/