trustyou / dagger

Dagger is a Python micro framework that performs tasks, providing you with parallel execution, and dependency resolution.
MIT License
6 stars 4 forks source link

Support explicit passing of data between tasks #2

Open sportsracer opened 7 years ago

sportsracer commented 7 years ago

Have a look at the GitHub stats download example ... It needs to store data in a temp file to pass it between tasks.

Support explicit in-memory passing of data between dependencies and tasks. This will need modifications to the Task interface!

scoder commented 7 years ago

The example link in the ticket description gives a 404. I guess it should be "https://github.com/trustyou/dagger/blob/master/examples/github_stats.py".