Hello RStudio Community . I am currently developing an application which will take and store user information via inputs. I was wondering, what are the best practices of storing said information on a Shiny App? My question focuses on security, storage capacity, and implementation (like, the ways of going about it via code or logic). This Shiny App will also be running on Shiny Server hosted on AWS EC2 (I don't know if implementation depends on this factor).
The following screenshot is an example of user data I want to be stored:
Any recommendations or tips will be appreciated, thanks.