Skip to content

tintin2010/tweet-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tweet-analytics

sample project which uses titan and storm

STEPS :

  • first created a sample application at dev.twitter.com to be able to download tweets

  • GET search/tweets API was used to download sample tweets based on queries and have been saved in sample-tweets dir

  • Gson is the library used to parse the tweets and pretty print them to understand the entities

  • Ability to parse tweets and create vertices and edges using titan core and blueprints API

  • sample queries working in gremlin : g.V.identifier g.V.map g.E.identifier g.E.map

  • TODO : currently using storm-jms for messaging and apache cassandra, Pavan had suggested storm-kafka and datastax cassandra instead.

About

sample project which uses titan and storm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages