dataflow-e2e-demo
This is a demo and a seed project to show how you can end-to-end test a Dataflow pipeline. You can find more about by follwing this blog post Dataflow - e2e test for you pipeline
How to use
Build
gradle build
Run unit tests
gradle test
Run local
./run_local.sh
Run with Dataflow
./run_dataflow.sh
Run the e2e tests
./run_e2e.sh
Author
Gabriel Hodoroaga hodo.dev