* moved spring-cloud-bus (submodule) to spring-cloud-modules (parent) * moved spring-cloud-cli (submodule) to spring-cloud-modules (parent) * moved spring-cloud-data-flow (submodule) to spring-cloud-modules (parent) * moved spring-sleuth (submodule) to spring-cloud-modules (parent) * Deleted submodules that we moved to spring-cloud-modules * deleted old modules from parent pom Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
14 lines
425 B
Markdown
14 lines
425 B
Markdown
# 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
|
|
|
|
* [ETL with Spring Cloud Data Flow](https://www.baeldung.com/spring-cloud-data-flow-etl)
|