项目作者: mr-cloud

项目描述 :
use storm to analize the twitter stream and visualize the results with map and word cloud representation.
高级语言: Java
项目地址: git://github.com/mr-cloud/real-time-analysis-with-storm.git
创建时间: 2016-07-30T08:24:31Z
项目社区:https://github.com/mr-cloud/real-time-analysis-with-storm

开源协议:

下载


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.