简体   繁体   English

FIWARE:如何集成新应用程序

[英]FIWARE: How to integrate the new application

Let's say there is a web service that makes some calculations and returns some data. 假设有一个Web服务进行一些计算并返回一些数据。 This web service should use some Generic Enablers of FIWARE , for instance GIS Data Provider and POI Data Provider. 该Web服务应使用FIWARE的某些通用启动器 ,例如GIS数据提供程序和POI数据提供程序。

How to integrate such web service into the FIWARE cloud platform? 如何将此类Web服务集成到FIWARE云平台中? Is there any guidance about it? 有什么指导吗? I'm the beginner in this topic and it's is not clear how my tool should connect all the required Generic Enablers. 我是本主题的初学者,目前尚不清楚我的工具应如何连接所有必需的通用启动器。 Once connected, should I upload all this staff to some predefined server or can I use any virtual server? 连接后,我应该将所有这些工作人员上载到某个预定义的服务器还是可以使用任何虚拟服务器?

If you have your own server the FIWARE catalog contains links to installations instructions for each GE. 如果您拥有自己的服务器,则FIWARE目录包含指向每个GE的安装说明的链接。 In the FILAB cloud portal you can also you use the ready images to launch GE's directly without manual installation. 在FILAB云门户中,您也可以使用就绪映像直接启动GE,而无需手动安装。 For some of the GE's there is also a ready running instance available in the FILAB Cloud servers for initial trialing, eg for POI such a demo service can be found here: http://poi.webhop.org/ . 对于某些GE,FILAB Cloud服务器中还有一个可以运行的实例,可以用于初步试用,例如,对于POI,可以在以下网址找到该演示服务: http : //poi.webhop.org/

Integrating to a POI Server - Some additional details 集成到POI服务器- 一些其他详细信息

Currently there are not many public and maintained POI servers, so, you may need to install your own POI server for your production system. 当前,公共和维护的POI服务器不多,因此,您可能需要为生产系统安装自己的POI服务器。 You can install your POI server to the hosting service that suits best to your business, that may be Fiware Cloud or something else, and upload you data there. 您可以将POI服务器安装到最适合您业务的托管服务(可能是Fiware Cloud或其他),然后将数据上传到该服务。

Hosting a POI Server at Fiware Cloud 在Fiware Cloud上托管POI服务器

You may use Fiware Cloud Portal https://cloud.lab.fiware.org/ to host experimental POI server. 您可以使用Fiware Cloud Portal https://cloud.lab.fiware.org/托管实验性POI服务器。 Press "Sign up" link there, if you need a new account. 如果您需要新帐户,请点击此处的“注册”链接。 (Currently this does not seem to work: "Follow instructions on http://catalogue.fiware.org/enablers/poi-data-provider/creating-instances ") Launch a Ubuntu 14.04 instance and install the POI Data provider as explained in the next section: (当前,这似乎不起作用:“按照http://catalogue.fiware.org/enablers/poi-data-provider/creating-instances上的说明进行操作”)启动Ubuntu 14.04实例,并按如下所述安装POI Data provider。下一节:

Hosting a POI Server at Other Linux Style Environment 在其他Linux风格环境中托管POI服务器

For Ubuntu Server 14.04., to install the POI server, follow the instructions in http://catalogue.fiware.org/enablers/poi-data-provider/documentation -> "POI Data Provider - Installation and Administration Guide", or directly http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/POI_Data_Provider_-_Installation_and_Administration_Guide 对于Ubuntu Server 14.04。,要安装POI服务器,请遵循http://catalogue.fiware.org/enablers/poi-data-provider/documentation- >“ POI数据提供程序-安装和管理指南”中的说明,或直接http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/POI_Data_Provider_-_Installation_and_Administration_Guide

Integrating Your Service to the POI Server 将服务集成到POI服务器

Overview of the POI system can be found at http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/FIWARE.OpenSpecification.MiWi.POIDataProvider 可以在以下网址找到POI系统的概述: http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/FIWARE.OpenSpecification.MiWi.POIDataProvider

To integrate your service to the POI server you need information found in the API documentation. 要将服务集成到POI服务器,您需要API文档中的信息。 The API documentation can be found at http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/POI_Data_Provider_Open_API_Specification 可以在http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/POI_Data_Provider_Open_API_Specification中找到API文档。

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

相关问题 FIWARE Cloud-如何将VM迁移到另一个区域? - FIWARE Cloud - How to migrate VM to another region? 如何在Ingram Micro市场中集成Java Web应用程序 - How to integrate java web application in Ingram Micro marketplace 关于如何在Windows中将云存储与本机Java应用程序集成的任何建议 - Any suggestions on how I can integrate cloud storage with my native Java application in Windows 我们可以在 azure 应用程序中集成 java 编译器吗? - Can we integrate java compiler in an azure application? FIWARE 规则设置远程连接 - FIWARE rules setting to connect remotly 如何开始开发和集成AR与Cloud / DB? - How to start develop and integrate AR with Cloud/DB? 如何将Django项目集成到云存储 - how to integrate a django project to a cloud storage 使用IDAS固件设备管理器管理UDP数据包 - Manage UDP packets with IDAS fiware device manager 在部署新服务修订期间,Cloud Run 如何处理我的应用程序中运行的内容? - How Cloud Run behaves with things that are running in my application during the deploy of a new service revision? 开发人员如何在一个庞大的在线 Saas 应用程序上添加新功能,尽管它正在运行? - how do developers add new function on a massive online Saas application although it is running?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM