google app engine - Pubsub Hook to Bigquery -


i have data pipeline flows: app engine publishes pubsub pushes bigquery. in example in docs https://cloud.google.com/python/getting-started/using-pub-sub , have pubsub push worker hosted in appengine handles data (in case writing appropriate bigquery table). possible have pubsub push directly via subscription bigquery table?

at time, there no automatic way push data bigquery. 2 options be:

  1. write subscriber gets messages from google cloud pub/sub subscription , writes them bigquery.

  2. use google cloud dataflow read via pub/sub i/o , write via bigquery i/o.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -