Search code examples
google-cloud-platformgoogle-bigquerygoogle-cloud-functionsgoogle-cloud-pubsub

Recommendation for architecting batch data transfer from big query to multiple cloud functions


I'm currently trying to find an efficient way of reading data from a table in Big Query to then serve as inputs for my multiple cloud functions. I would then like to have the functions run some processing concurrently.

Any critiques or recommendations would be much appreciated!


Solution

  • If you perform batch processing, use Batch solution instead of real time services.

    are more suitable for your needs.