Fiware合适的组件 [英] Fiware suitable Components

查看:120
本文介绍了Fiware合适的组件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以建议我使用合适的组件来构建使用fiware组件的完整路径吗?在该路径中,我想将移动设备注册到代理(也需要Node-RED从代理获取信息).复杂事件的复杂事件处理引擎.

Could someone suggest me suitable components to build a full path using fiware components?In the path i would like to register mobile devices to a broker (also Node-RED for getting info from broker).Above the broker i want to have a Complex Event Processing engine for the complex events.

推荐答案

可以将移动设备注册到Orion Context Broker. https://github.com/fiware/context.Orion .您应该使用NGSIv2 API,请检查

Mobile Devices can be registered to Orion Context Broker. https://github.com/fiware/context.Orion. You should use NGSIv2 APIs, please check http://fiwaretourguide.readthedocs.io/en/latest/development-context-aware-applications/v2/how-to-update-and-query-context-information/ .

您可以设计一种机制,该机制将允许从他们的手机中注册用户,并且仅允许那些注册用户将数据POST到Orion.结果,您的应用程序将处于最低程度的安全性.例如,您可以设计自己的基于简单令牌的注册机制,甚至可以使用FIWARE IdM,PEP代理和授权PDP.在 https://docs.google.com/presentation/上查看我的演示文稿. d/18LaWZSK4h2wncPF6hNAwK5MToLvJesR3XLrzsqrsmrw/edit?usp = sharing .

You can design a mechanism that will allow to register users, from their mobile phones, and to only allow those registered users to POST data to Orion. As a result your application will be minimally secure. You can for instance design your own simple token based registration mechanism or even you can use the FIWARE IdM, PEP Proxy and Authorization PDP. See my presentation at https://docs.google.com/presentation/d/18LaWZSK4h2wncPF6hNAwK5MToLvJesR3XLrzsqrsmrw/edit?usp=sharing .

可以使用FIWARE官方CEP实施复杂事件处理,请参见 http://fiwaretourguide.readthedocs.io/en/latest/real-time-processing-of-context-events/introduction/,也可以使用其他实现,例如Perseo https://github.com/telefonicaid/perseo-fe ,它使用EsperTech规则系统.

The Complex Event Processing can be implemented using FIWARE official CEP, see http://fiwaretourguide.readthedocs.io/en/latest/real-time-processing-of-context-events/introduction/ or you can use alternative implementations such as Perseo https://github.com/telefonicaid/perseo-fe , which uses EsperTech rule system.

我希望这对您有帮助

这篇关于Fiware合适的组件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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