htm-community / river-view

Public Temporal Streaming Data Service Framework
http://data.numenta.org/
MIT License
28 stars 16 forks source link

Apply a default limit to every data request #135

Closed rhyolight closed 9 years ago

rhyolight commented 9 years ago

There should be a global configuration that establishes how many rows of data can be fetched for one request. Any requests that exceed that must be truncated. If both since and until are specified, the data will start at the since and continue until the max number of rows is reached.

The return response must contain the since and until values that actually apply to the response data, not necessarily what the request specified.