percyfal / ratatosk

Apache License 2.0
17 stars 6 forks source link

Implement pipes #35

Closed percyfal closed 11 years ago

percyfal commented 11 years ago

Use pipes whereever possible. See luigi.format.InputPipeProcessWrapper etc and luigi.file. Incidentally, how would using pipes over several nodes work? I guess tasks connected by pipes should be gathered and run by a single worker