rocker-plumber
  • R 78.1%
  • Dockerfile 21.9%
Find a file
2026-05-19 22:23:55 +00:00
examples init 2019-03-17 20:00:17 -07:00
.gitignore init 2019-03-17 20:00:17 -07:00
Dockerfile Update rocker/tidyverse Docker tag to v4.3.2 2023-10-31 15:31:14 +00:00
LICENSE init 2019-03-17 20:00:17 -07:00
Main.R init 2019-03-17 20:00:17 -07:00
make_model.R init 2019-03-17 20:00:17 -07:00
README.md init 2019-03-17 20:00:17 -07:00
rest_controller.R init 2019-03-17 20:00:17 -07:00

rocker plumber docker image

experiments with R API servers to generate charts and predictions and enriched time series...

jump started by this excellent blog: https://medium.com/@skyetetra/using-docker-to-deploy-an-r-plumber-api-863ccf91516d

USAGE

  1. Make your own Dockerfile that is based off this one or just copy this Dockerfile
  2. Modify rest_controller.R as needed - see docs

See rest_controller.R for hints about posting json or GET param passing or serving PDFs and PNG files from ggplot2 (TODO).