- The data is gathered from http://cancelthesefunerals.com/
app
is a dir with a tiny stub flask app for hosting dead people
- Expect the current directory to grow to ~22GB.
- Put all the zipped death files into the
data
dir.sqlite3 deaths.db < 1_setup_deaths_db.sql
- Convert the data (takes a while)
./zips2sql.sh > deaths.sql
- OR, if you like PV;
./zips2sql.sh |pv -s 9g > deaths.sql
- Actually import the deaths
sqlite3 deaths.db < deaths.sql
- Run all the indexes/virtual table stuff
sqlite3 < 2_index_deaths.sql