Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/arduino/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何使用temboo从bigquery到arduino存储和检索数据?_Arduino_Google Bigquery_Google Cloud Storage_Temboo - Fatal编程技术网

如何使用temboo从bigquery到arduino存储和检索数据?

如何使用temboo从bigquery到arduino存储和检索数据?,arduino,google-bigquery,google-cloud-storage,temboo,Arduino,Google Bigquery,Google Cloud Storage,Temboo,我想创建一个物联网项目,使用 因为我使用arduino作为我的设备,temboo支持使用google bigquery连接和存储我们的传感器流数据,这里我的场景是在bigquery表中设置一个阈值,如果达到该值,它将触发信息返回arduino,所以我需要从bigquery中检索数据。我认为bigquery没有回调机制返回到您的应用程序。因此,您的应用程序需要使用BigQuery API定期检查需要检查的内容

我想创建一个物联网项目,使用


因为我使用arduino作为我的设备,temboo支持使用google bigquery连接和存储我们的传感器流数据,这里我的场景是在bigquery表中设置一个阈值,如果达到该值,它将触发信息返回arduino,所以我需要从bigquery中检索数据。

我认为bigquery没有回调机制返回到您的应用程序。因此,您的应用程序需要使用BigQuery API定期检查需要检查的内容