BQ --> Shinyapp.io

So I have a bigquery table that updates every hour. I am looking to update the dataframe by pulling from bq in my shinyapp.io every hour and then deploy the app every hour as well. Does anyone have any documentation on a similar project/process?

I have looked into Travis CI, but the shortest they run is daily.

Thank you in advance

hi @hankkim, you could use a reactiveTimer with a time interval to query the table

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