Introduction to Spring cloud data flow in 15 minutes

preview_player
Показать описание
The video demonstrates high level capabilities of Spring cloud data flow with quick installation on local windows machine and configuring basic Task, Spring Batch Job and Stream
01:45 - Register Apps and run Tasks and Spring Batch Jobs
06:45 - Stream Processing in Data Flow
Рекомендации по теме
Комментарии
Автор

Is this similar to Airflow, but for Java Applications (+streaming capabilities, that airflow does not have) ?

ΑνώνυμοςΧρήστης-ρζ
Автор

I have a spring batch jar that fetches data from rest api and saves it into MySQL db in local system. I registered the app in spring data flow (as a task) and created a task for it. But when I launched the task its showing illegalstateexception : cannot load driver class : org.h2.Driver

I have specified MySQL connection properties inside application.properties file but not sure why SCDF takes H2 database.

The spring batch app works properly when ran standalone though.

Kindly help.

sachu
Автор

What is this, no overview.. no introduce..what is data Flow .. what it doing .??

shirish
Автор

Can we pass on initial job parameters to all tasks in a composite task ?

varanakkottillam
Автор

share some some files used in the project in git

johnwati
Автор

Awesome video, do you have any example of S3 Bucket File launches a batch task? I'm trying to listen a S3 bucket.

guilhermebernardi
Автор

Better title: 15 min demo of Spring Cloud Data Flow without explaining what it is

mb