datahq / dataflows

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

Split out "data.py" library and follow data lib design pattern #3

Open rufuspollock opened 6 years ago

rufuspollock commented 6 years ago

here's the design pattern http://okfnlabs.org/blog/2018/02/15/design-pattern-for-a-core-data-library.html

We implemented this largely in JS here https://github.com/datahq/data.js

rufuspollock commented 6 years ago

@akariv any thoughts on this, at least whether it is a good idea or not?