Files

= Data Flow Template Load Generator

This example uses the Spring Cloud Data Flow Template to generator a set of Task- and Batch Executions.

This examples, will:

- Import https://cloud.spring.io/spring-cloud-task-app-starters/[Task App Starter applications]
- Import https://cloud.spring.io/spring-cloud-stream-app-starters/[Stream App Starter applications]
- Create several Task Applications
- Execute each Task Application several times

In order to get everything running we need to setup the following server instances:

* Spring Cloud Skipper
* Spring Cloud Data Flow

== Build + Run

Configure the example application in `DataflowTemplateApplication.java`. Then build
using `$ mvn clean package` and run using
`$ java -jar target/dataflow-template-load-generator-2.0.0-SNAPSHOT.jar`