Marco Bonzanini - Building Data Pipelines in Python

Sdílet
Vložit
  • čas přidán 6. 09. 2024

Komentáře • 5

  • @SFSylvester
    @SFSylvester Před 8 lety

    Very impressive talk. Gutted I missed it, but I'm incredibly appreciative for this upload. Thank you!

    • @MarcoBonzanini
      @MarcoBonzanini Před 8 lety

      +SFSylvester Glad you liked it, feel free to get in touch if you want to discuss. Cheers, Marco

  • @MarcoBonzanini
    @MarcoBonzanini Před 8 lety +1

    "Easter egg" at 11:06 :) ironically, the code under test will blow up because of a NameError (see spelling of max_bound -- fixed on my speakerdeck speakerdeck.com/marcobonzanini/building-data-pipelines-in-python-pydata-london-2016)

  • @VitorBaptistaaa
    @VitorBaptistaaa Před 8 lety

    Great talk, +marcobonzanini. Thanks! I'm curious: if you were to start a new data pipeline today, would you still pick Luigi? It seems to me that Airflow is more advanced, although I like Luigi's simplicity.

    • @MarcoBonzanini
      @MarcoBonzanini Před 8 lety +1

      Hi, I'm more or less in line with your observation: today Airflow offers a few nice features out of the box that Luigi doesn't (scheduling, history, nice dashboard, etc), but the way you write your pipeline code with Luigi feels more straightforward. I haven't tested Airflow extensively though