Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 582 Bytes

File metadata and controls

20 lines (16 loc) · 582 Bytes

Regional Splitter

This application publishes raw JHU data to the broker on the following topic

jhu/csse/covid19/raw

Prerequisites

  1. Event Broker (Software, Cloud)
  2. Client username with publish right access publish rights to the Broker
  3. Install COVID19DataModels

How to run

  1. Install COVID19DataModels
./mvnw install -f ../pom.xml
  1. Run the corresponding spring boot application
./mvnw spring-boot:run -Dspring-boot.run.jvmArguments="-Dhost=<host_name> -DmsgVpn=<msg_vpn> -DclientUsername=<client_username> -DclientPassword=<client_password>"