[go: up one dir, main page]

CN107659624A - A heterogeneous cloud management system and method suitable for cloud computing - Google Patents

A heterogeneous cloud management system and method suitable for cloud computing Download PDF

Info

Publication number
CN107659624A
CN107659624A CN201710797821.6A CN201710797821A CN107659624A CN 107659624 A CN107659624 A CN 107659624A CN 201710797821 A CN201710797821 A CN 201710797821A CN 107659624 A CN107659624 A CN 107659624A
Authority
CN
China
Prior art keywords
cloud
interface
parameters
heterogeneous
adaptation layer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
CN201710797821.6A
Other languages
Chinese (zh)
Inventor
刘勇彬
季统凯
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
G Cloud Technology Co Ltd
Original Assignee
G Cloud Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by G Cloud Technology Co Ltd filed Critical G Cloud Technology Co Ltd
Priority to CN201710797821.6A priority Critical patent/CN107659624A/en
Publication of CN107659624A publication Critical patent/CN107659624A/en
Withdrawn legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/133Protocols for remote procedure calls [RPC]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to the technical field of cloud computing, in particular to a heterogeneous cloud management system and method suitable for cloud computing. The method comprises the steps that firstly, heterogeneous cloud manufacturers are accessed, and the method names and parameters of an external management interface and a unified standard adaptation layer interface provided by the cloud manufacturers are paired one by one to form a configuration table; secondly, calling a uniform adaptation layer interface by the platform according to user operation, wherein the transmission parameters comprise the type of a specified heterogeneous cloud manufacturer; then the adaptation layer converts the called standard API method and related parameters into a corresponding cloud manufacturer type interface according to the specified heterogeneous cloud manufacturer type; and finally, the cloud manufacturer returns the parameters to the adaptation layer according to the called interface, the adaptation layer encapsulates the returned parameters into a standard output result, and the result is returned to the platform for display. The invention solves the management problem of the heterogeneous cloud platform; the method can be used for unified management of heterogeneous cloud platforms.

Description

一种适用于云计算的异构云管理系统及方法A heterogeneous cloud management system and method suitable for cloud computing

技术领域technical field

本发明涉及云计算技术领域,特别是指一种适用于云计算的异构云管理系统及方法。The present invention relates to the technical field of cloud computing, in particular to a heterogeneous cloud management system and method suitable for cloud computing.

背景技术Background technique

随着云计算的快速发展,国内云平台厂家越来越多。有时候在同一个数据中心,由于业务的不一致性,会导致部署不同的云平台。而由于各个云平台由不同的厂家开发,提供的管理及二次开发接口存在一定的差异,导致云平台本身正在变成“烟囱式”发展;所以统一的异构云管理平台成为了云计算发展的新兴趋势。目前对于异构云的管理,普遍的做法是根据每个云厂家接口的不一致进行定制的方式,这种方式存在以下弊端:With the rapid development of cloud computing, there are more and more domestic cloud platform manufacturers. Sometimes in the same data center, due to business inconsistency, different cloud platforms will be deployed. And because each cloud platform is developed by different manufacturers, there are certain differences in the management and secondary development interfaces provided, resulting in the cloud platform itself is becoming a "chimney" development; therefore, a unified heterogeneous cloud management platform has become an emerging trends. At present, for the management of heterogeneous clouds, the common practice is to customize according to the inconsistency of the interface of each cloud manufacturer. This method has the following disadvantages:

(1)开发复杂,需要针对每家云平台接口调用方式进行定制开发,需要了解云平台厂家各自管理的业务逻辑,对于开发人员要求较高。(1) The development is complicated, and needs to be customized for each cloud platform interface calling method. It is necessary to understand the business logic managed by each cloud platform manufacturer, which requires high requirements for developers.

(2)可扩展性弱,通常都是按照每个数据中心不同的云厂家进行定制方式,如果需要纳入新的云厂家,开发周期将变得比较长,同时不一定能兼容现有的多云管理框架。(2) The scalability is weak, and it is usually customized according to the different cloud manufacturers of each data center. If a new cloud manufacturer needs to be included, the development cycle will become longer, and it may not be compatible with the existing multi-cloud management. frame.

还有一种是把所有异构云通过资源适配方式接入,形成统一的资源池进行管理,这种方式将把所有异构云的特性都屏蔽,没办法让用户根据应用需要来选择所需云平台部署应用;比如有些应用适合部署在安全性比较高的云平台,有些应用适合部署在IO读写比较高的云平台等,而资源配对方式,把所有异构云平台资源都统一,无法满足这点要求。Another way is to connect all heterogeneous clouds through resource adaptation to form a unified resource pool for management. This method will shield the characteristics of all heterogeneous clouds, and there is no way for users to choose what they need according to application needs. Deploy applications on cloud platforms; for example, some applications are suitable for deployment on cloud platforms with relatively high security, and some applications are suitable for deployment on cloud platforms with relatively high IO read and write. meet this requirement.

发明内容Contents of the invention

本发明解决的技术问题在于提供一种适用于云计算的异构云管理系统,解决传统方法存在的不足,为用户提供一种开发简单,可扩展性强的解决方案。The technical problem solved by the present invention is to provide a heterogeneous cloud management system suitable for cloud computing, to solve the shortcomings of traditional methods, and to provide users with a solution with simple development and strong scalability.

本发明解决另一技术问题在于提供一种适用于云计算的异构云管理系统的实现方法。The invention solves another technical problem by providing an implementation method of a heterogeneous cloud management system suitable for cloud computing.

本发明解决上述技术问题之一的技术方案是:The technical scheme that the present invention solves one of above-mentioned technical problem is:

所述的系统主要包括统一资源管理平台和适配层;The system mainly includes a unified resource management platform and an adaptation layer;

所述的统一资源管理平台实现:The unified resource management platform realizes:

接入异构云厂家,将异构云厂家提供的对外管理接口与统一标准适配层接口的方法名与参数一一配对,形成配置表;Connect to the heterogeneous cloud manufacturer, and match the method name and parameters of the external management interface provided by the heterogeneous cloud manufacturer with the uniform standard adaptation layer interface to form a configuration table;

根据用户操作调用统一的适配层接口,传递参数里包含指定异构云厂家类型;Invoke a unified adaptation layer interface according to user operations, and the passed parameters include the type of the specified heterogeneous cloud manufacturer;

显示输出结果;display the output;

所述的适配层实现:The described adaptation layer realizes:

提供接口,根据指定的异构云厂家类型,将调用的标准API方法及相关参数转换成对应云厂家类型接口;Provide an interface to convert the standard API method and related parameters called into the interface of the corresponding cloud manufacturer type according to the specified heterogeneous cloud manufacturer type;

当异构云厂家根据调用的接口返回参数后,将返回的参数封装成标准的输出结果,并将结果返回统一资源管理平台。When the heterogeneous cloud manufacturer returns the parameters according to the called interface, it encapsulates the returned parameters into a standard output result, and returns the result to the unified resource management platform.

所述的适配层接口指专门提供给调用接口,包括对资源的增删改查接口;接口对所有的异构云厂家都保持一致,包含:方法名,参数名称,参数个数,返回的参数。The adaptation layer interface refers to the interface specially provided for calling, including the interface for adding, deleting, modifying and querying resources; the interface is consistent with all heterogeneous cloud manufacturers, including: method name, parameter name, number of parameters, and returned parameters .

所述异构云厂家类型,指接入统一异构云管理平台的云厂家,用来通知适配器,现在调用的接口要转化成的云厂家对外接口;包括华为云、阿里云、国云、OpenStack。The heterogeneous cloud manufacturer type refers to the cloud manufacturer connected to the unified heterogeneous cloud management platform, which is used to notify the adapter that the interface to be called now is to be converted into an external interface of the cloud manufacturer; including Huawei Cloud, Alibaba Cloud, Guoyun, OpenStack .

本发明解决上述技术问题之二的技术方案是:The technical scheme that the present invention solves above-mentioned technical problem two is:

所述的方法包括如下步骤:Described method comprises the steps:

步骤1:统一资源管理平台接入异构云厂家,将云厂家提供的对外管理接口与统一标准适配层接口的方法名与参数一一配对,形成配置表;Step 1: The unified resource management platform is connected to the heterogeneous cloud vendor, and the external management interface provided by the cloud vendor is matched with the method name and parameters of the unified standard adaptation layer interface to form a configuration table;

步骤2:统一资源管理平台根据用户操作调用统一的适配层接口,传递参数里面包含指定异构云厂家类型;Step 2: The unified resource management platform calls the unified adaptation layer interface according to user operations, and the passed parameters include the type of the specified heterogeneous cloud manufacturer;

步骤3:适配层根据指定的异构云厂家类型,将调用的标准API方法及相关参数转换成对应云厂家类型接口;Step 3: According to the specified heterogeneous cloud vendor type, the adaptation layer converts the called standard API method and related parameters into the corresponding cloud vendor type interface;

步骤4:云厂家根据调用的接口返回参数到适配层,适配层将返回的参数封装成标准的输出结果,并将结果返回统一管理平台展示。Step 4: The cloud provider returns parameters to the adaptation layer according to the called interface, and the adaptation layer encapsulates the returned parameters into standard output results, and returns the results to the unified management platform for display.

所述的标准API方法及相关参数转换成对应云厂家类型的接口,是根据前面配置好的配置表进行匹配。The conversion of the standard API method and related parameters into an interface corresponding to the cloud vendor type is performed according to the configured configuration table.

所述的输出结果,是JSON格式或XML格式。The output result is in JSON format or XML format.

本发明的系统和方法灵活简单,降低了上层异构云管理开发复杂度,通过适配方式,将所有异构云接口转换成统一的适配层接口供上层门户或用户使用,对用户屏蔽了底层异构云接口不一致,操作复杂问题,让异构云管理开发变得简单容易入手。本发明方法可扩展性强,由于采用统一标准的适配层接口,后期如果需要扩展接入新的云平台,只需要增加对云平台接口的适配就可以纳入;本发明方法保留了各个异构平台特性的同时又支持统一的管理和接口调度,让用户能够根据应用需要选择所需云平台部署。The system and method of the present invention are flexible and simple, reduce the complexity of upper-layer heterogeneous cloud management and development, and convert all heterogeneous cloud interfaces into a unified adaptation layer interface for use by upper-layer portals or users by means of adaptation, shielding users Inconsistent underlying heterogeneous cloud interfaces and complex operations make heterogeneous cloud management and development easy to start. The method of the present invention has strong scalability, and because a unified standard adaptation layer interface is adopted, if a new cloud platform needs to be expanded and accessed later, it can be included only by adding the adaptation to the cloud platform interface; the method of the present invention retains all different While building platform features, it also supports unified management and interface scheduling, allowing users to choose the required cloud platform deployment according to application needs.

附图说明Description of drawings

下面结合附图对本发明进一步说明:Below in conjunction with accompanying drawing, the present invention is further described:

图1为本发明的流程图;Fig. 1 is a flowchart of the present invention;

图2为本发明实施框架图Fig. 2 is the implementation frame diagram of the present invention

具体实施方式Detailed ways

为使本发现的目的、技术方案和优点更加清楚,下面将结合附图并以实际实施案例作进一步详细解说,如图1、2所示,具体实施过程如下:In order to make the purpose, technical solutions and advantages of the present invention clearer, the following will further explain in detail in conjunction with the accompanying drawings and actual implementation cases, as shown in Figures 1 and 2, the specific implementation process is as follows:

本次实施案例适配层采用Spring Boot开发框架,也可采用其他适合的开发框架实现。The adaptation layer of this implementation case adopts the Spring Boot development framework, and can also be implemented by other suitable development frameworks.

1、接入异构云厂家,将云厂家提供的对外管理接口与统一标准适配层接口的方法名与参数一一配对,形成配置表。1. Connect to heterogeneous cloud vendors, and match the method names and parameters of the external management interface provided by the cloud vendor with the unified standard adaptation layer interface one by one to form a configuration table.

在本次实施案例中,选取了阿里云、vMware、OpenStack作为异构云厂家,为了能够对三个异构云实现统一的管理,首先要做的工作是根据三家云厂家的对外管理API,先梳理出统一管理所需要的接口,这里梳理了几大常用功能API,后期可根据需要进行扩展,功能接口如下表:In this implementation case, Alibaba Cloud, vMware, and OpenStack are selected as the heterogeneous cloud vendors. In order to achieve unified management of the three heterogeneous clouds, the first thing to do is to use the external management APIs of the three cloud vendors. Sort out the interfaces needed for unified management. Here we sort out several common function APIs, which can be expanded later as needed. The functional interfaces are as follows:

并对API方法及参数进行命名,保证对所有异构云的操作都经过统一的API接口。And name the API methods and parameters to ensure that all heterogeneous cloud operations go through a unified API interface.

每个接口都有对应配置表,将标准的接口名称、对应参数转换成要调用的阿里、vMware、OpenStack原生接口名称及参数。Each interface has a corresponding configuration table, which converts the standard interface name and corresponding parameters into the Ali, vMware, OpenStack native interface name and parameters to be called.

2、统一平台根据用户操作调用统一的适配层接口,传递参数里面包含指定异构云厂家类型。2. The unified platform calls the unified adaptation layer interface according to user operations, and the passed parameters include the type of the specified heterogeneous cloud manufacturer.

例如创建虚拟机接口For example, create a virtual machine interface

配置表通过Spring环境下注入properties文件的方式,每个接口对应一个properties文件,例如创建虚拟机接口,文件CreateInstance.Properties,部分参数:The configuration table is injected into the properties file in the Spring environment. Each interface corresponds to a properties file, such as creating a virtual machine interface, file CreateInstance.Properties, and some parameters:

InstanceId=aliyun.InId;G-Cloud.InstanceIdInstanceId = aliyun.InId; G-Cloud.InstanceId

InstanceIdName=aliyun.InName;G-Cloud.InstanceNameInstanceIdName=aliyun.InName; G-Cloud.InstanceName

代码解释:第一个参数是标准API虚拟机id,对应阿里云aliyun.InId的虚拟机Id名称,对应国云G-Cloud的虚拟机id。Code explanation: The first parameter is the standard API virtual machine id, which corresponds to the virtual machine ID name of Alibaba Cloud aliyun.InId, and corresponds to the virtual machine id of Guoyun G-Cloud.

3、适配层根据指定的异构云厂家类型,将调用的标准API方法及相关参数转换成对应云厂家类型接口。3. The adaptation layer converts the standard API method and related parameters called into the interface of the corresponding cloud manufacturer type according to the specified heterogeneous cloud manufacturer type.

部分代码:Part of the code:

4、云厂家根据调用的接口返回参数到适配层,适配层将返回的参数封装成标准的输出结果,并将结果返回统一管理平台展示。4. The cloud vendor returns parameters to the adaptation layer according to the interface called, and the adaptation layer encapsulates the returned parameters into standard output results, and returns the results to the unified management platform for display.

统一返回JSON结果:Uniformly return JSON results:

Claims (6)

1.一种适用于云计算的异构云管理系统,其特征在于:所述的系统主要包括统一资源管理平台和适配层;1. A heterogeneous cloud management system suitable for cloud computing, characterized in that: the system mainly includes a unified resource management platform and an adaptation layer; 所述的统一资源管理平台实现:The unified resource management platform realizes: 接入异构云厂家,将异构云厂家提供的对外管理接口与统一标准适配层接口的方法名与参数一一配对,形成配置表;Connect to the heterogeneous cloud manufacturer, and match the method name and parameters of the external management interface provided by the heterogeneous cloud manufacturer with the uniform standard adaptation layer interface to form a configuration table; 根据用户操作调用统一的适配层接口,传递参数里包含指定异构云厂家类型;Invoke a unified adaptation layer interface according to user operations, and the passed parameters include the type of the specified heterogeneous cloud manufacturer; 显示输出结果;display the output; 所述的适配层实现:The described adaptation layer realizes: 提供接口,根据指定的异构云厂家类型,将调用的标准API方法及相关参数转换成对应云厂家类型接口;Provide an interface to convert the standard API method and related parameters called into the interface of the corresponding cloud manufacturer type according to the specified heterogeneous cloud manufacturer type; 当异构云厂家根据调用的接口返回参数后,将返回的参数封装成标准的输出结果,并将结果返回统一资源管理平台。When the heterogeneous cloud manufacturer returns the parameters according to the called interface, it encapsulates the returned parameters into a standard output result, and returns the result to the unified resource management platform. 2.根据权利要求1所述的异构云管理系统,其特征在于:所述的适配层接口指专门提供给调用接口,包括对资源的增删改查接口;接口对所有的异构云厂家都保持一致,包含:方法名,参数名称,参数个数,返回的参数。2. The heterogeneous cloud management system according to claim 1, characterized in that: said adaptation layer interface refers to an interface specially provided for calling, including an interface for adding, deleting, modifying and checking resources; the interface is for all heterogeneous cloud manufacturers They are all consistent, including: method name, parameter name, number of parameters, and returned parameters. 3.根据权利要求1或2所述的异构云管理系统,其特征在于:异构云厂家类型,指接入统一异构云管理平台的云厂家,用来通知适配器,现在调用的接口要转化成的云厂家对外接口;包括华为云、阿里云、国云、OpenStack。3. The heterogeneous cloud management system according to claim 1 or 2, characterized in that: the heterogeneous cloud manufacturer type refers to the cloud manufacturer connected to the unified heterogeneous cloud management platform, which is used to notify the adapter that the interface to be called now requires Converted external interfaces of cloud manufacturers; including Huawei Cloud, Alibaba Cloud, Guoyun, and OpenStack. 4.一种适用于云计算的异构云管理方法,其特征在于:所述的方法包括如下步骤:4. A heterogeneous cloud management method suitable for cloud computing, characterized in that: the method comprises the following steps: 步骤1:统一资源管理平台接入异构云厂家,将云厂家提供的对外管理接口与统一标准适配层接口的方法名与参数一一配对,形成配置表;Step 1: The unified resource management platform is connected to the heterogeneous cloud vendor, and the external management interface provided by the cloud vendor is matched with the method name and parameters of the unified standard adaptation layer interface to form a configuration table; 步骤2:统一资源管理平台根据用户操作调用统一的适配层接口,传递参数里面包含指定异构云厂家类型;Step 2: The unified resource management platform calls the unified adaptation layer interface according to user operations, and the passed parameters include the type of the specified heterogeneous cloud manufacturer; 步骤3:适配层根据指定的异构云厂家类型,将调用的标准API方法及相关参数转换成对应云厂家类型接口;Step 3: According to the specified heterogeneous cloud vendor type, the adaptation layer converts the called standard API method and related parameters into the corresponding cloud vendor type interface; 步骤4:云厂家根据调用的接口返回参数到适配层,适配层将返回的参数封装成标准的输出结果,并将结果返回统一管理平台展示。Step 4: The cloud provider returns parameters to the adaptation layer according to the called interface, and the adaptation layer encapsulates the returned parameters into standard output results, and returns the results to the unified management platform for display. 5.根据权利要求4所述的方法,其特征在于:所述的标准API方法及相关参数转换成对应云厂家类型的接口,是根据前面配置好的配置表进行匹配。5. The method according to claim 4, characterized in that: said standard API method and related parameters are converted into an interface corresponding to the cloud vendor type, and the matching is performed according to the previously configured configuration table. 6.根据权利要求4或5所述的方法,其特征在于:所述的输出结果,是JSON格式或XML格式。6. The method according to claim 4 or 5, characterized in that: the output result is in JSON format or XML format.
CN201710797821.6A 2017-09-06 2017-09-06 A heterogeneous cloud management system and method suitable for cloud computing Withdrawn CN107659624A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710797821.6A CN107659624A (en) 2017-09-06 2017-09-06 A heterogeneous cloud management system and method suitable for cloud computing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710797821.6A CN107659624A (en) 2017-09-06 2017-09-06 A heterogeneous cloud management system and method suitable for cloud computing

Publications (1)

Publication Number Publication Date
CN107659624A true CN107659624A (en) 2018-02-02

Family

ID=61129210

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710797821.6A Withdrawn CN107659624A (en) 2017-09-06 2017-09-06 A heterogeneous cloud management system and method suitable for cloud computing

Country Status (1)

Country Link
CN (1) CN107659624A (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109067888A (en) * 2018-08-16 2018-12-21 中科边缘智慧信息科技(苏州)有限公司 The distributed cloudy resource multi-level Fusion management system in strange land
CN109144483A (en) * 2018-08-22 2019-01-04 浪潮电子信息产业股份有限公司 Method, device and equipment for matching software interface and readable storage medium
CN109377348A (en) * 2018-09-27 2019-02-22 深圳市佰仟金融服务有限公司 Applied to the business interface call method for helping loan operation system and help loan operation system
CN109451028A (en) * 2018-11-16 2019-03-08 深圳供电局有限公司 Cloud management system based on adapter technology
CN109656544A (en) * 2018-12-26 2019-04-19 苏州博纳讯动软件有限公司 A kind of cloud service API adaptation method based on execution route similarity
CN109729150A (en) * 2018-12-05 2019-05-07 国云科技股份有限公司 Front-end processing method based on multi-cloud and multi-service access
CN110196764A (en) * 2019-05-09 2019-09-03 中国航空工业集团公司西安航空计算技术研究所 A kind of system calls standard component implementation method and device
CN111061786A (en) * 2019-11-11 2020-04-24 国云科技股份有限公司 A resource synchronization method and system in a multi-cloud environment
CN111858101A (en) * 2020-07-28 2020-10-30 平安医疗健康管理股份有限公司 Cloud architecture system-oriented adaptation method, device, equipment and storage medium
CN112115303A (en) * 2020-09-02 2020-12-22 北京达佳互联信息技术有限公司 Data processing method and device
CN113885892A (en) * 2021-12-08 2022-01-04 浩鲸云计算科技股份有限公司 Low code configuration access method based on multi-cloud platform
CN114115998A (en) * 2021-11-23 2022-03-01 科大国创云网科技有限公司 An abstract instruction conversion method and system for heterogeneous cloud network devices
CN114157662A (en) * 2021-11-09 2022-03-08 国云科技股份有限公司 Cloud platform parameter adaptation method and device, terminal equipment and storage medium
CN114629770A (en) * 2022-03-01 2022-06-14 北京计算机技术及应用研究所 Unified management method for heterogeneous cloud platform
WO2022143653A1 (en) * 2020-12-30 2022-07-07 中兴通讯股份有限公司 Multi-cloud interface adaptation method and system based on micro-service, and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103092670A (en) * 2011-11-02 2013-05-08 佳都新太科技股份有限公司 Cross-platform virtual computing resource management method under cloud computing environment
US20150326649A1 (en) * 2010-11-24 2015-11-12 Microsoft Technology Licensing, Llc Multimedia aware cloud for mobile device computing
CN106534306A (en) * 2016-11-14 2017-03-22 北京大学(天津滨海)新代信息技术研究院 Extensible heterogeneous cloud platform adaptation method and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150326649A1 (en) * 2010-11-24 2015-11-12 Microsoft Technology Licensing, Llc Multimedia aware cloud for mobile device computing
CN103092670A (en) * 2011-11-02 2013-05-08 佳都新太科技股份有限公司 Cross-platform virtual computing resource management method under cloud computing environment
CN106534306A (en) * 2016-11-14 2017-03-22 北京大学(天津滨海)新代信息技术研究院 Extensible heterogeneous cloud platform adaptation method and system

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109067888A (en) * 2018-08-16 2018-12-21 中科边缘智慧信息科技(苏州)有限公司 The distributed cloudy resource multi-level Fusion management system in strange land
CN109144483A (en) * 2018-08-22 2019-01-04 浪潮电子信息产业股份有限公司 Method, device and equipment for matching software interface and readable storage medium
CN109377348A (en) * 2018-09-27 2019-02-22 深圳市佰仟金融服务有限公司 Applied to the business interface call method for helping loan operation system and help loan operation system
CN109451028A (en) * 2018-11-16 2019-03-08 深圳供电局有限公司 Cloud management system based on adapter technology
CN109451028B (en) * 2018-11-16 2021-12-03 深圳供电局有限公司 Cloud management system based on adapter technology
CN109729150A (en) * 2018-12-05 2019-05-07 国云科技股份有限公司 Front-end processing method based on multi-cloud and multi-service access
CN109656544A (en) * 2018-12-26 2019-04-19 苏州博纳讯动软件有限公司 A kind of cloud service API adaptation method based on execution route similarity
CN109656544B (en) * 2018-12-26 2020-08-18 苏州博纳讯动软件有限公司 Cloud service API (application program interface) adaptation method based on execution path similarity
CN110196764A (en) * 2019-05-09 2019-09-03 中国航空工业集团公司西安航空计算技术研究所 A kind of system calls standard component implementation method and device
CN111061786A (en) * 2019-11-11 2020-04-24 国云科技股份有限公司 A resource synchronization method and system in a multi-cloud environment
CN111858101B (en) * 2020-07-28 2023-05-26 深圳平安医疗健康科技服务有限公司 Cloud architecture system-oriented adaptation method, device, equipment and storage medium
CN111858101A (en) * 2020-07-28 2020-10-30 平安医疗健康管理股份有限公司 Cloud architecture system-oriented adaptation method, device, equipment and storage medium
CN112115303A (en) * 2020-09-02 2020-12-22 北京达佳互联信息技术有限公司 Data processing method and device
CN112115303B (en) * 2020-09-02 2023-10-03 北京达佳互联信息技术有限公司 Data processing method and device
WO2022143653A1 (en) * 2020-12-30 2022-07-07 中兴通讯股份有限公司 Multi-cloud interface adaptation method and system based on micro-service, and storage medium
CN114157662A (en) * 2021-11-09 2022-03-08 国云科技股份有限公司 Cloud platform parameter adaptation method and device, terminal equipment and storage medium
CN114157662B (en) * 2021-11-09 2023-08-29 国云科技股份有限公司 Cloud platform parameter adaptation method, device, terminal equipment and storage medium
CN114115998A (en) * 2021-11-23 2022-03-01 科大国创云网科技有限公司 An abstract instruction conversion method and system for heterogeneous cloud network devices
CN113885892B (en) * 2021-12-08 2022-03-22 浩鲸云计算科技股份有限公司 Low code configuration access method based on multi-cloud platform
CN113885892A (en) * 2021-12-08 2022-01-04 浩鲸云计算科技股份有限公司 Low code configuration access method based on multi-cloud platform
CN114629770A (en) * 2022-03-01 2022-06-14 北京计算机技术及应用研究所 Unified management method for heterogeneous cloud platform
CN114629770B (en) * 2022-03-01 2024-04-19 北京计算机技术及应用研究所 Unified management method for heterogeneous cloud platform

Similar Documents

Publication Publication Date Title
CN107659624A (en) A heterogeneous cloud management system and method suitable for cloud computing
AU2014386583B8 (en) Inter-process communication method based on application layer of android and basic application communication system
CN112256321B (en) Static library packaging method, device, computer equipment and storage medium
CN104536737B (en) A kind of program developing apparatus component-based
CN107682285A (en) A unified resource authorization method for heterogeneous cloud platforms
CN104111855A (en) A method for dynamic updating of iOS client functions based on Lua
JP2016534419A (en) Computer-aided development of native mobile application code
US10990264B2 (en) User interface development in a transcompiling environment
CN110717268B (en) A Portable Component Unit Encapsulation Method Based on FACE Architecture
US20190005228A1 (en) Trusted and untrusted code execution in a workflow
CN105068802B (en) A kind of Web application software realization system and method for striding equipment operation
CN111813385A (en) A method, device and device for page plug-in based on Web application
CN109451028A (en) Cloud management system based on adapter technology
CN107888673A (en) A unified management implementation method suitable for heterogeneous cloud platforms
CN104423933B (en) A kind of cloud platform user interface adaptation method and adapter
CN106201466B (en) Heat-based template management method
US20070073760A1 (en) Method and system for generating schema to java mapping descriptors
CN112148299A (en) Byte code object copying method, device, equipment and storage medium
CN104063231A (en) Test resource rapid access method based on HIT-TENA
CN104516963A (en) Excel data server and application thereof
CN113110920B (en) Operation method, device, device and storage medium of blockchain system
CN104090654B (en) A kind of method and apparatus for realizing being interacted with ancillary equipment by method call
CN106802805B (en) Application service management method and device suitable for server management
CN106371994A (en) Dynamic mobile APP testing method based on natural language processing
CN103677842A (en) Software tool configuration type integrated expansion calling method and system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication

Application publication date: 20180202

WW01 Invention patent application withdrawn after publication