Skip to content

Tweet parser built on Celery, RabbitMQ with a Flask API as frontend

Notifications You must be signed in to change notification settings

jantus/parseTweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parseTweets

Tweet parser built on Celery, RabbitMQ with a Flask API as frontend. Developed for the Applied Cloud Computing fall 2015 class at Uppsala University.

Program flow

When running the main.py a parse_tweets task started to run asynchronously on the celery worker.

Running the script

  1. Start a RabbitMQ server by runnig rabbitmq-server. If rabbitmq is not installed, go ahead and install it
$ rabbitmq-server
  1. Start a celery worker that can run the celeryapp. If celery is not installed, go ahead and install it
$ celery -A celeryapp.celeryapp worker --loglevel=info
  1. Run the main.py script. Open the browser at localhost:5000 and amaze over the out put
$ python main.py

About

Tweet parser built on Celery, RabbitMQ with a Flask API as frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published