Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 765 Bytes

File metadata and controls

17 lines (11 loc) · 765 Bytes

tweetMap

Team Members :

Varun Shetty (vs2567) Rohan Kulkarni (rk2845)

Technologies Used :

Front-End : HTML,CSS,Javascript Backend : Node.js Database : RethinkDB (NoSQL)

GitHub Link to the project : https://github.com/vendettacoder/tweetMap

Brief Project Workflow :

The twitter heat-map project fetches real time tweets corresponding to the users interests and displays them on a map based on the coordinates specified in the tweets.All archived tweets are also fetched from the database upon user request.The project has been hosted on Amazon Web Services with the database residing in an Elastic Compute Cloud (EC2) instance and the server being in an Elastic Bean Stalk instance.Data transfer between the two instances takes place via web-sockets.