|
|
|
|
|
by pweissbrod
1487 days ago
|
|
If your team is comfortable writing in pure python and you're familiar with the concept of a makefile you might find Luigi a much lighter and less opinionated alternative to workflows. Luigi doesn't force you into using a central orchestrator for executing and tracking the workflows. Tracking and updating tasks state is open functions left to the programmer to fill in. It's probably geared for more expert programmers who work close to the metal that don't care about GUIs as much as high degrees of control and flexibility. It's one of those frameworks where the code that is not written is sort of a killer feature in itself. But definitely not for everyone. |
|