Just opening this up to start the conversation
My initial thoughts are something like this:
--doc/
----metrics-specs/
--dashboard/
----frontend stuff, etc.
--scrapers/
----some_script_to_run_all_scrapers.py
----src/
------non-generic-city-1/
--------crime/
--------metric-2/
------non-generic-city-2/
--------crime/
--------metric-2/
------SocrataScraper.py
------socrata-config.json
------AnotherGenericScraper.py
------generic-config.json
--README.md
What do you guys think?
Just opening this up to start the conversation
My initial thoughts are something like this:
--doc/
----metrics-specs/
--dashboard/
----frontend stuff, etc.
--scrapers/
----some_script_to_run_all_scrapers.py
----src/
------non-generic-city-1/
--------crime/
--------metric-2/
------non-generic-city-2/
--------crime/
--------metric-2/
------SocrataScraper.py
------socrata-config.json
------AnotherGenericScraper.py
------generic-config.json
--README.md
What do you guys think?