1. Google Cloud Documentation
"IoT overview": This document presents a reference architecture for IoT data that explicitly shows the flow: Cloud Pub/Sub (for ingestion) -> Cloud Dataflow (for processing) -> Cloud Bigtable (for processing and serving) and BigQuery (for data analysis). See the "Reference architecture" diagram.
2. Google Cloud Documentation
"Cloud Bigtable - Overview": Under the section "What it's good for
" the documentation lists "Time series data" as a primary use case
stating
"Cloud Bigtable is a great choice for storing and querying large amounts of time-series data."
3. Google Cloud Documentation
"Dataflow - Common use cases": This page describes using Dataflow for "Streaming analytics" and "IoT
" often in conjunction with Pub/Sub for ingestion and BigQuery or Bigtable for storage and analysis.
4. Google Cloud Documentation
"What is BigQuery?": The official documentation defines BigQuery as a "fully managed enterprise data warehouse that helps you manage and analyze your data
" which directly corresponds to the "Ad-hoc analysis" function in the diagram.