Skip to content

Social-Web Analytics Application involving Data operations and Visualizations(Google Maps)

Notifications You must be signed in to change notification settings

AimVoma/Social-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social-Web Project 2017 Vrije Universiteit

Application Description

Provided the search key, the application performs a SPARQL query on the DBpedia searching for synsets of the related string. At the same time a socket communication is established between the Front Interface and the Server, triggering the Twitter's Public Stream API to receive the incoming tweets.




Furthermore the DBpedia results(touples) are post-processed and refined, in order to be matched as possible with the tweeter's data layout(short string patterns). Once the touples are refined and the Public Stream is feeding us run time tweets, we permorm a matching operation between the tweets and the synsets touples. On full match between one of the synsets touples and the tweet we visualize the tweet(passing the geolocation from server to Front Interface Heat Map via web sockets), in other case the tweet is simply discarded. Lastly we perform a basic metric graph that sampling the overall tweets throughput in time-frame of 60 seconds, by analyzing the matched tweet timestamps.



The Graph indicates signs of tweet's popularity calculating the mean value of tweet's occurances when sampling time period is finished.



Dependencies

JavaScript
npm install package.json

Python
NLTK, SPARQLWrapper (PYPI)

Run Application

node start_server.js

Run Time Preview

https://www.youtube.com/watch?v=uH5Ifyz0mSE

About

Social-Web Analytics Application involving Data operations and Visualizations(Google Maps)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published