java-tutorials/spring-cloud-data-flow/etl
Dhawal Kapil 4058bfc601 BAEL-9567 Align module names, folder names and artifact id
- Added "name" in pom.xml whereever it was missing and aligned the present ones with the artifactid and foldername
2018-11-30 22:16:08 +05:30
..
customer-mongodb-sink New Article - ETL with Spring Cloud Data Flow (#5388) 2018-10-06 05:09:13 +02:00
customer-transform New Article - ETL with Spring Cloud Data Flow (#5388) 2018-10-06 05:09:13 +02:00
README.MD added article link 2018-10-08 20:25:36 +02:00
pom.xml BAEL-9567 Align module names, folder names and artifact id 2018-11-30 22:16:08 +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