Work this issue after #1 is completed. Currently, the Python script writes PBP data to CSV. Write a new script that parses the JSON (from disk or from the web) and writes data into a SQL database. Explore Python drivers for open source RDBMS options like SQLite, MySQL and PostgreSQL, and decide which path to take. One main requirement right now is some upsert / merge process to update records that has a good Python driver. Or at least a good workaround.
Work this issue after #1 is completed. Currently, the Python script writes PBP data to CSV. Write a new script that parses the JSON (from disk or from the web) and writes data into a SQL database. Explore Python drivers for open source RDBMS options like SQLite, MySQL and PostgreSQL, and decide which path to take. One main requirement right now is some upsert / merge process to update records that has a good Python driver. Or at least a good workaround.