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.
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.