dmarx / twitterMonitor

Simple twitter event detection tool
1 stars 0 forks source link

Add visualization of score change over time for tweets #7

Closed dmarx closed 8 years ago

dmarx commented 8 years ago

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.

dmarx commented 8 years ago

Might be a good opportunity to try out plot.ly