java-tutorials/spring-cloud-data-flow/etl
amit2103 97f8a0c46c [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
..
customer-mongodb-sink [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
customer-transform [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +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