java-tutorials/spring-cloud-modules/spring-cloud-data-flow/spring-cloud-data-flow-etl
panos-kakos 9be62e0311 Java 11493 (#12349)
* 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>
2022-06-15 23:30:49 +05:30
..
customer-mongodb-sink Java 11493 (#12349) 2022-06-15 23:30:49 +05:30
customer-transform Java 11493 (#12349) 2022-06-15 23:30:49 +05:30
README.md Java 11493 (#12349) 2022-06-15 23:30:49 +05:30
pom.xml Java 11493 (#12349) 2022-06-15 23:30:49 +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