caseyagraff / dagma

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

Implement fan-out #6

Closed caseyagraff closed 4 years ago

caseyagraff commented 4 years ago

Support for creating graph chains for a list of parameters (one chain per element in the list). For example, if you perform the same data processing pipeline, but for different types of source data. The chains can then be combined and used/saved in a single node that depends on all of them.