Files
java-tutorials/spring-cloud-data-flow/spring-cloud-data-flow-etl/README.MD
T
Maiklins 621491f8db Merge pull request #9 from eugenp/master
update with origin
2019-09-09 10:57:44 +02:00

425 B

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