I want to create a Internet of things project using temboo
in that i use arduino as my device, temboo has a support to connect and store our sensor streaming data using google bigquery,here my scenario is set a threshold value in the bigquery table if it reaches that value ,it should trigger the information back to arduino, so i need to retrieve the data from bigquery.
I don't think BigQuery has a callback mechanism back to your app. So, your app needs to use BigQuery API to periodically check for what it needs to check.