rocker-plumber
- R 78.1%
- Dockerfile 21.9%
| examples | ||
| .gitignore | ||
| Dockerfile | ||
| LICENSE | ||
| Main.R | ||
| make_model.R | ||
| README.md | ||
| rest_controller.R | ||
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
- Make your own Dockerfile that is based off this one or just copy this Dockerfile
- 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).