An open API service indexing awesome lists of open source software.

https://github.com/holken1/deploying-r-on-cloud

Tutorials and sample code/config for deploying R code like Shiny to the cloud
https://github.com/holken1/deploying-r-on-cloud

Last synced: 4 months ago
JSON representation

Tutorials and sample code/config for deploying R code like Shiny to the cloud

Awesome Lists containing this project

README

        

# deploying-r-on-cloud
Tutorials and sample code/config for deploying R code like Shiny to the cloud

Samples from Stockholm R User Group 23 Jan 2019
* `shiny-loadbalancer` - simple Shiny app ("myshiny") built with Docker and deployed with Kubernetes using a LoadBalancer service.
* `ingress` - composite app using the "myshiny" app from the previous example, adding a web app with a static page, deploying these two on Kubernetes with Ingress, with URL Rewrite and integration with App ID for authentication.
* `plumber-api` - simple API for scoring a linear model using `plumber`, built with Docker.