Skip to content

Releases: orkeluskar/TweetMap

Working EB version

21 Oct 09:15

Choose a tag to compare

Working EB version Pre-release
Pre-release
  1. Now supports Node Datapipe which sends data to ElasticSearch.
    • Add ES_conn.js & twitter_conn.js to your directory as mentioned in README.md
    • Simply run node datapipe.js it'll start the data pipe from twitter to ElasticSearch cluster
  2. 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
  3. To run main app server
    • npm install
    • add config.js as mentioned in README.md
    • npm start
  4. App must be good to go.

Working EB version

20 Oct 08:17

Choose a tag to compare

Working EB version Pre-release
Pre-release

This release helps to create:

  1. Logstash data pipeline - Streams live tweets from Twitter to ElasticSearch
  2. ElasticSearch as data store
  3. 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.