Reputation: 61
I have Google Cloud and BigQuery setup. I need to have push notification (Like Email) on specific event / any database changes. I have Google compute engine (without any applications loaded yet)
Can someone give me directions on how can this be done? What application can be installed ? Or is it something BigQuery already has?
Upvotes: 2
Views: 741
Reputation: 59245
BigQuery doesn't currently have a notification system. You could set up an App Engine task that monitors it instead.
(feature request? https://code.google.com/p/google-bigquery/issues/list)
Upvotes: 3