CN115964185A - Microservice management system for technical resource sharing - Google Patents

Microservice management system for technical resource sharing Download PDF

Info

Publication number
CN115964185A
CN115964185A CN202111185441.XA CN202111185441A CN115964185A CN 115964185 A CN115964185 A CN 115964185A CN 202111185441 A CN202111185441 A CN 202111185441A CN 115964185 A CN115964185 A CN 115964185A
Authority
CN
China
Prior art keywords
service
microservice
microservices
module
management system
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.)
Pending
Application number
CN202111185441.XA
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.)
Fudan University
Original Assignee
Fudan University
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 Fudan University filed Critical Fudan University
Priority to CN202111185441.XA priority Critical patent/CN115964185A/en
Publication of CN115964185A publication Critical patent/CN115964185A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

本发明提供一种面向技术资源共享的微服务管理系统,结合科技旅游中以前沿装备作为共享技术资源的具体实施场景,针对技术资源服务共享所需的微服务发布、部署、编排、运维需求,通过基于标准接口规范的配置模板提升多种不同来源、不同类型的微服务的发布效率,通过可视化容器管理器便利化微服务容器化部署,实现高效部署,通过可视化可拖拽服务编排界面以及预定的微服务之间的关联关系及执行逻辑提升编排仿真水平和效率,基于智能合约实现微服务区块链存证以及服务状态检测、服务溯源,为技术资源的微服务化、容器化及其应用构建提供了全生命周期的支撑工具,可以提升技术资源服务共享的效率、用户体验以及数据安全。

Figure 202111185441

The present invention provides a micro-service management system oriented to sharing of technical resources, combined with the specific implementation scenario of using cutting-edge equipment as shared technical resources in scientific and technological tourism, and aiming at the micro-service release, deployment, arrangement, and operation and maintenance requirements required for technical resource service sharing Through configuration templates based on standard interface specifications, the release efficiency of various sources and types of microservices is improved, and the visual container manager is used to facilitate the containerized deployment of microservices to achieve efficient deployment. The association relationship and execution logic between predetermined micro-services improve the level and efficiency of orchestration simulation, realize micro-service blockchain storage, service status detection, and service traceability based on smart contracts, and provide technical resources for micro-services, containers, and Application construction provides support tools for the full life cycle, which can improve the efficiency of technical resource service sharing, user experience, and data security.

Figure 202111185441

Description

面向技术资源共享的微服务管理系统Microservice management system for technical resource sharing

技术领域technical field

本发明涉及分布式架构技术领域,具体涉及一种面向技术资源共享的微服务管理系统。The invention relates to the technical field of distributed architecture, in particular to a microservice management system oriented to technical resource sharing.

背景技术Background technique

传统软件系统通常采用单体架构,然而,随着技术发展、系统规模的扩大、需求及用户量不断的增加,传统的单体架构暴露出了越来越多的问题,包括:功能耦合导致软件功能修改困难、部署速度慢、难以按需伸缩等。微服务架构的出现一定程度上解决了上述的问题,微服务架构的核心思想是将单体程序尽可能细粒度地进行拆解,使用多个微服务来实现单个应用,每个微服务运行在自己的进程中,并能够通过自动化部署机制来独立部署,可以使用不同编程语言来实现,采用不同数据存储技术,并采用最低限度的集中化管理。采用微服务架构的管理系统(即微服务管理系统)对各个微服务进行部署及管理。Traditional software systems usually adopt a monolithic architecture. However, with the development of technology, the expansion of system scale, the increasing demand and the number of users, the traditional monolithic architecture has exposed more and more problems, including: functional coupling leads to software Function modification is difficult, deployment speed is slow, and it is difficult to scale on demand. The emergence of the microservice architecture solves the above problems to a certain extent. The core idea of the microservice architecture is to disassemble the single program as finely as possible, and use multiple microservices to implement a single application. Each microservice runs on In its own process, and can be independently deployed through an automated deployment mechanism, it can be implemented using different programming languages, using different data storage technologies, and adopting a minimum of centralized management. The management system adopting the microservice architecture (that is, the microservice management system) deploys and manages each microservice.

目的,主要的微服务管理系统只面向单个资源,而对业务场景和服务使用需求缺少考虑,因此,存在有以下多个问题:(1)现有的微服务管理系统所管理的是通用的微服务,而没有根据特定场景对相应的微服务进行全生命周期的针对性管理;(2)在微服务的发布方面,所有服务及相关单元均由系统设计人员和开发人员控制及维护,其他设计团队通过调用相应的API进行访问,因此服务的发布及应用均有很大限制,无法满足面向多类技术资源共享的场景,例如众创开发的场景,同时,技术资源非常多样、接口不统一且复杂,现有技术中,这样的微服务发布后难以实现协同管理;(3)在微服务的部署方面,目前,遵循轻量级通信原则,单个微服务一般部署在轻量级容器中,由系统设计人员编写配置文件,并通过打包命令实现容器化部署,但是,在技术资源共享的场景下,微服务有多种不同来源,服务发布者需要获知端口占用、容器ID及容器的使用情况才能编写正确的配置文件、输入正确的部署命令,整个过程复杂且易出错;(4)在微服务编排方面,目前存在一些开放服务平台以REST方式对外提供服务,但当开发者需要将基础服务进行较为复杂的组合时,即使基础服务的数量并不多,但由于需要屏蔽不同的基础服务之间的差异性,因此看似简单的服务组合往往需要付出很大代价,效率低;(5)在微服务运维方面,现有技术中,服务发现者与服务提供者依赖于一个受信任的第三方平台解决信任问题,这种方式增加了技术资源共享的复杂性,降低了共享效率。Purpose, the main microservice management system is only oriented to a single resource, and lacks consideration of business scenarios and service usage requirements. Therefore, there are several problems as follows: (1) The existing microservice management system manages general microservices services, without carrying out targeted management of the corresponding microservices throughout the life cycle according to specific scenarios; (2) In the release of microservices, all services and related units are controlled and maintained by system designers and developers, and other design The team accesses by calling the corresponding API, so the release and application of the service are very limited, which cannot meet the scenarios for sharing multiple types of technical resources, such as the scenario of crowd-creation development. At the same time, the technical resources are very diverse, the interfaces are not uniform and Complicated, in the existing technology, it is difficult to achieve collaborative management after such microservices are released; (3) in the deployment of microservices, at present, following the principle of lightweight communication, a single microservice is generally deployed in a lightweight container, by System designers write configuration files and implement containerized deployment through packaging commands. However, in the scenario of technical resource sharing, there are many different sources of microservices, and service publishers need to know the port occupancy, container ID, and container usage. Writing correct configuration files and entering correct deployment commands is a complex and error-prone process; (4) In terms of microservice arrangement, there are currently some open service platforms that provide external services in the form of REST, but when developers need to implement basic services For more complex combinations, even if the number of basic services is not large, due to the need to shield the differences between different basic services, seemingly simple service combinations often require a lot of cost and low efficiency; (5) in In terms of microservice operation and maintenance, in the existing technology, service discoverers and service providers rely on a trusted third-party platform to solve trust problems. This method increases the complexity of technical resource sharing and reduces the sharing efficiency.

如上,现有的微服务管理系统难以满足技术资源共享场景中微服务的发布及管理,因此,需要一种面向技术资源共享的微服务管理系统,为技术资源共享的场景提供针对性的微服务管理。As mentioned above, the existing microservice management system is difficult to meet the release and management of microservices in technical resource sharing scenarios. Therefore, a microservice management system oriented to technical resource sharing is needed to provide targeted microservices for technical resource sharing scenarios manage.

发明内容Contents of the invention

为解决上述问题,提供一种面向技术资源共享的微服务管理系统,本发明采用了如下技术方案:In order to solve the above problems, a micro-service management system oriented to technical resource sharing is provided. The present invention adopts the following technical solutions:

本发明提供了一种面向技术资源共享的微服务管理系统,为多种不同类型的微服务提供全生命周期的针对性管理,其特征在于,包括微服务发布模块,用于根据预定的服务模板将技术资源转换为具有标准化封装接口的微服务并进行发布;微服务部署模块,用于将发布的微服务打包进容器并部署到云端,形成云端微服务;微服务编排模块,用于供用户将发布的微服务进行组合,生成复合服务;以及微服务运维模块,至少用于对云端微服务以及复合服务进行状态检测,其中,面向技术资源共享的微服务管理系统与应用服务层连接,应用服务层至少包括服务配置模板模块,存储有预定的服务模板。The present invention provides a microservice management system oriented to technical resource sharing, which provides targeted management of the entire life cycle for various types of microservices, and is characterized in that it includes a microservice publishing module for Convert technical resources into microservices with standardized encapsulation interfaces and release them; microservice deployment module is used to package the published microservices into containers and deploy them to the cloud to form cloud microservices; microservice orchestration module is used for users Combining the published microservices to generate composite services; and the microservice operation and maintenance module, at least used for status detection of cloud microservices and composite services, wherein the microservice management system for technical resource sharing is connected to the application service layer, The application service layer includes at least a service configuration template module, which stores predetermined service templates.

本发明提供的面向技术资源共享的微服务管理系统,还可以具有这样的技术特征,其中,容器内还打包有微服务所需的运行环境、运行依赖以及运行框架。The microservice management system oriented to technical resource sharing provided by the present invention may also have such technical features, wherein the container is also packaged with the running environment, running dependencies and running framework required by the microservice.

本发明提供的面向技术资源共享的微服务管理系统,还可以具有这样的技术特征,其中,技术资源具有服务来源以及服务类型,预定的服务模板的数量为多个,分别对应于不同的服务来源以及不同的服务类型,定义了规范、统一的封装接口,微服务发布模块的功能包括:定义服务类型及方法参数;根据服务类型调用对应的服务配置模板;根据服务模板将技术资源转换为微服务;以及生成微服务的描述文件。The technical resource sharing-oriented microservice management system provided by the present invention may also have such technical features, wherein the technical resources have service sources and service types, and the number of predetermined service templates is multiple, corresponding to different service sources As well as different service types, a standardized and unified encapsulation interface is defined. The functions of the microservice publishing module include: defining service types and method parameters; calling corresponding service configuration templates according to service types; converting technical resources into microservices according to service templates ; and generate description files for microservices.

本发明提供的面向技术资源共享的微服务管理系统,还可以具有这样的技术特征,其中,微服务部署模块的功能包括:自动生成部署微服务所需的部署配置文件;将微服务容器化;以及根据部署配置文件将容器化后的微服务部署到云端。The micro-service management system oriented to technical resource sharing provided by the present invention may also have such technical features, wherein the functions of the micro-service deployment module include: automatically generating deployment configuration files required for deploying micro-services; containerizing micro-services; And deploy the containerized microservice to the cloud according to the deployment configuration file.

本发明提供的面向技术资源共享的微服务管理系统,还可以具有这样的技术特征,其中,应用服务层还包括可视化容器管理模块,用于为微服务的容器化及部署提供可视化的操作界面,微服务部署模块的功能还包括:显示微服务容器化的过程及参数;以及显示微服务部署到云端的过程及参数。The technical resource sharing-oriented microservice management system provided by the present invention may also have such technical features, wherein the application service layer further includes a visualized container management module, which is used to provide a visualized operation interface for containerization and deployment of microservices, The functions of the microservice deployment module also include: displaying the process and parameters of microservice containerization; and displaying the process and parameters of microservice deployment to the cloud.

本发明提供的面向技术资源共享的微服务管理系统,还可以具有这样的技术特征,其中,面向技术资源共享的微服务管理系统还与服务共享区块链连接,微服务运维模块还通过服务共享区块链为云端微服务提供可信存证以及服务溯源。The micro-service management system oriented to technical resource sharing provided by the present invention can also have such technical features, wherein the micro-service management system oriented to technical resource sharing is also connected to the service sharing blockchain, and the micro-service operation and maintenance module is also connected to the service The shared blockchain provides trusted certificates and service traceability for cloud microservices.

本发明提供的面向技术资源共享的微服务管理系统,还可以具有这样的技术特征,其中,可信存证包括微服务的基本信息、接口信息、使用情况、使用状态以及参与者的基本信息,参与者包括微服务的提供者以及调用者。The microservice management system oriented to technical resource sharing provided by the present invention can also have such technical features, wherein the credible deposit includes the basic information of microservices, interface information, usage conditions, usage status and basic information of participants, Participants include microservice providers and callers.

本发明提供的面向技术资源共享的微服务管理系统,还可以具有这样的技术特征,还包括微服务编排模块,用于供用户将微服务进行组合,生成复合服务,其中,应用服务层还包括可视化拖拽模块,微服务编排模块还通过可视化拖拽模块为用户提供可视化、可拖拽的操作界面。The technical resource sharing-oriented microservice management system provided by the present invention can also have such technical features, and also includes a microservice orchestration module for users to combine microservices to generate composite services, wherein the application service layer also includes The visual drag and drop module, the microservice arrangement module also provides users with a visual and draggable operation interface through the visual drag and drop module.

本发明提供的面向技术资源共享的微服务管理系统,还可以具有这样的技术特征,其中,服务模板中包含有预定的多种IO接口匹配方式及流程,分别对应于不同业务的微服务之间的交互,微服务编排模块以服务模板的组合为基准,以对应的微服务为实例进行组合。The microservice management system oriented to technical resource sharing provided by the present invention can also have such technical features, wherein the service template contains a variety of predetermined IO interface matching methods and processes, respectively corresponding to the microservices of different businesses. The microservice orchestration module takes the combination of service templates as a benchmark and uses the corresponding microservices as instances for combination.

本发明提供的面向技术资源共享的微服务管理系统,还可以具有这样的技术特征,其中,微服务编排模块的功能包括:对多个服务模板进行服务检索;将多个服务模板按预定规则排序;以服务模板的组合为基准、以对应的微服务为实例生成复合服务;以及自动部署复合服务。The technical resource sharing-oriented microservice management system provided by the present invention may also have such technical features, wherein the functions of the microservice arrangement module include: performing service retrieval on multiple service templates; sorting multiple service templates according to predetermined rules ; Generating composite services based on the combination of service templates and taking corresponding microservices as instances; and automatically deploying composite services.

发明作用与效果Invention function and effect

根据本发明的面向技术资源共享的微服务管理系统,由于具有微服务发布模块,应用服务层的服务配置模板模块中存储有预定的服务模板,因此能够根据预定的服务模板将用户提供的技术资源转换为具有标准化封装接口的微服务并进行发布,提升了发布的效率;由于具有微服务部署模块,因此能够将发布的微服务打包进容器并部署到云端,使之成为能够在云端运行的云端微服务;由于具有微服务编排模块,因此用户能够将发布的微服务进行组合,得到所需的复合服务,也即用户应用;还由于具有微服务运维模块,因此能够对云端微服务及用户进行状态检测,以保证其服务状态。如上所述,本发明的面向技术资源共享的微服务管理系统为技术资源的微服务化、容器化及其应用构建提供了全生命周期的支撑工具,可以全面提升技术资源服务共享的效率以及用户体验。According to the technical resource sharing-oriented microservice management system of the present invention, since it has a microservice publishing module, the service configuration template module of the application service layer stores predetermined service templates, so the technical resources provided by users can be distributed according to the predetermined service templates. Convert to and publish microservices with standardized packaging interfaces, which improves the efficiency of publishing; because of the microservice deployment module, the published microservices can be packaged into containers and deployed to the cloud, making it a cloud that can run on the cloud Micro-services; due to the micro-service orchestration module, users can combine the published micro-services to obtain the required composite services, that is, user applications; also due to the micro-service operation and maintenance module, it is possible to integrate cloud micro-services and users Perform stateful inspection to ensure its service state. As mentioned above, the technical resource sharing-oriented microservice management system of the present invention provides a full lifecycle support tool for the microservice, containerization and application construction of technical resources, which can comprehensively improve the efficiency of technical resource service sharing and user experience.

附图说明Description of drawings

图1是本发明实施例的面向技术资源共享微服务管理系统的结构框图。Fig. 1 is a structural block diagram of a technical resource sharing-oriented microservice management system according to an embodiment of the present invention.

具体实施方式Detailed ways

为了使本发明实现的技术手段、创作特征、达成目的与功效易于明白了解,以下结合实施例及附图对本发明的面向技术资源共享的微服务管理系统的总体框架及其部分实现作具体阐述。In order to make the technical means, creative features, goals and effects of the present invention easy to understand, the general framework and partial realization of the technical resource sharing-oriented microservice management system of the present invention will be described in detail below in conjunction with the embodiments and accompanying drawings.

<实施例><Example>

本实施例提供了一种面向技术资源共享的微服务管理系统,应用于科技旅游中的前沿装备资源共享场景,该微服务管理系统将相关的技术资源转换为微服务,并为微服务提供全生命周期的针对性管理,包括发布、部署、编排及调用。其中,所涉及的微服务具有多种不同的服务类型,包括目标应用系统所要调用的用户交互微服务、视频处理微服务、资源封装微服务等等类型。This embodiment provides a microservice management system oriented to technology resource sharing, which is applied to the cutting-edge equipment resource sharing scene in science and technology tourism. The microservice management system converts related technical resources into microservices and provides microservices Targeted management of the life cycle, including release, deployment, orchestration and invocation. Among them, the microservices involved have many different service types, including user interaction microservices, video processing microservices, resource encapsulation microservices, and other types to be invoked by the target application system.

其中,上述的技术资源包括一些单价高、技术升级快因而实际操作困难的、涉及大量前沿科技的技术资源,这些技术资源因上述的原因不适合单独购买。通过本实施例的面向技术资源共享的微服务管理系统,上述技术资源的拥有者可以将这些技术资源数字化发布为共享服务,并对其进行相应的管理,其他用户可以检索并使用这些共享服务,或进一步使用这些共享服务构建新的应用,从而达到技术资源共享的目的。Among them, the above-mentioned technical resources include some technical resources with high unit price, fast technological upgrades and difficult actual operation, involving a large amount of cutting-edge technology. These technical resources are not suitable for separate purchase due to the above reasons. Through the technical resource sharing-oriented microservice management system of this embodiment, the owner of the above-mentioned technical resources can digitally publish these technical resources as shared services and perform corresponding management on them, and other users can retrieve and use these shared services. Or further use these shared services to build new applications, so as to achieve the purpose of sharing technical resources.

图1是本发明实施例的面向技术资源共享微服务管理系统的结构框图。Fig. 1 is a structural block diagram of a technical resource sharing-oriented microservice management system according to an embodiment of the present invention.

如图1所示,本实施例的面向技术资源共享微服务管理系统10包括控制模块11、服务发布模块12、服务部署模块13、服务组合模块14以及服务运维模块15。As shown in FIG. 1 , the technical resource sharing-oriented microservice management system 10 of this embodiment includes a control module 11 , a service release module 12 , a service deployment module 13 , a service combination module 14 and a service operation and maintenance module 15 .

并且,面向技术资源共享微服务管理系统10还直接或间接地与应用服务层20、业务逻辑层30、基础服务层40、服务共享区块链50以及数据层60进行交互。Moreover, the technical resource sharing-oriented microservice management system 10 also directly or indirectly interacts with the application service layer 20 , business logic layer 30 , basic service layer 40 , service sharing blockchain 50 and data layer 60 .

其中,应用服务层20包括服务配置模板模块21、可视化容器管理模块22以及可视化拖拽模块23。Wherein, the application service layer 20 includes a service configuration template module 21 , a visualized container management module 22 and a visualized drag-and-drop module 23 .

基础服务层40包括服务注册、容器管理、服务检测等多个基础服务。The basic service layer 40 includes multiple basic services such as service registration, container management, and service detection.

数据层60包括云端数据库以及本地数据库。The data layer 60 includes cloud databases and local databases.

以下将详细说明面向技术资源共享微服务管理系统10中各个模块的作用以及与其他层的交互关系。The function of each module in the technical resource sharing-oriented microservice management system 10 and the interaction relationship with other layers will be described in detail below.

控制模块11用于管理上述的服务发布模块12、服务部署模块13、服务组合模块14以及服务运维模块15。The control module 11 is used to manage the above-mentioned service release module 12 , service deployment module 13 , service combination module 14 and service operation and maintenance module 15 .

服务发布模块12用于供用户将其所拥有的技术资源作为共享服务进行发布,根据技术资源的服务来源及服务类型,使用不同服务来源、不同服务类型所对应的服务模板配置完成微服务的封装,服务模板中定义了规范、统一的微服务封装接口,因此,服务发布模块12将技术资源通过开发远程操作接口实现数字化,并进一步通过封装接口标准化形成微服务,也即,服务发布模块12解决了技术资源共享所需的技术资源的服务化。The service publishing module 12 is used for users to publish their own technical resources as shared services, and according to the service sources and service types of technical resources, use different service sources and service template configurations corresponding to different service types to complete the encapsulation of microservices , the service template defines a standardized and unified microservice encapsulation interface. Therefore, the service publishing module 12 digitizes the technical resources by developing the remote operation interface, and further forms microservices through the standardization of the encapsulation interface. That is, the service publishing module 12 solves the The service of technical resources required for technical resource sharing.

服务发布模块12的功能包括:定义服务类型及方法参数;根据服务来源、服务类型调用对应的服务模板及方法函数;对上传的技术资源的服务代码中的函数名、请求方式及返回值进行检测;基于上述检测,以文本形式输出对服务代码的修改建议;根据服务模板将技术资源转换为具有标准接口的微服务;以及生成微服务的描述文件。The functions of the service publishing module 12 include: defining service types and method parameters; invoking corresponding service templates and method functions according to service sources and service types; detecting function names, request methods and return values in service codes of uploaded technical resources ; Based on the above detection, output a modification suggestion for the service code in text form; convert the technical resource into a microservice with a standard interface according to the service template; and generate a description file of the microservice.

具体地,服务配置模板模块21中存储有多个预定的服务模板,分别对应于不同的预定的服务来源、服务类型。服务发布模块12获取预定的服务模板并构建服务注册中心,服务注册中心通过预定的服务模板对预发布的微服务的代码包进行预处理,将该微服务的代码包转换为符合所属服务类别的命名方式、函数及参数命名标准的新的服务部署包,最后输出该微服务的多个描述文件,多个描述文件包括xml文档格式的Service data描述文件以及描述接口操作的wsdl格式的描述文件。服务发布模块12的接口示例如下:Specifically, the service configuration template module 21 stores a plurality of predetermined service templates corresponding to different predetermined service sources and service types respectively. The service publishing module 12 obtains a predetermined service template and builds a service registration center. The service registration center preprocesses the code package of the pre-released microservice through the predetermined service template, and converts the code package of the microservice into a code package that meets the service category. A new service deployment package with naming methods, function and parameter naming standards, and finally output multiple description files of the microservice. The multiple description files include the Service data description file in xml document format and the wsdl format description file describing interface operations. An example of the interface of the service publishing module 12 is as follows:

服务发布service release

GET/service/interface/extraction#服务接口抽取GET/service/interface/extraction#Service interface extraction

POST/service/name/detection#根据服务类型进行代码中命名规范的检测POST/service/name/detection#Detect the naming specification in the code according to the service type

GET/service/name/detection#根据对应服务类型对服务中函数返回值规范的检测GET/service/name/detection#Detect the function return value specification in the service according to the corresponding service type

GET/generate/modify/advice#生成服务修改建议GET/generate/modify/advice#Generate service modification advice

GET/generate/service/desc#生成服务描述GET/generate/service/desc#Generate service description

PUT/generate/service/register#服务注册PUT/generate/service/register#service registration

微服务部署模块13将微服务发布模块12发布的微服务容器化并部署到云计算环境中,形成云端微服务,微服务部署模块13将微服务的软件代码及其运行需要的运行环境、依赖、框架打包在一起,使微服务隔离在自己的容器中从而可以在任何环境和任何基础架构上一致地移动和运行,并且通过可视化容器管理模块22将容器化及部署的过程及参数进行显示。也即,微服务部署模块13解决了技术资源共享所需的技术资源的容器化及云化。The microservice deployment module 13 containerizes the microservice released by the microservice publishing module 12 and deploys it in the cloud computing environment to form a cloud microservice. The microservice deployment module 13 converts the software code of the microservice and the operating , and the framework are packaged together, so that microservices can be isolated in their own containers so that they can be moved and run consistently in any environment and on any infrastructure, and the process and parameters of containerization and deployment are displayed through the visual container management module 22. That is to say, the microservice deployment module 13 solves the containerization and cloudization of technical resources required for technical resource sharing.

微服务部署模块13的功能包括:自动生成部署微服务所需的部署配置文件;将微服务容器化;将容器化后的微服务根据部署配置文件部署到云端;显示微服务容器化的过程及参数;以及显示微服务部署的过程及参数。The functions of the microservice deployment module 13 include: automatically generating the deployment configuration file required for deploying the microservice; containerizing the microservice; deploying the containerized microservice to the cloud according to the deployment configuration file; displaying the process of microservice containerization and parameters; and display the process and parameters of microservice deployment.

具体地,微服务部署模块13用于与docker进行交互,对容器进行可视化的增删改查等操作,获取容器的详细信息并进行状态监控。进而,服务部署模块13将微服务的代码、微服务运行所需的运行环境、运行依赖以及运行框架一同打包进容器中。进一步,服务部署模块13以服务发布模块12所发布的标准化后的微服务为基础,为这些微服务自动生成部署所需的配置文件,并完成自动化部署。同时,服务部署模块13还能够通过可视化容器管理模块22将微服务容器化的配置及管理过程实现到可直接操作的用户界面上,对获取容器的端口、内存使用情况等相关信息进行显示。同时,服务部署模块13也能够显示部署的相关信息,包括所部署服务的状态、调用情况、异常处理参数等。服务部署模块13的接口示例如下:Specifically, the microservice deployment module 13 is used to interact with the docker, perform operations such as adding, deleting, modifying and querying the container visually, obtain detailed information of the container, and perform status monitoring. Furthermore, the service deployment module 13 packages the code of the microservice, the running environment required for the running of the microservice, the running dependencies and the running framework together into the container. Further, the service deployment module 13 automatically generates configuration files required for deployment for these microservices based on the standardized microservices released by the service publishing module 12, and completes automatic deployment. At the same time, the service deployment module 13 can also realize the configuration and management process of microservice containerization on a directly operable user interface through the visual container management module 22, and display related information such as the port of the container and the memory usage. At the same time, the service deployment module 13 can also display relevant deployment information, including the status of the deployed service, the calling situation, and exception handling parameters. An example of the interface of the service deployment module 13 is as follows:

服务部署service deployment

POST/docker/generate/initFile#根据config信息生成服务部署的配置文件POST/docker/generate/initFile#Generate the configuration file for service deployment based on config information

POST/docker/container/config#容器配置POST/docker/container/config#container configuration

GET/docker/container/list#获取所有容器列表GET/docker/container/list#Get a list of all containers

GET/docker/container/logs#获取指定容器日志GET/docker/container/logs#Get the specified container log

GET/docker/container/start#启动容器GET/docker/container/start#Start the container

GET/docker/container/restart#重新启动容器GET/docker/container/restart#Restart the container

DELETE/docker/container/stop#停止容器DELETE/docker/container/stop#stop container

DELETE/docker/container/delete#删除容器DELETE/docker/container/delete#Delete container

微服务编排模块14用于供用户将发布的微服务进行组合,生成用户所需的复合服务,也即用户应用。微服务编排模块14根据预定的服务类型及服务模板,在所抽象出的服务模板中预定义多种不同业务的微服务之间交互的IO接口的匹配方式(也即定义了不同类型的微服务之间的关联关系)及执行逻辑,在编排时,以预定的抽象服务模板的组合为基准,以其对应的类型下的具体微服务为实例,将微服务进行动态组合,从而达到屏蔽微服务间的复杂配置及其不一致性的目的,得到可用、可伸缩、可动态替换其组成部分的复合服务,从而满足某一业务流程的功能需求,提升了编排仿真水平。同时,微服务编排模块14还能够通过可视化拖拽模块23为用户提供可视化、可拖拽的操作方式,因此提高了编排效率。The microservice orchestration module 14 is used for users to combine published microservices to generate composite services required by users, that is, user applications. The microservice orchestration module 14 predefines in the abstracted service templates the matching modes of IO interfaces interacting between microservices of various businesses according to predetermined service types and service templates (that is, different types of microservices are defined). relationship between) and execution logic, when arranging, based on the combination of predetermined abstract service templates, and taking the specific microservices under the corresponding types as examples, the microservices are dynamically combined, so as to achieve the shielding of microservices The purpose of complex configuration and inconsistency among them is to obtain composite services that are available, scalable, and can dynamically replace their components, so as to meet the functional requirements of a certain business process and improve the level of orchestration and simulation. At the same time, the microservice arrangement module 14 can also provide users with a visualized and draggable operation mode through the visual drag and drop module 23, thus improving the arrangement efficiency.

微服务编排模块14的功能包括:对多个服务模板进行服务检索;将多个服务模板按预定规则进行排序;以服务模板的组合为基准、以对应的微服务为实例生成复合服务,即用户应用;以及自动部署生成的复合服务。The functions of the microservice orchestration module 14 include: performing service retrieval on multiple service templates; sorting multiple service templates according to predetermined rules; taking the combination of service templates as a benchmark and taking corresponding microservices as examples to generate composite services, that is, user applications; and composite services generated by automatic deployment.

具体地,微服务编排模块14拉取微服务发布模块12的注册中心的服务列表,获取所有发布的微服务,并将各个微服务分别归置于其相应的服务类别之下,以服务类型对应的服务模板之间的交互为基准,将拖拽后的实例微服务组合填充生成交互代码,完成后,将组合后的复合服务通过微服务发布模块12及微服务部署模块13进行自动化发布及部署。微服务编排模块14的接口示例如下:Specifically, the microservice orchestration module 14 pulls the service list of the registration center of the microservice publishing module 12, obtains all published microservices, and puts each microservice under its corresponding service category, corresponding to the service type Based on the interaction between service templates, the dragged instance microservice combination is filled to generate interaction code. After completion, the combined composite service is automatically released and deployed through the microservice publishing module 12 and the microservice deployment module 13 . An example of the interface of the microservice orchestration module 14 is as follows:

服务编排service orchestration

GET/service/list#获取指定类型的服务列表GET/service/list#Get the service list of the specified type

POST/service/compose/structure#获取可视化拖拽组合后服务的组合结构POST/service/compose/structure#Get the composite structure of the service after the visual drag-and-drop composite

PUT/service/combined/filling#对实例服务之间的交互调用进行填充PUT/service/combined/filling#Fill the interactive calls between instance services

服务运维模块15用于对云端微服务以及复合服务的服务状态进行检测,并且通过服务共享区块链50及智能合约开发环境为微服务提供可信存证及服务溯源。其中,服务运维模块15通过智能合约对微服务从发布到调用的整个流程提供自动存证,该自动存证包括参与者的基本信息、微服务的基本信息、微服务的接口信息、微服务的使用情况、微服务的服务状态的自动存证,参与者包括微服务的提供者以及微服务的调用者。The service operation and maintenance module 15 is used to detect the service status of cloud microservices and composite services, and provide credible evidence and service traceability for microservices through the service sharing blockchain 50 and the smart contract development environment. Among them, the service operation and maintenance module 15 provides automatic certificate storage for the entire process of microservices from publishing to invocation through smart contracts. The automatic certificate storage includes basic information of participants, basic information of microservices, interface information of microservices, microservice The use of microservices and the automatic storage of service status of microservices. Participants include microservice providers and microservice callers.

具体地,服务运维模块15进行服务状态的检测,并在检测到故障时触发告警、分析故障的原因,同时,服务运维模块15利用基于智能合约的服务共享区块链50实现服务的溯源以及存证基于超文件传输协议2.0建立的点对点协议进行传输,数据结构经过优化能够有效维护众参与者重复的整体状态。Specifically, the service operation and maintenance module 15 detects the service status, triggers an alarm when a fault is detected, and analyzes the cause of the fault. And the storage certificate is transmitted based on the point-to-point protocol established by the hyperfile transfer protocol 2.0. The data structure is optimized to effectively maintain the overall state of the participants.

如上所述,通过本实施例的面向技术资源共享微服务管理系统10,能够基于预定的服务模板将技术资源作为微服务进行发布、对微服务进行自动部署、服务状态检测以及服务溯源,此外,用户还能够将发布的微服务组合为复合服务并同样进行发布及部署。As mentioned above, through the technical resource sharing-oriented microservice management system 10 of this embodiment, technical resources can be released as microservices based on predetermined service templates, automatic deployment of microservices, service status detection, and service traceability can be performed. In addition, Users can also combine published microservices into composite services and publish and deploy them as well.

实施例作用与效果Function and effect of embodiment

根据本实施例提供的面向技术资源共享微服务管理系统10,由于具有微服务发布模块12,应用服务层20的服务配置模板模块21中存储有预定的服务模板,因此能够根据预定的服务模板将用户提供的技术资源转换为具有标准化接口的微服务并进行发布,提升了发布的效率;由于具有微服务部署模块13,因此能够将发布的微服务打包进容器并部署到云端,使之成为能够在云端运行的云端微服务;由于具有微服务编排模块14,因此用户能够将发布的微服务进行组合,得到所需的复合服务,也即用户应用,并同样进行发布及自动部署;还由于具有微服务运维模块15,因此能够对云端微服务及复合服务进行状态检测,以保证其服务状态。如上所述,本发明的面向技术资源共享的微服务管理系统10为技术资源共享的应用场景做了针对性的设计,为技术资源的微服务化、容器化及其应用构建提供了全生命周期的支撑工具,可以全面提升技术资源服务共享的效率以及用户体验。According to the technical resource sharing-oriented microservice management system 10 provided in this embodiment, since it has a microservice publishing module 12, and a predetermined service template is stored in the service configuration template module 21 of the application service layer 20, it can be configured according to the predetermined service template. The technical resources provided by users are converted into microservices with standardized interfaces and released, which improves the efficiency of publishing; because of the microservice deployment module 13, the published microservices can be packaged into containers and deployed to the cloud, making it possible Cloud microservices running on the cloud; due to the microservice orchestration module 14, users can combine the published microservices to obtain the required composite services, that is, user applications, and also publish and automatically deploy them; The microservice operation and maintenance module 15 is therefore able to perform status detection on cloud microservices and composite services to ensure their service status. As mentioned above, the technical resource sharing-oriented microservice management system 10 of the present invention is specifically designed for the application scenarios of technical resource sharing, and provides a full life cycle for the microservice, containerization and application construction of technical resources Supporting tools can comprehensively improve the efficiency of technical resource service sharing and user experience.

具体地,微服务发布模块12通过预定的技术资源的服务类型,使用不同服务来源、不同服务类型所对应的服务模板配置完成微服务的封装,每种类型均具有各自的服务规范和属性配置,因此,能够快速地生成具有规范、统一封装接口的微服务并进行发布,提高了发布效率,并且由于发布的微服务具有规范、统一的封装接口,因此微服务发布后也易于实现协同管理。Specifically, the microservice publishing module 12 completes the encapsulation of microservices by using service template configurations corresponding to different service sources and different service types through predetermined service types of technical resources, and each type has its own service specification and attribute configuration. Therefore, microservices with standardized and unified packaging interfaces can be quickly generated and released, which improves the publishing efficiency, and because the published microservices have standardized and unified packaging interfaces, it is easy to realize collaborative management after the microservices are released.

进一步,微服务部署模块13将微服务发布模块12发布的微服务的代码及其需要的运行环境、依赖及框架一同打包进容器中,因此,对微服务实现了容器化,使微服务能够隔离在自己的容器中从而可以在任何环境和任何基础架构上一致地移动和运行。微服务部署模块13还自动生成部署配置文件并通过该文件将容器化后微服务自动部署到云端,因此,实现了微服务的云化,并大大提高了部署效率。此外,微服务部署模块13还通过可视化容器管理模块22为操作者提供了上述过程的直观的、可视化的界面,便于操作者观察、跟踪流程,从而避免了出错。Further, the microservice deployment module 13 packages the code of the microservice released by the microservice publishing module 12 and its required operating environment, dependencies, and framework into the container. Therefore, the microservice is containerized, so that the microservice can be isolated in its own container to move and run consistently in any environment and on any infrastructure. The microservice deployment module 13 also automatically generates a deployment configuration file and automatically deploys the containerized microservice to the cloud through the file. Therefore, the cloudification of the microservice is realized and the deployment efficiency is greatly improved. In addition, the microservice deployment module 13 also provides the operator with an intuitive and visualized interface of the above process through the visualized container management module 22, which is convenient for the operator to observe and track the process, thereby avoiding mistakes.

进一步,用户能够通过微服务编排模块14将发布的多个微服务按需要进行组合,生成所需要的复合服务。具体地,用户能够通过微服务编排模块14以及可视化拖拽模块23将多个微服务以可视化、可拖拽的方式进行动态组合,用户操作完成后,微服务编排模块14以预定的服务模板为基准、以其服务类型对应的具体微服务为实例进行组合生成复合服务,从而达到屏蔽微服务间的复杂配置及其不一致性的目的,使得用户能够更为直观、方便且快速地生成所需的复合服务,大大提高了复合服务的构建效率。Further, the user can combine multiple published microservices as needed through the microservice orchestration module 14 to generate the required composite service. Specifically, the user can dynamically combine multiple microservices in a visualized and draggable manner through the microservice orchestration module 14 and the visual drag module 23. After the user operation is completed, the microservice orchestration module 14 uses a predetermined service template as Composite services are generated by combining the specific microservices corresponding to their service types as examples, so as to achieve the purpose of shielding the complex configuration and inconsistency between microservices, so that users can more intuitively, conveniently and quickly generate the required Composite services greatly improve the construction efficiency of composite services.

进一步,微服务运维模块15能够对微服务的服务状态进行检测,并利用服务共享区块链及智能合约开发环境对微服务从发布到调用的整个流程提供自动存证及服务溯源,而不再需要依赖第三方平台,因此降低了技术资源共享的复杂性,提高了共享效率。Further, the microservice operation and maintenance module 15 can detect the service status of the microservice, and use the service sharing blockchain and the smart contract development environment to provide automatic certificate storage and service traceability for the entire process of the microservice from publishing to calling, without No need to rely on third-party platforms, thus reducing the complexity of technical resource sharing and improving sharing efficiency.

上述实施例仅用于举例说明本发明的具体实施方式,而本发明不限于上述实施例的描述范围。The above-mentioned embodiments are only used to illustrate the specific implementation manners of the present invention, and the present invention is not limited to the description scope of the above-mentioned embodiments.

在上述实施例中,面向技术资源共享微服务管理系统10应用于科技旅游中的前沿装备资源共享场景,在本发明的其他方案中,面向技术资源共享微服务管理系统10也可以应用于其他技术资源共享场景,例如应用于教学实训领域以前沿装备作为共享技术资源的共享场景。In the above embodiments, the technical resource sharing-oriented microservice management system 10 is applied to cutting-edge equipment resource sharing scenarios in science and technology tourism. In other solutions of the present invention, the technical resource sharing-oriented microservice management system 10 can also be applied to other technologies Resource sharing scenarios, such as the sharing scenario where cutting-edge equipment is used as shared technical resources in the field of teaching and training.

Claims (10)

1.一种面向技术资源共享的微服务管理系统,用于为多种服务类型的微服务提供全生命周期的针对性管理,其特征在于,包括:1. A microservice management system oriented to technical resource sharing, which is used to provide targeted management of the entire lifecycle for microservices of various service types, characterized in that it includes: 微服务发布模块,用于根据预定的服务模板将技术资源转换为具有标准化封装接口的所述微服务并进行发布;A microservice publishing module, configured to convert technical resources into said microservices with standardized encapsulation interfaces according to a predetermined service template and publish them; 微服务部署模块,用于将发布的所述微服务打包进容器并部署到云端,形成云端微服务;The microservice deployment module is used to package the published microservices into containers and deploy them to the cloud to form cloud microservices; 微服务编排模块,用于供用户将发布的所述微服务进行组合,生成复合服务;以及A microservice orchestration module, used for users to combine the published microservices to generate composite services; and 微服务运维模块,至少用于对所述云端微服务及所述复合服务的服务状态进行检测,The microservice operation and maintenance module is at least used to detect the service status of the cloud microservice and the composite service, 其中,所述面向技术资源共享的微服务管理系统与应用服务层连接,Wherein, the microservice management system oriented to technical resource sharing is connected to the application service layer, 所述应用服务层至少包括服务配置模板模块,存储有所述预定的服务模板。The application service layer at least includes a service configuration template module, which stores the predetermined service template. 2.根据权利要求1所述的面向技术资源共享的微服务管理系统,其特征在于:2. The microservice management system oriented to technical resource sharing according to claim 1, characterized in that: 其中,所述容器内还打包有所述微服务所需的运行环境、运行依赖以及运行框架。Wherein, the running environment, running dependencies and running framework required by the microservice are also packaged in the container. 3.根据权利要求1所述的面向技术资源共享的微服务管理系统,其特征在于:3. The microservice management system oriented to technical resource sharing according to claim 1, characterized in that: 其中,所述技术资源具有服务来源以及所述服务类型,Wherein, the technical resource has a service source and the service type, 所述预定的服务模板的数量为多个,分别对应于不同的服务来源以及不同的所述服务类型,定义了规范、统一的封装接口,There are multiple predetermined service templates, corresponding to different service sources and different service types, defining a standardized and unified encapsulation interface, 所述微服务发布模块的功能包括:The functions of the microservice publishing module include: 定义所述服务类型及方法参数;Define the service type and method parameters; 根据所述服务类型调用对应的所述服务模板;calling the corresponding service template according to the service type; 根据所述服务模板将所述技术资源转换为所述微服务;以及transforming the technical resource into the microservice according to the service template; and 生成所述微服务的描述文件。Generate the description file of the microservice. 4.根据权利要求1所述的面向技术资源共享的微服务管理系统,其特征在于:4. The microservice management system oriented to technical resource sharing according to claim 1, characterized in that: 其中,所述微服务部署模块的功能包括:Wherein, the functions of the microservice deployment module include: 自动生成部署所述微服务所需的部署配置文件;Automatically generate deployment configuration files required to deploy said microservices; 将所述微服务容器化;以及containerize the microservice; and 根据所述部署配置文件将容器化后的所述微服务部署到云端。Deploy the containerized microservice to the cloud according to the deployment configuration file. 5.根据权利要求4所述的面向技术资源共享的微服务管理系统,其特征在于:5. The microservice management system oriented to technical resource sharing according to claim 4, characterized in that: 其中,所述应用服务层还包括可视化容器管理模块,用于为所述微服务的容器化及部署提供可视化的操作界面,Wherein, the application service layer further includes a visualized container management module, which is used to provide a visualized operation interface for the containerization and deployment of the microservice, 所述微服务部署模块的功能还包括:The functions of the microservice deployment module also include: 显示所述微服务容器化的过程及参数;以及displaying the process and parameters of said microservice containerization; and 显示所述微服务部署到云端的过程及参数。The process and parameters of deploying the microservice to the cloud are displayed. 6.根据权利要求1所述的面向技术资源共享的微服务管理系统,其特征在于:6. The microservice management system oriented to technical resource sharing according to claim 1, characterized in that: 其中,所述面向技术资源共享的微服务管理系统还与服务共享区块链连接,Wherein, the microservice management system oriented to technical resource sharing is also connected to the service sharing blockchain, 所述微服务运维模块还通过所述服务共享区块链为所述云端微服务提供可信存证以及服务溯源。The microservice operation and maintenance module also provides trusted certificates and service traceability for the cloud microservices through the service sharing blockchain. 7.根据权利要求1所述的面向技术资源共享的微服务管理系统,其特征在于:7. The microservice management system oriented to technical resource sharing according to claim 1, characterized in that: 其中,所述可信存证包括所述微服务的基本信息、接口信息、使用情况、使用状态以及参与者的基本信息,Wherein, the credible deposit certificate includes the basic information of the microservice, interface information, usage, usage status and basic information of participants, 所述参与者包括所述微服务的提供者以及调用者。The participants include providers and callers of the microservices. 8.根据权利要求1所述的面向技术资源共享的微服务管理系统,其特征在于:8. The microservice management system oriented to technical resource sharing according to claim 1, characterized in that: 其中,所述应用服务层还包括可视化拖拽模块,Wherein, the application service layer also includes a visual drag and drop module, 所述微服务编排模块还通过所述可视化拖拽模块为所述用户提供可视化、可拖拽的操作界面。The microservice arrangement module also provides the user with a visualized and draggable operation interface through the visualized drag and drop module. 9.根据权利要求1所述的面向技术资源共享的微服务管理系统,其特征在于:9. The microservice management system oriented to technical resource sharing according to claim 1, characterized in that: 其中,所述服务模板中包含有预定的多种IO接口匹配方式及执行逻辑,分别对应于不同来源、不同类型的所述微服务之间的交互,Wherein, the service template includes a predetermined variety of IO interface matching methods and execution logic, respectively corresponding to the interaction between different sources and different types of microservices, 所述微服务编排模块以所述服务模板的组合为基准,以对应的所述微服务为实例进行组合。The microservice orchestration module is based on the combination of the service templates, and uses the corresponding microservices as instances to combine. 10.根据权利要求9所述的面向技术资源共享的微服务管理系统,其特征在于:10. The microservice management system oriented to technical resource sharing according to claim 9, characterized in that: 其中,所述微服务编排模块的功能包括:Wherein, the functions of the microservice orchestration module include: 对多个所述服务模板进行服务检索;performing service retrieval on multiple service templates; 将多个所述服务模板按预定规则排序;Sorting the plurality of service templates according to predetermined rules; 以所述服务模板的组合为基准、以对应的所述微服务为实例生成所述复合服务;以及generating the composite service based on the combination of the service templates and using the corresponding microservice as an instance; and 自动部署所述复合服务。The composite service is automatically deployed.
CN202111185441.XA 2021-10-12 2021-10-12 Microservice management system for technical resource sharing Pending CN115964185A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111185441.XA CN115964185A (en) 2021-10-12 2021-10-12 Microservice management system for technical resource sharing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111185441.XA CN115964185A (en) 2021-10-12 2021-10-12 Microservice management system for technical resource sharing

Publications (1)

Publication Number Publication Date
CN115964185A true CN115964185A (en) 2023-04-14

Family

ID=87358967

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111185441.XA Pending CN115964185A (en) 2021-10-12 2021-10-12 Microservice management system for technical resource sharing

Country Status (1)

Country Link
CN (1) CN115964185A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116346369A (en) * 2023-05-31 2023-06-27 湖南天河国云科技有限公司 Block chain construction method, block chain construction system and block chain system
CN116991432A (en) * 2023-09-27 2023-11-03 厦门她趣信息技术有限公司 Integrated release management platform based on micro-service

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116346369A (en) * 2023-05-31 2023-06-27 湖南天河国云科技有限公司 Block chain construction method, block chain construction system and block chain system
CN116991432A (en) * 2023-09-27 2023-11-03 厦门她趣信息技术有限公司 Integrated release management platform based on micro-service
CN116991432B (en) * 2023-09-27 2023-12-26 厦门她趣信息技术有限公司 Integrated release management platform based on micro-service

Similar Documents

Publication Publication Date Title
CN111913734B (en) Online development platform based on micro-service technology system
Tomarchio et al. Cloud resource orchestration in the multi-cloud landscape: a systematic review of existing frameworks
US10824948B2 (en) Decision tables and flow engine for building automated flows within a cloud based development platform
CN112866333B (en) Cloud-native-based micro-service scene optimization method, system, device and medium
US8250521B2 (en) Method and apparatus for the design and development of service-oriented architecture (SOA) solutions
US9652214B1 (en) Pluggable extension of software applications
CN111176645A (en) Power grid big data application-oriented data integration management system and implementation method thereof
WO2018036342A1 (en) Csar-based template design visualization method and device
CN113504902B (en) Industrial APP integrated development system and related equipment
WO2017109791A1 (en) A system and method for building enterprise applications
CN105338045A (en) Cloud computing resource processing device, method and cloud computing system
CN113835691B (en) IOS application development method, system, device, medium and program product
CN115964185A (en) Microservice management system for technical resource sharing
Lovas et al. Orchestrated Platform for Cyber‐Physical Systems
US12014216B2 (en) Method for platform-based scheduling of job flow
CN112948110B (en) Topology and arrangement system and method of cloud application, storage medium and electronic equipment
US9299049B2 (en) Contract-based process integration
CN104660435A (en) Transactional network management engine for intelligent pipeline and network management transaction processing method of transactional network management engine
US9836282B2 (en) Separation of concerns between information technology services models
US20190205182A1 (en) Unified monitoring interface
Prehofer et al. Modeling restful web of things services: Concepts and tools
US20220413843A1 (en) Combining model-driven applications and canvas-type applications with application lifecycle management
Perez et al. Monitoring platform evolution toward serverless computing for 5G and beyond systems
Makieiev et al. Study Of Methods Of Creating Service-Oriented Software Systems In Azure
Bhattacharjee et al. Cloudcamp: A model-driven generative approach for automating cloud application deployment and management

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