Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 965 Bytes

File metadata and controls

22 lines (14 loc) · 965 Bytes

⚠️ 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