java-tutorials/spring-cloud-data-flow/etl
amit2103 aacd8866b0 [BAEL-14249] - POM Properties Cleanup 2019-05-06 00:34:04 +05:30
..
customer-mongodb-sink [BAEL-14249] - POM Properties Cleanup 2019-05-06 00:34:04 +05:30
customer-transform [BAEL-14249] - POM Properties Cleanup 2019-05-06 00:34:04 +05:30
README.MD added article link 2018-10-08 20:25:36 +02:00
pom.xml [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +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