TerramEarth plans to connect all 20 million vehicles in the field to the cloud. This increases the volume to 20 million 600 byte records a second for 40 TB an hour. How should you design the data ingestion?
- AVehicles write data directly to GCS
- BVehicles write data directly to Google Cloud Pub/Sub (correct answer)
- CVehicles stream data directly to Google BigQuery
- DVehicles continue to write data using the existing system (FTP)
Reveal answer & explanationHide answer
The correct answer is B. Option B: Vehicles write data directly to Google Cloud Pub/Sub
Explanation
Pub/Sub is a serverless, global messaging service that decouples services and ingests high-volume event streams.