How to connect to a remote database via ssh on shinyapps

My shiny application works by collecting information from a remote database using procedure calls. I connect to the database using a python script. Because of this, the application takes a very long time to load. I think that the application will load faster if i connect to the database with R capabilities, but I don’t know how to do it.

I'm not exactly how CSS fits into this but ...
checkout CRAN Task Views on DBs.
I don't think there should be a fundamental difference in speed between R and python in this case but I don't know the specifics either.

I wrote about ssh, I don’t know how it turned out that css was written there

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.