java-tutorials/spring-cloud-data-flow/spring-cloud-data-flow-etl
catalin-burcea 153a3923f0 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
..
customer-mongodb-sink [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
customer-transform [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
README.MD Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
pom.xml [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00

README.MD

Overview

This is an example of a ETL stream pipeline, mixing a starter application with custom transform and sink.

Applications

JDBC Source - Application Starter distributed by default

customer-transform - Custom application to transform the data

customer-mongodb-sink - Custom application to sink the data

Relevant Articles