java-tutorials/spring-cloud-data-flow/spring-cloud-data-flow-etl
amit.pandey 0716abb5e7 used properties defined in parent pom 2020-07-12 00:06:27 +05:30
..
customer-mongodb-sink used properties defined in parent pom 2020-07-12 00:06:27 +05:30
customer-transform used properties defined in parent pom 2020-07-12 00:06:27 +05:30
README.MD
pom.xml

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