midwire / free_zipcode_data

Free US and world-wide postal codes in SQLite and CSV format
MIT License
86 stars 24 forks source link

Use Kiba ETL to provide a cleaner solution for building sqlite tables and csv files. #5

Open midwire opened 6 years ago

midwire commented 6 years ago

I’ve been using Kiba ETL for a client project and it is a great way to separate ETL concerns.

NOTES: I still envision using a rake task to download GeoNames data, but then to use the following ETL hierarchy to move that data into both SQLite3 tables and *.csv files for each of the following:

Potential ETL Hierarchy

Under the etl or lib/etl directory:

NOTE: I’m open to other suggestions.