Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 382 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 382 Bytes

Realtime Twitter Analysis

A system that detects the most frequently occurring hash tags and named-entities from the live Twitter data stream and calculate sentiment values in real-time

Details

  • utilized Apache Storm to get and process realtime Twitter data
  • used Stanford NLP to do sentiment analysis on Twitter data
  • optimize the performance by parallelizing all the bolts