Skip to content

AedesWebview on examples. Interactive Brazilian map for some diseases

Notifications You must be signed in to change notification settings

MoniMoledo/cloudberry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aedes Webview

Build

Prerequisites: scala, sbt, AsterixDB, Cloudberry

Prepare the AsterixDB cluster

Follow the official documentation to setup a fully functional cluster.

Run Cloudberry service

You will need to give the AsterixDB cluster link to neo by change the asterixdb.url configuration in neo/conf/application.conf file.

The default value points to the localhost cluster

> cd cloudberry
> sbt "project neo" "run"

Run Aedes Webview

Aedes Webview is an application that shows the Brazilian map with the mentions of Zika Virus, Dengue, Yellow Fever and Chikungunya diseases on twitter and news websites.

The datasets webhose_ds.news and twitter.ds_tweet on Asterix must be setup and have data. In order to crawl data to ingest on those datasets, follow the instructions on the project: Crawler.

You can run the following command in a separate command line window:

> cd examples/aedeswebview
> sbt "project web" "run 9001"

Tests

The following screenshots shows some examples of the first test made, with 1062 records on Asterix datasets.

Initial screen

Initial screen

Dengue search on both datasets

Dengue search on both datasets

Dengue search on city level

Dengue search on city level

Acknowledgments

Releases

No releases published

Packages

 
 
 

Languages

  • Scala 99.2%
  • Other 0.8%