/spring-cloud-dataflow-server-nomad

Spring Cloud Data Flow Implementation for Hashicorp Nomad

Primary LanguageXSLTApache License 2.0Apache-2.0

⚠️ This project is no longer maintained.

Spring Cloud Data Flow Server Nomad Build Status

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 install

To build the docker image for the Data Flow Server

$ ./mvnw package docker:build -pl spring-cloud-dataflow-server-nomad