htm-community / river-view

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

Rivers could be passed the streamIds and timestamps for the last data received #104

Open rhyolight opened 9 years ago

rhyolight commented 9 years ago

If a river parser was passed the stream ids and timestamps representing the last data point in each stream received, it could more intelligently decide what data to send into the callbacks. This would prevent unnecessary processing and promote more initial data when rivers are first started because they could load all available data instead of just the last X points or something.