dmmt...@gmail.com
unread,Nov 3, 2015, 11:04:41 AM11/3/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Luigi
We've got a data analysis process that consists of many steps which would, in an ideal world, run on different machines in the Amazon cloud. None of the steps are generic, i.e. all of them require a custom python or R script, and many of the steps are quite memory intensive. From what I've seen, this type of workflow isn't directly supported by Luigi, however, I've got to think others have taken this path (or done something like it) given Luigi's rich featureset aside from distributed workflows. Are there plans to integrate distributed workflows in Luigi? At the moment, we're thinking of implementing micro-services around the steps and then letting Luigi call each of those services. Does this seem wise? Is there another workflow management system we should consider instead of Luigi? Thanks for your time!