TwitMap
Created a Google App Engine based TwittMap, something close to, http://worldmap.harvard.edu/ tweetmap/
- Collected about 100MB tweets using Twitter API from GAE application
- Parsed the Tweets and store in Datastore. The parsed twits have location information and a set of key words from the content of the tweets.
- Created a scatter plot that depicts all the tweets with a the density map - with color gradient etc.
- Provided a filter that allows a drop down keywords to choose from and only shows tweets with those keywords on a google map.
- Memcache was used for already seen queries.
- Created a timeline - meaning with progression of days, tweet map should be rendered.
- Every midnight, get new tweets and replot, using scheduled task service.
- Created a mobile interface.
- Showed timeline in an innovative way to see the twit trends. 10.Has a dynamic keyword dictionary from the analysis of twit contents. =======