Kurbitz / PDCMAD

Creative Commons Attribution 4.0 International
3 stars 0 forks source link

Adjust according to time parameters when filling database #56

Closed Kurbitz closed 11 months ago

Kurbitz commented 11 months ago

We need to be able to configure how much data we want, where in the CSV file to start simulating, and how much time to leave for subsequent simulations.

54 adds some of the flags necessary for this.

The startat flag is used to specify where in the CSV file to start simulating. The duration flag is used to specify how much data to simulate. The gap flag is used to specify how much time to leave for subsequent simulations. We need to change how we insert into the database to respect these parameters.

Kurbitz commented 11 months ago

Closed by #72