Introduction to Spring cloud data flow in 15 minutes

Поділитися
Вставка
  • Опубліковано 22 гру 2024

КОМЕНТАРІ • 11

  • @ΑνώνυμοςΧρήστης-ρ9ζ

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

  • @shirish2005
    @shirish2005 Рік тому +5

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

  • @sachu202
    @sachu202 3 роки тому +1

    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.

    • @21Million
      @21Million Рік тому

      I get the exact same thing. Did you figure this out?

  • @guilhermebernardi1303
    @guilhermebernardi1303 4 роки тому

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

  • @varanakkottillam
    @varanakkottillam 4 роки тому

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

  • @johnwati8346
    @johnwati8346 2 роки тому +1

    share some some files used in the project in git

  • @mb172
    @mb172 Місяць тому

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

  • @MuayViaura
    @MuayViaura 3 місяці тому +1

    Weak example