java-tutorials/spring-cloud-data-flow/spring-cloud-data-flow-etl
amit2103 5a2809de8b [BAEL-16822] - Aligned module names, folder names and artifact id 2019-08-25 19:09:24 +05:30
..
customer-mongodb-sink update links in readmes 2019-08-04 14:19:42 +03:00
customer-transform update links in readmes 2019-08-04 14:19:42 +03:00
README.MD update links in readmes 2019-08-04 14:19:42 +03:00
pom.xml [BAEL-16822] - Aligned module names, folder names and artifact id 2019-08-25 19:09:24 +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