Hello,
I'm trying to write an R shiny webapp which
- Accepts client data (includes excel files, .png images and .h5ad files)
- Transfers and stores the data to a local HPC cluster
- Generates an analysis report which must then be emailed back to the client.
Additional info:
- The analysis pipeline is computationally heavy, but I have access to HPC cluster running Linux which is operational constantly.
- I would like to host my app through the internet.
- I do not expect too many concurrent users as this is a niche application.
- I might need additional support services like a database or ETL processes, but I'm unsure how to integrate those with Shiny.
- While I have a working analysis pipeline and a basic knowledge of how to write shiny apps, I'm unsure of how to tackle this problem, specifically the part regarding automatically transfering, storing and analyzing client data.
Is anyone familar with relevant tutorials or reading materials for these specific tasks and constraints? Any help would be appreciated.
Best,
Abhay