java-tutorials/spring-cloud-data-flow/etl
geroza 24d6fe7f80 Migrated the following modules to parent-boot with spring-boot 2.1:
spring-cloud-data-flow/etl/customer-mongodb-sink
spring-cloud-data-flow/etl/customer-transform
2018-12-09 11:10:19 -02:00
..
customer-mongodb-sink Migrated the following modules to parent-boot with spring-boot 2.1: 2018-12-09 11:10:19 -02:00
customer-transform Migrated the following modules to parent-boot with spring-boot 2.1: 2018-12-09 11:10:19 -02:00
README.MD added article link 2018-10-08 20:25:36 +02:00
pom.xml fix module names 2018-12-01 08:51:37 +02: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