Either as sparklines or (more like) unified plot. A clean way to handle it would be to have a separate device listening in on the tweet_monitor channel to handle the scoring and publish per-entity scores to a dedicated channel at clock-tick intervals. Then add a new EventSource event listener to the client-side front end (i.e. webpage/template) receiving events published on the scoring channel to handle visualizations.
I'm not sure how much I like this solution. Seems like a lot of effort for something that should be simple. Need to think about this more.
Either as sparklines or (more like) unified plot. A clean way to handle it would be to have a separate device listening in on the tweet_monitor channel to handle the scoring and publish per-entity scores to a dedicated channel at clock-tick intervals. Then add a new EventSource event listener to the client-side front end (i.e. webpage/template) receiving events published on the scoring channel to handle visualizations.
I'm not sure how much I like this solution. Seems like a lot of effort for something that should be simple. Need to think about this more.