Releases: orkeluskar/TweetMap
Releases · orkeluskar/TweetMap
Working EB version
- Now supports Node Datapipe which sends data to ElasticSearch.
- Add
ES_conn.js&twitter_conn.jsto your directory as mentioned in README.md - Simply run
node datapipe.jsit'll start the data pipe from twitter to ElasticSearch cluster
- Add
- Updates tweets live, when new feeds are added for the keyword.
- Interval is set, where the GUI makes requests to the elasticSearch
- If new data found, map that on the Google Map
- Interval is set, where the GUI makes requests to the elasticSearch
- To run main app server
npm install- add
config.jsas mentioned in README.md npm start
- App must be good to go.
Working EB version
This release helps to create:
- Logstash data pipeline - Streams live tweets from Twitter to ElasticSearch
- ElasticSearch as data store
- Node-app on AWS Elastic Beanstalk
The GUI helps visitors to see live tweets plotted on the Google map based on the selection of predefined keywords.