These scripts import the entire Bureau of Labor Statistics Quarterly Census of Employement and Wages (from 1990 to latest) into one giant PostgreSQL database.
The database created by this process will use about 100GB of disk space. Make sure you have enough space available before you start!
Database name, table name, and more can be configured via config.sh
.
./download_data.sh
./create_db.sh
./import_data.sh
If you want to map codes in the database to their string equivalents you'll need to download the lookup tables from the layout documentation, load them into tables, and join across.