Spring Cloud Data Flow for VMware Tanzu
About Spring Cloud Data Flow
Spring Cloud Data Flow is an open-source toolkit that can deploy streaming and batch data pipelines to Cloud Foundry (see the project home page). The data pipelines are composed of Spring Cloud Stream or Spring Cloud Task applications. A streaming pipeline DSL makes it easy to specify which apps to deploy and how to connect outputs and inputs. The composed task DSL is useful for when a series of task apps must be run as a directed graph.
Spring Cloud Data Flow provides REST APIs for composing and deploying data pipelines programmatically. It also provides a dashboard that includes a graphical pipeline editor for building new pipelines interactively, as well as views of deployable apps and running apps with metrics using Prometheus, InfluxDB, or other monitoring systems. Spring Cloud Data Flow also includes a shell application for working with the API from the command line.
About Spring Cloud Data Flow for VMware Tanzu
Spring Cloud Data Flow for VMware Tanzu automates the deployment of SCDF and its dependent services so that developers can use Apps Manager to deploy their own SCDF instances. They can then access their Data Flow server, either via the SCDF dashboard UI or using their PCF credentials with the SCDF shell.
Key Features
Spring Cloud Data Flow for VMware Tanzu includes the following key features:
- Addition of the Spring Cloud Data Flow server to the Marketplace as a managed service
- Automatic integration with dependent PCF services:
- MySQL for PCF (or a user-provided relational database service) for apps, pipelines, and task history
- RabbitMQ for PCF (or a user-provided RabbitMQ or Kafka service) for event messaging
- Integration of Data Flow server with PCF’s UAA security model
Product Snapshot
The following table provides version and version-support information about Spring Cloud Data Flow for VMware Tanzu.
Element | Details |
---|---|
Version | v1.5.0 |
Release date | May 27, 2019 |
Software component version | v2.1.0.RELEASE |
Compatible Ops Manager version(s) | v2.4.x–v2.5.x |
Compatible VMware Tanzu Application Service for VMs version(s) | v2.4.x–v2.5.x |
IaaS support | All supported by PCF |
Tile and OSS Versions
The following table provides information about the OSS versions used in each version of Spring Cloud Data Flow for VMware Tanzu.
SCDF Tile | SCDF OSS | Spring Cloud Skipper OSS |
---|---|---|
v1.2.x | v1.6.x.RELEASE | v1.0.x.RELEASE |
v1.3.x | v1.7.x.RELEASE | v1.1.x.RELEASE |
v1.4.x | v2.0.x.RELEASE | v2.0.x.RELEASE |
v1.5.x | v2.1.x.RELEASE | v2.0.x.RELEASE |
Requirements
Spring Cloud Data Flow for VMware Tanzu has the following requirements:
- Java Cloud Foundry buildpack version 3.8 or later (see the Prerequisites section of Installation for more information)
- MySQL for PCF, or an alternative relational database service
- If you are using TLS with MySQL for PCF, VMware recommends using MySQL for PCF v2.5.x. If using MySQL for PCF v2.4.x, you must manually enable TLS on the Data Flow broker’s backing MySQL for PCF service instance when installing Spring Cloud Data Flow for VMware Tanzu (see Using TLS with MySQL for PCF v2.4.x).
- RabbitMQ for PCF, or an alternative RabbitMQ or Kafka service
- Cloud Foundry Command Line Interface (cf CLI)
Optional
To use the Spring Cloud Data Flow shell interface with Spring Cloud Data Flow for VMware Tanzu service instances, install the following cf CLI plugins:
Spring Cloud Data Flow for VMware Tanzu cf CLI plugin. To install the plugin, run the following command:
$ cf install-plugin -r CF-Community "spring-cloud-dataflow-for-pcf"
- Java Runtime Environment (JRE). Required to run the Data Flow shell. You can download the JRE from the Java website.
Service Instance Logging cf CLI plugin. To install the plugin, run the following command:
$ cf install-plugin -r CF-Community "Service Instance Logging"