https://github.com/diging/cord19-geo-explorer
App to geographically explore the CORD19 dataset
https://github.com/diging/cord19-geo-explorer
Last synced: 8 months ago
JSON representation
App to geographically explore the CORD19 dataset
- Host: GitHub
- URL: https://github.com/diging/cord19-geo-explorer
- Owner: diging
- Created: 2020-04-17T15:37:09.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-11-16T00:58:31.000Z (over 3 years ago)
- Last Synced: 2025-01-11T07:13:37.373Z (over 1 year ago)
- Language: Java
- Size: 3.79 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CORD19 Geo Explorer
## Required Software
- MySQL
- MongoDB
- Elasticsearch
## Setup
- in your settings.xml add the following properties:
- `jdbc-url-to-db`
- `db-user`
- `db-password`
- `path to folder in your system`
- in this folder place the following two model files from [opennlp](http://opennlp.sourceforge.net/models-1.5/): en-ner-location.bin, en-token.bin
## Import Data
To import data, login, click on "Import" and paste the absolute path to the folder that contains the files to import. That folder should also contain the metadata.csv file that the Allen Institute provides.