Batch Processing in 2019

Sdílet
Vložit
  • čas přidán 7. 08. 2024
  • Ah, a typical day at work. Come in, get your coffee, check email. What does that typical day in the life of a modern batch developer look like? We aren't talking about someone running COBOL or batch jobs on bare metal somewhere. What does the day for a cloud-native batch developer look like? How have things changed? How are they monitoring their jobs? How are they deploying them? How are they scheduling them? In this talk, we'll walk through the typical lifecycle of a batch job using modern tools.
    Speakers: Michael Minella, Director, Pivotal and Mahmoud Ben Hassine, Principal Software Engineer, Pivotal
    Filmed at SpringOne Platform 2019
    Slides: www.slideshare.net/SpringCent...
  • Věda a technologie

Komentáře • 13

  • @applaboratoryspace4724
    @applaboratoryspace4724 Před 6 měsíci +2

    Thanks for the presentation

  • @GameboyZoneRocks
    @GameboyZoneRocks Před 4 lety +2

    Amazing framework for batch jobs! Thanks Spring team.

  • @michaeldeng1981
    @michaeldeng1981 Před 2 lety +1

    Spring eco system is a monster.

  • @dimaz2k
    @dimaz2k Před 4 lety +5

    stackoverflow development FTW!

  • @sk937
    @sk937 Před 4 lety +1

    My requirement is I want to process the pending payments in DB . Will spring batch be a good choice or spring data flow is required

  • @user-df9lg3og6z
    @user-df9lg3og6z Před 3 lety

    In the settings, I disabled autorun Job (Spring Batch) at the start of the application:
    spring.batch.job.enabled=false
    But the Job still runs when the app starts.
    I don't understand what the problem is?

  • @srikanthreddy6991
    @srikanthreddy6991 Před 4 lety

    How to read data from Excel file using spring batch

    • @javacodingskills5525
      @javacodingskills5525 Před 4 lety

      You can refer this-
      czcams.com/video/3Ou4DW2zlec/video.html
      #javacodingskills

  • @you.tube12818
    @you.tube12818 Před 4 lety +2

    Uploaded SlideShare Suspended
    This SlideShare was suspended because it violated SlideShare Terms of Service and/or Community Guidelines. You can view more SlideShares here. wtf ?

  • @atemitomi
    @atemitomi Před 4 lety

    По докладу пока сказать нечего, но прошло 6, а мужчина чвакать не перестал. Даже стал увереннее это делать

  • @alexislanda78
    @alexislanda78 Před 4 lety

    Can you share the source code?
    Thanks in advance.

    • @SpringSourceDev
      @SpringSourceDev  Před 4 lety +5

      Hi - the code (and deck) is here github.com/mminella/Batch-In-2019

    • @alexislanda78
      @alexislanda78 Před 4 lety

      @@SpringSourceDev Thank you very much