Prerequisites: scala, sbt, AsterixDB, Cloudberry
Follow the official documentation to setup a fully functional cluster.
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"
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"
The following screenshots shows some examples of the first test made, with 1062 records on Asterix datasets.
Initial screen
Dengue search on both datasets
Dengue search on city level
- This application was inspired on the TwitterMap Demo
- Users and developers are welcome to contact me through [email protected]