Skip to content

chrisliiii/COMP90019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMP90019 Asthma Analytics Project

This is for COMP90019 distributed computing project. It starts from data collection from Twitter and Instagram and store each data into CouchDB. Then map and charts are used for data visualization.

Data Crawling

$ python streaming_twitter.py [<GEOBOX>] > <json_in_file_path>

$ python search_twitter.py <json_in_file_path> <out_file_path>

Data Storage

$ python cdb.py <db_name> <out_file_path>

Default admin name and password: admin, 123456.

Data Visualization

This part only includes bubble chart for air quality data and traffic flow data, heatmap for traffic flow data, map for social media data and tweets line chart. Since pollen data are not public.

For map of social data:

$ python map_socaildata.py <csv_in_file_path>

Twitter_asthma.csv and Instagram_asthma.csv are available to use.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages