Bigtable 是否支持事件触发器?
Is event trigger supported for Bigtable?
是否支持像 Google Cloud Function 这样的功能,可以在 Google Cloud Bigtable 数据插入(数据更改)上执行,然后将其作为事件发布,然后触发要执行的函数?
需要在有updates/inserts.
的情况下才查询Bigtable
任何 ideas/recommended 方法都会有所帮助。
目前不支持 Bigtable 更改。受支持的 GCP 事件提供程序的完整列表在 documentation 中。 Firebase 还提供了一些,但不包括 Bigtable。
是否支持像 Google Cloud Function 这样的功能,可以在 Google Cloud Bigtable 数据插入(数据更改)上执行,然后将其作为事件发布,然后触发要执行的函数?
需要在有updates/inserts.
的情况下才查询Bigtable任何 ideas/recommended 方法都会有所帮助。
目前不支持 Bigtable 更改。受支持的 GCP 事件提供程序的完整列表在 documentation 中。 Firebase 还提供了一些,但不包括 Bigtable。