You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task is to add pagination to the to streams view at http://localhost:8085/<river-name>/keys.html. This goes from /site/templates/keys.html to /site/js/keys.js to /lib/data-server.js:119 (handleRiverStreamsRequest) and aaaaaaaall the way to the Redis client at /lib/redis-client.js.
It takes forever to load the streams HTML view, CSV, or JSON data. For example, the
mn-traffic-sensors
river has over 6,000 keys: http://data.numenta.org/mn-traffic-sensors/keys.html & http://data.numenta.org/mn-traffic-sensors/keys.json.This task is to add pagination to the to streams view at
http://localhost:8085/<river-name>/keys.html
. This goes from/site/templates/keys.html
to/site/js/keys.js
to/lib/data-server.js:119
(handleRiverStreamsRequest
) and aaaaaaaall the way to the Redis client at/lib/redis-client.js
.JSON requests for streams should respect pagination optionsThe text was updated successfully, but these errors were encountered: