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

add stream and unstream processors #60

Closed akariv closed 5 years ago

akariv commented 5 years ago

For more accurate streaming of data - dump_to_path removes some information (e.g. date timezones) and modifies the schema (e.g. file format). Also preparing for possible integration with dpp processors.

child of #59