Git Product home page Git Product logo

Comments (5)

robinkeunen avatar robinkeunen commented on June 23, 2024

Yup, seems to be dead... :/

from bubbles.

emmanuellyautomated avatar emmanuellyautomated commented on June 23, 2024

😞

from bubbles.

marcinn avatar marcinn commented on June 23, 2024

Why don't Python nerds need to ETL?

Maybe they have custom solutions, like me. The most important thing is parallelism, jobs scheduling and execution, a possibility to track issues (inspecting a staging state step-by-step), scheduler state inspection and management, and so on. Abstraction layer for transforms/calculations aren't so important, because they can be done in raw sql. For everyting else, i.e matrix operations, a numpy/scipy packages are just enough. Just my 5cents.

from bubbles.

rjendoubi avatar rjendoubi commented on June 23, 2024

@marcinn what do you use for the more important points that you mentioned? Something like Luigi?

from bubbles.

marcinn avatar marcinn commented on June 23, 2024

I didn't know about Luigi when I was starting work with ETLs. I created something similar to this, but way limited - without dependency handling, parallelism only within a run() method, just sequence of tasks per job, simple jobs scheduler and runner (2in1, just 1 runner at once).

My ETL was a simple Python script written in one module, at the beginning. It was changing slowly into something bigger, and that's how my custom library and scheduler was created.

Luigi looks more powerful and generic. I think I'll start using it, because maintaining a custom solution isn't cheap and requires a lot of time. Thank you for pointing Luigi here.

from bubbles.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.