Is there a feature supported like Google Cloud Function to be executed on Google Cloud Bigtable data inserts (data changed) which are then posted as events and then triggers a function to be executed?
The need is to query Bigtable only when there are updates/inserts.
Any ideas/recommended approaches would be helpful.
There is currently no support for Bigtable changes. The complete list of supported GCP event providers is in the documentation. There are a few more provided by Firebase, but they do not include Bigtable.