This part will walk you through defining the cloud trigger in the deviceWISE Cloud to send (or publish) the data to BigQuery.

Verify the data is present in BigQuery

  1. In your web browser, view the BigQuery page, and refresh the data set to set the power table schema.

  2. Use the BigQuery Query Table function to select data from our power table.
  3. In the New Query field, enter a query statement, such as:
    SELECT
    SELECT * from [demo_data.power] LIMIT 1000
  4. The query will display the data that has been published to the BigQuery table

You are ready for Part 5 - Accessing our public datasets

Continue with BigQuery Part 5 - Accessing our public datasets.