Skip to content

Detecting the Most Popular Topics from Live Twitter Message Streams using the Lossy Counting Algorithm with Apache Storm

Notifications You must be signed in to change notification settings

stockeh/storm-twitter-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

storm-twitter-stream

Detecting the Most Popular Topics from Live Twitter Message Streams using the Lossy Counting Algorithm with Apache Storm

Execution Steps

  1. Start Storm with local bashrc configuration
$ stormstart
  1. Package and run with Storm
$ mvn package
$ storm jar target/storm-twitter-stream-0.0.1-SNAPSHOT.jar cs535.twitter.topology.WordCountTopology
  1. View the output logs
$ tail -20 $SPARK_HOME/logs/workers-artifacts/...

About

Detecting the Most Popular Topics from Live Twitter Message Streams using the Lossy Counting Algorithm with Apache Storm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published