从 GCP 向 Segment.io 发送 HTTP POST 请求

Send HTTP POST request to Segment.io from GCP

我正在尝试将 HTTPS Post 请求从 GCP 发送到 Segment.io

我想创建一个服务,该服务将从 BigQuery table 读取数据,然后将调用直接发送到 Segment.io API(link) from where I'll redirect the data to other destinations, but on the GCP site I'm struggling to find the most optimal way to do it. Cloud Run 似乎是个不错的选择,但我想知道是否有更简单的方法?

用于此任务的推荐产品可以是 Cloud Run or Cloud Functions

您可以使用 Client Libraries or API in order to extract the data from the BigQuery table 和您最喜欢的编程语言的任何 HTTP 请求库向 Segment.io API 发出 POST 请求。