物联网架构建议 [英] IoT Architecture recommendation

查看:71
本文介绍了物联网架构建议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我花了很多篇文章,并观看了有关IoT Architect解决方案的视频,我也做了一些概念验证.

I rode a lot of articles and watch some videos about IoT Architect solutions, I did some proof of concept too.

现在,我想开始构建真实的系统,但是我不太确定该体系结构.

Now i want to start building the real system but i'm not quite sure about the architecture.

也许社区可以给我一些提示和体系结构建议

Maybe the community can give me some tips and architecture advices

  • 设备数量:在不同客户之间分配了1000-2000个设备
  • 某些设备正在发送带有遥测数据(例如温度,压力等)的小消息. (每小时)
  • 某些设备正在发送带有原始数据(50mb)的大二进制文件(每6小时发送一次)

这些大文件的格式如下:

this big files are formated like that:

device_id,published_at,[value,value,value,value,value,value,value,value,value,value,value,value,value,value,...]
device_id,published_at,[value,value,value,value,value,value,value,value,value,value,value,value,value,value,...]
device_id,published_at,[value,value,value,value,value,value,value,value,value,value,value,value,value,value,...]
device_id,published_at,[value,value,value,value,value,value,value,value,value,value,value,value,value,value,...]
device_id,published_at,[value,value,value,value,value,value,value,value,value,value,value,value,value,value,...]
.....

到目前为止,这是我当前的体系结构:

So far here is my current architecture:

  • IoT设备预配服务(用于使用组注册x509证书对我的设备进行身份验证)
  • 用于小遥测消息的IoT中心
  • Azure SQL DB存储我的小遥测消息
  • 流分析服务以从IoT中心获取消息并存储在SQL DB中
  • Blob存储以使用正确的命名策略Date/DeviceName/Filename
  • 流分析服务读取我新上传的blob并为其他作业提供输入

这有意义吗,或者我走的路不正确?

Does that make sense or i am not going the right way?

任何建议都非常感谢!
谢谢

推荐答案

Hello Doombqrr,

Hello Doombqrr,

我认为该主题与Azure IoT中心更多相关,应该将其删除到该论坛中以获得更好的支持.

I think this topic is more related to Azure IoT Hub,and it should be removed to that forum for better support.

最好的问候,

Michael


这篇关于物联网架构建议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆