java-tutorials/spring-cloud-data-flow/spring-cloud-data-flow-etl
Jonathan Cook 684ec0d2e3 Merge branch 'master' of https://github.com/JonCook/tutorials 2019-10-23 15:01:44 +02:00
..
customer-mongodb-sink Merge branch 'master' of https://github.com/JonCook/tutorials 2019-10-23 15:01:44 +02:00
customer-transform Merge branch 'master' of https://github.com/JonCook/tutorials 2019-10-23 15:01:44 +02:00
README.MD Merge branch 'master' of https://github.com/JonCook/tutorials 2019-10-23 15:01:44 +02:00
pom.xml Merge branch 'master' of https://github.com/JonCook/tutorials 2019-10-23 15:01:44 +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