Faking

Faking measurements is done in two modes: pushing and seeding. In push mode, measurements are faked continuously and sent to the server. In seed mode, measurements are faked for a specified interval (e.g. last week) and sent to the server in large batches as fast as possible.

Pushing

Pushing is a continuous process that sends measurements to the server every specified interval (e.g. last minute) for measurements in that interval. The requested interval is first projected into the time of the CSV file and then the records are projected into the future.

Seeding

Seeding is a one-time operation that sends measurements to the server for a specified interval (e.g. last week) in large batches as fast as possible. This is accomplished the same way as pushing, but the requests are sent once without waiting for the next interval.