Open suyashkumar opened 7 years ago
I don't think the interrupt of data exploration with new data coming in will be much of an issue. The online visual is very nice for getting a picture of how operation is currently going and how it has been for the last few days/week. Any in-depth exploration will likely happen with downloaded data. In that case the new data coming in would not be a problem
Sounds good, real time updates on the /new
front end is slated for implementation then :)
Use SocketIO to consume real time update events from the server. Things to consider:
@aforbis-stokes what's the priority in your opinion on consuming real time data updates from the server and auto-refreshing? Will this interrupt any data exploration you're doing if it fetches new data every 2.5 mins when new data comes in? how does this compare to maybe getting an unobtrusive notification that new data is available and only refreshing if you hit the refresh button?