Skip to content

sentric/storm-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

storm-example

Topologies

Twitter client count

Start locally with mvn:

mvn exec:java -Dexec.classpathScope=compile -Dexec.mainClass=ch.sentric.storm.example.topology.TwitterClientCountTopology -Dexec.args="$twitter_user $twitter_password"

It requires a running redis locally and it writes its data into a Sorted Set named clients on DB2. You can change that in TwitterClientCountTopology.

Redis installation: brew install redis

To start redis manually: redis-server /usr/local/etc/redis.conf

Connect to database:
redis-cli -n 2

List top 10 clients: ZREVRANGE clients 0 10 WITHSCORES

githalytics.com alpha

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages