【发布时间】:2022-08-22 23:12:05
【问题描述】:
是否存在用于向 Google Cloud Pub/Sub 主题发布消息的 R 库?
论文 2 库不起作用:
googleCloudRunner::cr_plumber_pubsub(message, pub) (cf https://code.markedmondson.me/googleCloudRunner/articles/usecase-r-event-driven-pubsub.html) 从 pub/sub 触发 R 函数。这不是我想要的。
googleCloudStorageR::gcs_create_pubsub()(cf https://code.markedmondson.me/googleCloudStorageR/reference/gcs_create_pubsub.html) 为存储桶创建发布/订阅通知。
谢谢。
-
谷歌官方没有 Cloud Pub/Sub 的 R 客户端。您能否提及这些库的来源?
标签: r google-cloud-platform google-cloud-storage