caseyagraff / dagma

A lightweight pipelining tool for computation.
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Support for external file nodes #12

Open caseyagraff opened 4 years ago

caseyagraff commented 4 years ago

Support a node that is essentially a dependency on an external file.

This can already be done by creating a node that loads the data and returns it. However, creating a special helper for constructing this would provide a more obvious/idiomatic solution.