rajashekar2014 / spring-cloud-dataflow

Spring Cloud Data Flow provides orchestration for microservices, including both stream and task/batch processing

Home Page:http://cloud.spring.io/spring-cloud-dataflow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest Release Version Latest Snapshot Version

Spring Cloud Data Flow Build Status Stories Ready Stories In Progress

The Spring Cloud Data Flow project provides orchestration for data microservices, including long-lived Spring Cloud Stream applications and short-lived Spring Cloud Task applications.

Components

The Core domain module includes the concept of a stream that is a composition of spring-cloud-stream modules in a linear pipeline from a source to a sink, optionally including processor module(s) in between. The domain also includes the concept of a task, which may be any process that does not run indefinitely, including Spring Batch jobs.

The App Registry maintains the set of available apps, and their mappings to URIs. For example, if relying on Maven coordinates, an app’s URI would be of the format: maven://<groupId>:<artifactId>:<version>

The Data Flow Server is a Spring Boot application that provides a common REST API and UI. For each runtime environment there is a different version of the Data Flow Server that depends upon a deployer SPI implementation for that environment. The github locations for these Data Flow Servers are:

There are also community maintained Spring Cloud Data Flow implementations for Hashicorp’s Nomad and RedHat’s Openshift.

The deployer SPI mentioned above is defined within the Spring Cloud Deployer project. That provides an abstraction layer for deploying the apps of a given stream or task and managing their lifecycle. The github locations for the corresponding Spring Cloud Deployer SPI implementations are:

The Shell connects to the Data Flow Server’s REST API and supports a DSL that simplifies the process of defining a stream or task and managing its lifecycle.

Instructions for running the Data Flow Server for each runtime environment can be found in their respective github repositories.

Building

Clone the repo and type

$ ./mvnw clean install

For more information on building, see this link.

Contributing

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

About

Spring Cloud Data Flow provides orchestration for microservices, including both stream and task/batch processing

http://cloud.spring.io/spring-cloud-dataflow/

License:Apache License 2.0


Languages

Language:Java 96.4%Language:XSLT 2.4%Language:Shell 0.5%Language:CSS 0.4%Language:Batchfile 0.3%Language:Ruby 0.0%