datahq / dataflows

DataFlows is a simple, intuitive lightweight framework for building data processing flows in python.
https://dataflows.org
MIT License
194 stars 39 forks source link

FAQ: splitting a single data package into many data packages #102

Open rufuspollock opened 5 years ago

rufuspollock commented 5 years ago

Can we have splitting processing flows in Data Flows? i.e. a single data package is split into many data packages and then each of those is operated on by the rest of the flow?