Skip to content

use storm to analize the twitter stream and visualize the results with map and word cloud representation.

Notifications You must be signed in to change notification settings

mr-cloud/real-time-analysis-with-storm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

real-time-analysis-with-storm

use storm to analize the twitter stream and visualize the results with map and word cloud representation.

  • architecture:
    • storm
      • topology is comprised of RollingCount window, Top N tags ranking, multiple stream and stream join.
    • twitter4j
      • get tweets in real time.
    • redis
      • publish and subscribe.
    • flask
      • light web framework.
    • d3
      • use word cloud and map for data visualization.
  • directory introduction
    • src
      • java source file.
    • viz
      • web application.

About

use storm to analize the twitter stream and visualize the results with map and word cloud representation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published