Skip to content

A visualization system build on Node.js for Twitter trends propagation and topic geotagging

Notifications You must be signed in to change notification settings

AngeldsWang/TwiventGeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwiventGeo

Description

A visualization system build on Node.js for Twitter trends propagation and topic geotagging.

Dependencies

  • ejs: We use ejs as the default template engine. It's simple.
  • express: The lightweight web framework we use.
  • mongodb: All the tweets raw data are stored in MongoDB. Here we choose node-mongodb-native as the connect module. Since the raw json format of one tweet is too complex, we avoid using mongoose to model it.
  • socket.io: For passing some import data between client and server.

Other Useful Libraries

  • d3.js
  • Leaflet
  • Leaflet-heat
  • Bootstrap 3.x

Deploy

For deploying this project on some cloud application platforms, like Heroku. you can follow this guide. For restoring mongodb in cloud, this article is helpful. Don't forget to change your client socket host to your application host.

About

A visualization system build on Node.js for Twitter trends propagation and topic geotagging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published