⚠️ This project is no longer maintained.
Spring Cloud Data Flow Server Nomad 
This project provides support for deploying Spring Cloud Dataflow's streaming and task/batch data pipelines to Hashicorp Nomad. It includes an implementation of Spring Cloud Data Flow’s Deployer SPI for Nomad.
Please refer to the reference documentation on how to get started.
Building
Clone the repo and type
$ ./mvnw clean installTo build the docker image for the Data Flow Server
$ ./mvnw package docker:build -pl spring-cloud-dataflow-server-nomad