java-tutorials/spring-cloud-data-flow/etl
Dhawal Kapil 0daef8c864 BAEL-12771 Updated spring-cloud-dependencies to Greenwich.RELEASE which is available in maven central 2019-02-27 21:54:08 +05:30
..
customer-mongodb-sink BAEL-12771 Updated spring-cloud-dependencies to Greenwich.RELEASE which is available in maven central 2019-02-27 21:54:08 +05:30
customer-transform BAEL-12771 Updated spring-cloud-dependencies to Greenwich.RELEASE which is available in maven central 2019-02-27 21:54:08 +05:30
README.MD added article link 2018-10-08 20:25:36 +02:00
pom.xml [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30

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