java-tutorials/spring-cloud-data-flow/spring-cloud-data-flow-etl
sandip singh f6c3f9ebcb Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
..
customer-mongodb-sink Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
customer-transform Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
README.MD Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
pom.xml Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +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