An organization is setting up a system where every time a new row is added to a Google BigQuery table, some computations should be performed, and the results sent to an external API. Which Google Cloud service would facilitate this behavior?

  • Google Cloud App Engine
  • Google Cloud Dataflow
  • Google Cloud Functions
  • Google Cloud Pub/Sub
Google Cloud Dataflow is designed for real-time data processing and can be used to process new rows in BigQuery and send results to an external API.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *