1 project tagged "Data driven processing"
PyDaF stands for Python Data Flows. It is an experimental Python package that implements data-driven processing pipelines, which revolve around two major elements: data units, which encapsulate a type, a set of tags and actual data, and processors (fragments of code that get executed whenever the job's current data pool contains data units matching the processor's input specification).