htm-community / river-view

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

Switch data storage from Redis to InfluxDB #150

Open rhyolight opened 8 years ago

rhyolight commented 8 years ago

I shoehorned all the temporal into Redis using sorted sets, but this would be much more efficient and easier to manage if we were using a proper time-series database like InfluxDB.