Performance Analysis of create_mongodb.py script - GeoGateway/GPS_Scripts GitHub Wiki

Problem Statement:

The create_mongodb.py script loads the data states for all the GPS stations into mongodb. This script takes ~15 hours and is supposed to be run daily. Together with all the other pre-processing scripts, the total time is more than 24 hours. Improve the performance of this script.

Analysis: