scottgullaksen / bergenvann-summer-project

Analysis of Bergen Vanns sensor data for maintanance evaluation purposes
0 stars 0 forks source link

[Task] make reader stream datapoints ordered by date #39

Open scottgullaksen opened 4 years ago

scottgullaksen commented 4 years ago

Currently, when datapoints are being read, the order (by date) is ignored. Would be helpful/time efficient to have this done so we don't need to retrieve all datapoints, and then perform a sort.