Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.19 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.19 KB

Dockerfiles for R plumber APIs

These images are a stable and convenient base for R APIs.

plumber-base

  • Built on the most stable R image, rocker/r-rev
  • Contains plumber and a minimal tidyverse
  • Contains convenience (and IMO best practice) tools like logging and config

plumber-mysql

  • Built on plumber-base for robustness
  • Adds system libraries and R packages necessary to connect to MySQL databases
  • NOTE: relies on RMariaDB instead of the legacy RMySQL package!