I am looking to build a quick and dirty IoT prototype. I am using particle photons to stream sensor information to the Google Cloud Platform. Inside GCP, I have Pub/Sub->Cloud Functions->BigQuery as my architecture.
I am now looking to build a live/real-time dashboard with the data coming in. 1. What would be the easiest tool to achieve this? (Google Data Studio won't work as it only produces reports, I need an update every few seconds)? 2. Would it be wise to create a web app and query my bigquery database every few seconds? I am given to understand this can c