java-tutorials/spring-cloud-data-flow/spring-cloud-data-flow-etl
binary-joe 4254e3a5cf fix merge issue; refactoring 2019-09-14 19:37:32 +02:00
..
customer-mongodb-sink fix merge issue; refactoring 2019-09-14 19:37:32 +02:00
customer-transform fix merge issue; refactoring 2019-09-14 19:37:32 +02:00
README.MD fix merge issue; refactoring 2019-09-14 19:37:32 +02:00
pom.xml fix merge issue; refactoring 2019-09-14 19:37:32 +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