I've started developing my first DataFlow job using Scio, the Scala SDK. The dataflow job will run in streaming mode.
Can anyone advise the best way to deploy this? I have read in the Scio docs they use sbt-pack
and then deploy this within a Docker container. I have also read about using DataFlow templates (but not in great detail).
What's best?