3.4.6 • Published 7 months ago

@infect/rda v3.4.6

Weekly downloads
17
License
MIT
Repository
github
Last release
7 months ago

RDA Service

RDA public API

GET resistance data

Just get the following resource: http://rda.infect.info/rda.data

Filtering:

You may pass a query paramater named filter to the GET call. The value is a stringified JSON object which may contain the following values:

Age Group:

{
    ageGroupIds: [1, 3]
}

The IDs can be loaded from the http://rda.infect.info/generics.ageGroup endpoint.

Regions:

{
    regionIds: [1, 3]
}

The IDs can be loaded from the http://rda.infect.info/generics.region endpoint.

Sample Date:

{
    dateFrom: int,
    dateTo: int,
}

The int values need to be replaced with a unix timestamp value (seconds, not micorseconds)

Restarting the service

  1. Connect to the host using SSH
  2. Type sudo systemctl restart rda.service
  3. Check the logs and wait until the application is loaded: sudo journalctl -u rda -fn 3000
  4. Once the app is loaded, go to the directory /home/ubuntu/apps/rda/beta-ship/
  5. Build the cluster by typing the command npm run cluster-int. This command can only be executed once per cluster. If it fails you need to restart rda before you can try again.
3.4.6

7 months ago

3.4.5

2 years ago

3.4.4

2 years ago

3.4.3

2 years ago

3.4.0

2 years ago

3.4.2

2 years ago

3.4.1

2 years ago

3.3.0

3 years ago

3.2.3

4 years ago

3.2.2

4 years ago

3.2.1

4 years ago

3.2.0

4 years ago

3.1.0

4 years ago

3.0.4

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.0

5 years ago