Re: [ANN] dag-runner -- automatically aggregate and execute functions that depend upon each other

2014-04-08 Thread Hesen Peng
Hey Leif, Thanks a lot for pointing this out! I did some rudimentary search before writing dag-runner and missed this one [shy] Prismatic Graph looks like a very comprehensive implementation. I'll play with the code and try to learn the way they implement the idea. Thanks a lot. Hesen On

[ANN] dag-runner -- automatically aggregate and execute functions that depend upon each other

2014-04-07 Thread Hesen Peng
Hi everybody, You might have experienced writing up multiple functions which depend upon the result of each other to execute. To make things more complicated you might even wanna split the result from one function and feed them separately into two other functions, while potentially combining

Re: [ANN] dag-runner -- automatically aggregate and execute functions that depend upon each other

2014-04-07 Thread Leif
Hi, Hesen. Your library sounds like a good idea. And because it is, I believe it has already been implemented as Prismatic's Graph (https://github.com/prismatic/plumbing). You may want to use/extend that instead of writing your own library. But if you continue with your own library, one