caseyagraff / dagma

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

Consider computed variables #15

Open caseyagraff opened 4 years ago

caseyagraff commented 4 years ago

Consider adding a feature to use computed variables. This would be most helpful in conjunction with fanout.

For example, "start_date" and "end_date" are variables in the graph, but we want to get the number of years between the dates, then we could produce a computed "years" variable that could be used by nodes.