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

Comments on tutorial here as of 16 July 2018 #8

Open rufuspollock opened 6 years ago

rufuspollock commented 6 years ago
akariv commented 5 years ago

Generated filename is based on the original url (so that you don't end up with a dozen flow.pys without being able to tell them apart.

rufuspollock commented 5 years ago

@akariv but would i generate lots of these in the same directory - i imagine one directory per project. And just as, say, a flask project normally starts with an app.py we'd always have a flow.py to start with. For me this would a nice distinctive feature, simplify tutorials, and simplify "thinking".