You are working on a project that requires analyzing daily social media dat
a. You have 100 GB of JSON formatted data stored in Cloud Storage that keeps growing.
You need to transform and load this data into BigQuery for analysis. You want to follow the Google-recommended approach. What should you do?
Comprehensive and Detailed in Depth
Why C is correct:Dataflow is a fully managed service for transforming and enriching data in both batch and streaming modes.
Dataflow is googles recomended way to transform large datasets.
It is designed for parallel processing, making it suitable for large datasets.
Why other options are incorrect:A: Manual downloading and scripting is not scalable or efficient.
B: Cloud Run functions are for stateless applications, not large data transformations.
D: While Cloud Data fusion could work, Dataflow is more optimized for large scale data transformation.
Dataflow: https://cloud.google.com/dataflow/docs
Query successful
Currently there are no comments in this discussion, be the first to comment!