Web application collects Tweets and represents the Tweets on GoogleMaps. Following are the required steps:
- Twitter Streaming API is used to fetch tweets from the twitter hose in real-time.
- AWS ElasticSearch to store the tweets on the back-end.
- Google Maps API is used to render these filtered tweets on the map.
- Application is deployed on AWS Elastic Beanstalk in an auto-scaling environment.
- AWS ElasticSearch’s geospatial feature that shows tweets within a certain distance from the point the user clicks on the map.