|
|
|
|
|
by estefan
4124 days ago
|
|
I've ported several reasonably complex jobs (files delivered to FTP at arbitrary times to be run through several Hadoop jobs) to luigi and it's been very good. Much more resilient than trying to use something that can only schedule jobs at specific times of the day. It also has few dependencies and is lightweight (i.e. it's all python, so no JVM tying up resources). |
|
Also, Pinball is also all Python but it currently has a dependency on mysql so it is definitely not as a lightweight as a standalone tool as luigi but it also offers much more in terms of the available features.