I have a 1.7 million row CSV I would like to filter and serve from a static function (something like Google Cloud functions). Best approach? #javascript #nodejs
@tqft R is handy for doing the manipulation, but I've done all that. Just want to serve it up over the network—ideally without running my own server.
I think a node function backed by an sqlite database will be good enough for now.
@tqft AFAIK, Shiny is for interactive data vis. I just want to serve the data itself.
@drzax i think something like this is what i was think of, it's on my very long list of things to look at https://stackoverflow.com/questions/23750096/publish-rstudio-shiny-app-in-intranet R Shiny