Read me first
- What is this?
- This is just a proof of concept to check how the Twitter Storm technology works. This framework is meant to process streams of live information.
- But really what is this about?
- With twitter storm we will parse the twitter life stream, parsing it and showing relevant content related to the android world.
What is the information that I can see on the web page?
Once the information is processed using Storm, the information extracted is published using redis using it's pubsub capabilities. That means that the information is being push to your browser when it's processed, hopefully almost in real time. So, what you are watching is:
- Hashtags:
- Any tag coming from tweets related to android is published here. The tag cloud is being refreshed and tags stay for one minute if they are not refreshed. Also the prominent android hashtag has been removed from this tag cloud.
- Links:
- If a tweet contains a url, that url is printed here. Also the url will be expanded, and showed the original one in small case.
- Relevant tweets:
- Here will appear those tweets that are retweeted by certain number of people, also this list is order by number of retweets.
- Apps:
- Here you will see any android application which url in the marke is tweeted.
Can I get the code for this?
Definitely! For the backend and the fronted, just check: https://github.com/arcturus/android-live-storm
Back