java-tutorials/spring-cloud-data-flow/spring-cloud-data-flow-etl
matt.rossi 1076a9c8d9 Fix Format 2019-10-11 18:11:03 +02:00
..
customer-mongodb-sink Fix Format 2019-10-11 18:11:03 +02:00
customer-transform Fix Format 2019-10-11 18:11:03 +02:00
README.MD Fix Format 2019-10-11 18:11:03 +02:00
pom.xml Fix Format 2019-10-11 18:11:03 +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