In this quick start guide you’ll learn how to get a rudimentary microservice working out of the box.

Workflow

  1. Deploy the Microservice infrastructure
microservices::use_microservice(path = ".")
remotes::install_deps()
devtools::document()
  1. Spin-up the microservice by running source("./inst/entrypoints/plumber-background.R")

  2. Run the microservice unit-test by pressing Ctrl+Shift+T on Windows

Congratulations! You have added a microservice to your application and tested that it works.