java-tutorials/spring-cloud-data-flow/spring-cloud-data-flow-etl
sampadawagde b1bf1bf820 JAVA-5409: Fix formatting of POMs (Part 2) 2021-05-14 17:44:24 +05:30
..
customer-mongodb-sink JAVA-5409: Fix formatting of POMs (Part 2) 2021-05-14 17:44:24 +05:30
customer-transform JAVA-5409: Fix formatting of POMs (Part 2) 2021-05-14 17:44:24 +05:30
README.md JAVA-2904: Fix README.MD files extension 2020-09-16 22:20:32 +02:00
pom.xml JAVA-5409: Fix formatting of POMs (Part 2) 2021-05-14 17:44:24 +05:30

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