简体   繁体   English

AWS端如何访问Azure IOT HUB数据

[英]How to access Azure IOT HUB data at AWS side

I have a vendor that publishes the sensor data on Azure IOT HUB, we want to access this data from our application which is deployed on AWS.我有一家供应商在 Azure IOT HUB 上发布传感器数据,我们想从部署在 AWS 上的应用程序访问这些数据。 Is there any possibility we use some data share service OR a gateway service that helps to access the data from Azure IOT HUB to AWS side?我们是否有可能使用一些数据共享服务或网关服务来帮助从 Azure IOT HUB 访问数据到 AWS 端?

As @user565 mentions, for near real-time, you can use directly the IoT Hub compatible EventHub endpoint (Built-in endpoint) or you can use routing to forward the messages to an Storage Account, Event Grid, or other Event Hub.正如 @user565 所提到的,为了接近实时,您可以直接使用IoT 中心兼容的 EventHub 端点(内置端点) ,或者您可以使用路由将消息转发到存储帐户、事件网格或其他事件中心。

Using a full featured Event Hub allows you to use Kafka client applications / libraries to read from.使用功能齐全的事件中心,您可以使用 Kafka 客户端应用程序/库进行读取。 Check Use Azure Event Hubs from Apache Kafka Applications检查使用来自 Apache Kafka 应用程序的 Azure 事件中心

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM