This repository contains a demonstration of how to host a Shiny app in a microservices architecture (specifically, in Docker).
The docker
directory contains Dockerfiles and contexts for a set of images necessary for the demonstration. There are also
compose files for a couple of demonstration scenarios.
The shiny-app
directory contains an RStudio project and several Shiny apps to demonstrate various features.
The original setting for this demonstration was a tutorial at the useR! 2018 Conference. I will continue evolving the demonstration as new Docker features become available, and based on feedback/PRs from tutorial attendees and others.