/rockstar-graphs

RockStar Graphs, a spatial-temporal data visualization to evaluate fame.

Primary LanguageJavaScript

RockstarGraphs

A spatial-temporal data visualization to evaluate fame.

Details

A demonstrational example of the project can be found at unused.github.io/rockstar-graphs/.

To collect data a go twitter client gotwt is used to crawl data and a ruby based data conversion script tweetdb collects information in a mongodb and preprocesses the tweets in order to be used by the visualization frontend directly.

Usage & Development

$ npm install # install dependencies
$ npm run start # start development webserver on http://localhost:8080
$ make # build
$ make deploy # deploy to GitHub pages

Resources