Archives for Google Pub Sub
Pub Sub – App to App or Service to Service Integration
Sample Use Case - Service (BigQuery) to Service (GCS) copying of data BigQuery has a scheduled Query feature that is able to call PubSub on completion. When new data is…
GCP PubSub Streaming to BigQuery
Applications are divided into two types - publishers ( Twitter) and Subscribers ( browser) (Also read, Single Pub Sub Topic for Multiple Projects) A Subscriber has a Main Method def…
GCP logs to Splunk
GCP System Level logs and Audit logs are different from the application's own geenrated logs. Both of these categories of logs can be exported out of the Compute Engine /…