This is the first demo of using AWS to deploy a web app.
Ajax, Jquery
Django
AWS ElasticSearch
###Deployed on:
Amazon AWS ELastic BeanStalk
###Description:
This web application demo will display some tweets location based on the choosen keyword on Google map. Tweets were collected using the twitter streaming API and stored on the ElasticSearch. In this demo, we use tweepy (twitter streaming API based on python) to collect data and post on AWS ES.
Dependencies: Requests, Tweepy and Elasticsearch. To install dependencies install pip and run "pip install 'name of dependency'" on terminal.