Scaling Shiny
To solve the problem of scaling:
- From DevOps/IT:
- Add memory, CPU
- Rstudio Connect set up for multiple machines
- From R/Shiny engineer:
- use Javascript for less CPU usage
- extract computations: Shiny worker, Plumber
- use a database
To solve the problem of scaling: