java-tutorials/spring-cloud-data-flow/spring-cloud-data-flow-etl
Krzysztof Majewski 3453b7a18b BAEL-2513 2019-10-30 13:51:17 +01:00
..
customer-mongodb-sink BAEL-2513 2019-10-30 13:51:17 +01:00
customer-transform BAEL-2513 2019-10-30 13:51:17 +01:00
README.MD BAEL-2513 2019-10-30 13:51:17 +01:00
pom.xml BAEL-2513 2019-10-30 13:51:17 +01: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