Skip to content

A Tweet Harvesting, Extraction, Analysis and Normalisation Approach

Notifications You must be signed in to change notification settings

calina-c/athena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATHENA

Approach for Tweet Harvesting, Enhancement, Analysis and Normalisation

To Run celery jobs

redis-server celery -A athena worker -l info

DB

CREATE TABLE tweet ( twitterId text, user text, content text, date timestamp, retweets int, likes int, hashtags list<text>, history uuid, PRIMARY KEY (twitterId));

CREATE TABLE harvest ( uuid uuid, start_date timestamp, end_date timestamp, hashtag text, done boolean, PRIMARY KEY(uuid));

CREATE TABLE normal (uuid uuid, name text, content text, PRIMARY KEY(uuid));

About

A Tweet Harvesting, Extraction, Analysis and Normalisation Approach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published