Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aarong1/peristent_storage_Rshiny_aws
A demo shiny app demonstrating a backend database hosted on aws
https://github.com/aarong1/peristent_storage_Rshiny_aws
aws-rds-mysql docker r shiny shiny-server
Last synced: about 2 months ago
JSON representation
A demo shiny app demonstrating a backend database hosted on aws
- Host: GitHub
- URL: https://github.com/aarong1/peristent_storage_Rshiny_aws
- Owner: aarong1
- Created: 2021-10-08T14:14:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T17:03:30.000Z (almost 3 years ago)
- Last Synced: 2024-08-13T07:11:59.860Z (6 months ago)
- Topics: aws-rds-mysql, docker, r, shiny, shiny-server
- Language: R
- Homepage:
- Size: 515 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - aarong1/peristent_storage_Rshiny_aws - A demo shiny app demonstrating a backend database hosted on aws (R)
README
# Peristent storage with Rshiny on AWS managed Database
🍎
A demo **Rshiny** app demonstrating a _backend_ **MySQL** database hosted on **AWS**- It means also because aws storage solutions dont have an R native sdk, so we can just use mysql drivers.
- It gets around the issues of _statelessness_ of RShiny apps, where info doesnt persist between sessions.
🧏A demo deployment is hosted on [shinyapps.io](https://aarong1.shinyapps.io/storage_app/)
## Below is an except of the tutorial
### Start - Form entry
Explore previous sessions data
or enter your own
### Push to database
Push to database once happy to save.