2018-10-06 00:09:13 -03:00
|
|
|
# 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
|
2018-10-08 20:25:36 +02:00
|
|
|
|
|
|
|
# Relevant Articles
|
|
|
|
|
|
|
|
* [ETL with Spring Cloud Data Flow](https://www.baeldung.com/spring-cloud-data-flow-etl)
|