Skip to content

R API with Plumber Package to retrieve data about Covid19 in Cabo Verde

License

Notifications You must be signed in to change notification settings

marovski/covid19cvdataAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid19cvdataAPI

This R code is what was used to make an RESTful API and using R with docker.The API goal is to retrieve data about Covid19 in Cabo Verde.

There are two main file:

  • server.R: this uses the plumber annotations to generate web API endpoints, the starts a local webserver.
  • covidAPI.R: uses functions in R as the logic for the RESTful API.
  • data.R: loads the necessary covid19 Cabo Verde data.
  • dockerfile : this contains the necessary settings to build the container with our API in it.

Tech Stack

Plumber Package

Plumber R package allows users to expose existing R code as a service available to others on the Web.

Docker

Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and deploy it as one package.

About

R API with Plumber Package to retrieve data about Covid19 in Cabo Verde

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages