htm-community / river-view

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

Add data navigation to data feeds #128

Closed rhyolight closed 8 years ago

rhyolight commented 8 years ago

If a user requests the data from a stream without a limit, since, or until parameter, and the resulting request to Redis takes too long to fetch because of the large quantity of data, the client's request will timeout.

This issue is to put in place a data limit on the backend that prevents large data calls from timing out, as well as adding some type of data navigation strategy so users can move through the data easily.


rhyolight commented 8 years ago

Related to https://github.com/nupic-community/river-view/issues/82.