MattTriano / analytics_data_where_house

An analytics engineering sandbox focusing on real estates prices in Cook County, IL
https://docs.analytics-data-where-house.dev/
GNU Affero General Public License v3.0
7 stars 0 forks source link

Clean up Census API metadata and data pulling taskflow #154

Closed MattTriano closed 1 year ago

MattTriano commented 1 year ago

MR #153 grew from ingesting just Census Dataset groups metadata into ingesting groups, geographies, tags, variables, and core dataset metadata. I implemented several strategies (e.g., downloading and ingesting the full dataset catalog, walking and scraping the entire FTP-like interface, and finally implementing dataset-specific metadata and data scrapers/API-callers), and now there's a lot of redundant code.

Clean up the metadata+data pulling taskflow, and remove unused implementations.