This project provides support for deploying Spring Cloud Dataflow's streaming and task/batch data pipelines to Swarm. It includes an implementation of Spring Cloud Data Flow’s Deployer SPI for Swarm.
We love contributions. Follow this link for more information on how to contribute.
Clone the repo and type
$ ./mvnw clean install
To build the docker image for the Data Flow Server
$ ./mvnw package docker:build -pl :spring-cloud-dataflow-server-swarm
For more information on building, see this link.