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 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 JAVA-2904: Fix README.MD files extension 2020-09-16 22:20:32 +02:00
pom.xml [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02: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