Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

spring-attic/spring-cloud-dataflow-server-cloudfoundry

spring-cloud-dataflow-server-cloudfoundry is no longer actively maintained by VMware, Inc.

Spring Cloud Data Flow Server for Cloud Foundry Build Status Stories in Ready Stories in Progress

This project provides support for deploying Spring Cloud Data Flow's streaming and batch data pipelines to Cloud Foundry. It includes an implementation of Spring Cloud Data Flow’s Deployer SPI for Cloud Foundry.

Please refer to the reference documentation on how to get started.

NOTE: Spring Cloud Data Flow v2.0

Beginning with Spring Cloud Data Flow v2.0.0, we have consolidated the Local, Cloud Foundry, and Kubernetes servers into a single server. Instead of building, maintaining, and shipping individual server-implementations, we have consolidated them into a single server, and all the supported platform-specific deployer implementation libraries are bundled in it.

That would mean, as a user, you don’t need to pick different JARs or Docker-images depending on what platform you want to run.

The other notable benefit to this approach is the ability to configure the single-server with multiple platform backends. The same server can be configured against Local, "n" number of Cloud Foundry org/space combinations, and as well against "n" number of Kubernetes clusters and the associated namespace. At the time of stream-deployment or task-launches, you would be able to pick-and-choose the platform where you want to orchestrate the deployment. It would further simplify and promote CI/CD practices for data pipelines.

The getting-started steps for each platform remains mostly the same. One significant change is how Tasks are configured, as we are opening up the capability for Tasks to be launched across different platforms as well.

In summary, please DO NOT use the master branch of this repository; switch over to Spring Cloud Data Flow v2.0 instead. We intend to continue to support the Spring Cloud Data Flow’s v1.x branch of CloudFoundry-server for a period of at least a year from the general availability of v2.0 GA release.

Contributing

We love contributions. Follow this link for more information on how to contribute.

Building

Clone the repo and type

$ ./mvnw clean install

For more information on building, see this link.