togo install togo-framework/compute-beamA togo compute backend that runs Apache Beam pipelines (runs the pipeline
program with --runner <BEAM_RUNNER> appended).
togo install togo-framework/compute-beam
togo provider:use compute beam
togo config:set BEAM_RUNNER DataflowRunner| Key | Default | Purpose |
|---|---|---|
BEAM_RUNNER |
DirectRunner |
Beam runner (Dataflow/Flink/Spark…) |