Files
spring-soap/spring-cloud-modules/spring-cloud-data-flow/spring-cloud-data-flow-etl
..
2022-06-15 23:30:49 +05:30
2022-06-15 23:30:49 +05:30

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