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
- Host: GitHub
- URL: https://github.com/holken1/deploying-r-on-cloud
- Owner: holken1
- Created: 2018-08-27T17:35:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T21:11:33.000Z (about 6 years ago)
- Last Synced: 2024-08-13T07:14:12.543Z (8 months ago)
- Language: R
- Size: 7.19 MB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - holken1/deploying-r-on-cloud - Tutorials and sample code/config for deploying R code like Shiny to the cloud (R)
README
# deploying-r-on-cloud
Tutorials and sample code/config for deploying R code like Shiny to the cloudSamples 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.