java-tutorials/spring-cloud-data-flow/spring-cloud-data-flow-etl
Krzysiek 1509fa5ddc JAVA-2904: Fix README.MD files extension 2020-09-16 22:20:32 +02:00
..
customer-mongodb-sink
customer-transform
README.md JAVA-2904: Fix README.MD files extension 2020-09-16 22:20:32 +02:00
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