Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.8 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.8 KB

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