After #67 we need to address this so we can feed the data directly to the DB.
Basically get_count.py needs to record the data in the DB. So instead of the print we need to write the collected data. We can add as many jobs we want into the DB.
just to have an idea of the volume.
a data record every 1h, represents 8760 records per year (for one milestone)
@laghee
After #67 we need to address this so we can feed the data directly to the DB.
Basically
get_count.py
needs to record the data in the DB. So instead of theprint
we need to write the collected data. We can add as many jobs we want into the DB.just to have an idea of the volume.