java-tutorials/spring-cloud-data-flow/spring-cloud-data-flow-etl
Eric Martin 7c2d7a58c3 Merge pull request #7980 from SmartyAnsh/master
BAEL-1871 - Spring Data Geode
2019-10-24 21:16:35 -05:00
..
customer-mongodb-sink Merge pull request #7980 from SmartyAnsh/master 2019-10-24 21:16:35 -05:00
customer-transform Merge pull request #7980 from SmartyAnsh/master 2019-10-24 21:16:35 -05:00
README.MD Merge pull request #7980 from SmartyAnsh/master 2019-10-24 21:16:35 -05:00
pom.xml Merge pull request #7980 from SmartyAnsh/master 2019-10-24 21:16:35 -05: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