CN115277745B - Service bus arrangement system and method supporting asynchronous scheduling - Google Patents
Service bus arrangement system and method supporting asynchronous scheduling Download PDFInfo
- Publication number
- CN115277745B CN115277745B CN202210721784.1A CN202210721784A CN115277745B CN 115277745 B CN115277745 B CN 115277745B CN 202210721784 A CN202210721784 A CN 202210721784A CN 115277745 B CN115277745 B CN 115277745B
- Authority
- CN
- China
- Prior art keywords
- service
- message
- node
- callback
- 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.)
- Active
Links
- 238000000034 method Methods 0.000 title claims abstract description 18
- 230000000007 visual effect Effects 0.000 claims abstract description 13
- 230000001360 synchronised effect Effects 0.000 claims abstract description 12
- 238000012800 visualization Methods 0.000 claims 1
- 230000009286 beneficial effect Effects 0.000 abstract description 3
- 230000006872 improvement Effects 0.000 description 5
- 238000004519 manufacturing process Methods 0.000 description 4
- 230000008569 process Effects 0.000 description 3
- 238000010586 diagram Methods 0.000 description 2
- 101001121408 Homo sapiens L-amino-acid oxidase Proteins 0.000 description 1
- 102100026388 L-amino-acid oxidase Human genes 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 230000008094 contradictory effect Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/12—Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/28—Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
- H04L12/40—Bus networks
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Health & Medical Sciences (AREA)
- Computing Systems (AREA)
- General Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
Description
【技术领域】[Technical field]
本发明涉及计算机软件开发技术领域,尤其涉及一种支持异步调度的服务总线编排系统及方法。The present invention relates to the technical field of computer software development, and in particular to a service bus orchestration system and method supporting asynchronous scheduling.
【背景技术】【Background technique】
随着工业制造的迅猛发展,“智能智造”已经渗透深入到企业生产中,工业机器人在诸多场景中已经能够代替手工生产。服务编排技术能够将现有封装的单个服务排列组合成更大的服务,而不需要人工编程,从而减少服务开发的工作量。然而,当前的服务编排针对的是同步调用的编排,对于部分工业机器人异步调用方式没有提供支持。(同调用,即客户端等待调用执行完成并返回结果。异步调用,即客户端不等待调用执行完成返回结果,通过回调函数等接收到返回结果的通知。)如何将异步调用方式集成到服务总线编排系统中是急需解决的问题。With the rapid development of industrial manufacturing, "intelligent manufacturing" has penetrated deeply into enterprise production, and industrial robots have been able to replace manual production in many scenarios. Service orchestration technology can arrange and combine existing encapsulated single services into larger services without manual programming, thereby reducing the workload of service development. However, the current service orchestration is aimed at the orchestration of synchronous calls, and does not provide support for asynchronous calls of some industrial robots. (Synchronous calls, that is, the client waits for the call to be completed and the result is returned. Asynchronous calls, that is, the client does not wait for the call to be completed and the result is returned, and receives notification of the return result through callback functions, etc.) How to integrate asynchronous calls into the service bus orchestration system is an urgent problem to be solved.
【发明内容】[Summary of the invention]
本发明公开了一种支持异步调度的服务总线编排系统及方法,其通过基于消息回调的方式接收异步回调消息,支持异步调度编排,从而拓展服务总线的编排能力,简化工业机器人开发的编程开发过程,进一步降低开发工作量,从而可以解决背景技术中涉及的技术问题。The present invention discloses a service bus orchestration system and method supporting asynchronous scheduling, which receives asynchronous callback messages in a message callback-based manner, supports asynchronous scheduling orchestration, thereby expanding the orchestration capability of the service bus, simplifying the programming development process of industrial robot development, and further reducing the development workload, thereby solving the technical problems involved in the background technology.
为实现上述目的,本发明的技术方案为:To achieve the above object, the technical solution of the present invention is:
一种支持异步调度的服务总线编排系统,其特征在于,包括:A service bus orchestration system supporting asynchronous scheduling, characterized by comprising:
可视化编排平台,用于提供客户端界面以供开发人员编排服务;A visual orchestration platform that provides a client interface for developers to orchestrate services;
服务调用层,用于调用编排中各个服务;The service call layer is used to call each service in the orchestration;
消息回调层,用于接收回调消息;Message callback layer, used to receive callback messages;
消息解析层,用于解析服务调用后的调用返回消息。The message parsing layer is used to parse the call return message after the service call.
作为本发明的一种优选改进,所述可视化编排平台包括nodeList和routeList两个表示编排逻辑信息的数据结构。As a preferred improvement of the present invention, the visual orchestration platform includes two data structures, nodeList and routeList, representing orchestration logic information.
作为本发明的一种优选改进,所述nodeList中存放节点信息,所述节点信息包括节点ID,节点名称、节点参数信息以及节点类型;所述routeList中存放节点的路由信息,用来表示节点直接的关系,路由信息包括上一个节点ID、下一个节点ID以及节点的服务地址。As a preferred improvement of the present invention, the nodeList stores node information, which includes node ID, node name, node parameter information and node type; the routeList stores node routing information to indicate the direct relationship between nodes, and the routing information includes the previous node ID, the next node ID and the service address of the node.
作为本发明的一种优选改进,所述节点参数信息包括参数名称、参数值、参数类型。As a preferred improvement of the present invention, the node parameter information includes parameter name, parameter value, and parameter type.
作为本发明的一种优选改进,所述消息回调层在Zookeeper中注册一个用于接收Znode数据变化的监听器。As a preferred improvement of the present invention, the message callback layer registers a listener in Zookeeper for receiving Znode data changes.
本发明还提供了一种基于所述的支持异步调度的服务总线编排系统的支持异步调度的服务总线编排方法,该方法包括如下步骤:The present invention also provides a service bus orchestration method supporting asynchronous scheduling based on the service bus orchestration system supporting asynchronous scheduling, the method comprising the following steps:
对于同步调用的服务:For synchronously invoked services:
步骤一、在可视化编排平台选择节点类型,所述节点类型包括同步调用和异步调用,输入服务的参数信息;Step 1: Select the node type on the visual orchestration platform, which includes synchronous call and asynchronous call, and enter the parameter information of the service;
步骤二、选择完需要编排服务的节点后将节点连线,形成编排的顺序逻辑;Step 2: After selecting the nodes that need to be orchestrated, connect the nodes to form the sequential logic of the orchestration;
步骤三、启动编排服务;Step 3: Start the orchestration service;
步骤四、服务调用层根据编排逻辑调用服务;Step 4: The service call layer calls the service according to the orchestration logic;
步骤五、消息解析层解析消息回调层的数据,根据回调消息决定下一步调用服务;Step 5: The message parsing layer parses the data of the message callback layer and decides the next service call based on the callback message;
对于异步调用的服务:For asynchronously called services:
步骤一、在可视化编排平台选择节点类型,所述节点类型包括同步调用和异步调用,输入服务的参数信息;Step 1: Select the node type on the visual orchestration platform, which includes synchronous call and asynchronous call, and enter the parameter information of the service;
步骤二、选择完需要编排服务的节点后将节点连线,形成编排的顺序逻辑;Step 2: After selecting the nodes that need to be orchestrated, connect the nodes to form the sequential logic of the orchestration;
步骤三、启动编排服务;Step 3: Start the orchestration service;
步骤四、服务调用层根据编排逻辑调用服务;Step 4: The service call layer calls the service according to the orchestration logic;
步骤五、消息回调层等待接收回调消息;Step 5: The message callback layer waits for receiving the callback message;
步骤六、消息解析层解析消息回调层的数据,根据回调消息决定下一步调用服务。Step 6: The message parsing layer parses the data in the message callback layer and decides the next service call based on the callback message.
本发明的有益效果如下:The beneficial effects of the present invention are as follows:
1、同时支持同步请求和异步请求的支持,进一步拓展了服务总线编排能力;1. Supports both synchronous and asynchronous requests, further expanding the service bus orchestration capabilities;
2、丰富了可以进行服务编排场景,有更多的场景可以使用服务编排;2. It enriches the scenarios for service orchestration, and more scenarios can use service orchestration;
3、减少了工业机器人编程中的二次开发,进一步降低了开发人员的工作量,提升工作效率。3. Reduce the secondary development in industrial robot programming, further reduce the workload of developers and improve work efficiency.
【附图说明】【Brief Description of the Drawings】
为了更清楚地说明本发明实施例中的技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其它的附图,其中:In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the following briefly introduces the drawings required for describing the embodiments. Obviously, the drawings described below are only some embodiments of the present invention. For those skilled in the art, other drawings can be obtained based on these drawings without creative work, among which:
图1为本发明支持异步调度的服务总线编排系统的结构框架图;FIG1 is a structural framework diagram of a service bus orchestration system supporting asynchronous scheduling according to the present invention;
图2为本发明可视化编排平台的操作界面图。FIG. 2 is a diagram showing the operation interface of the visual arrangement platform of the present invention.
【具体实施方式】【Detailed ways】
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅是本发明的一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其它实施例,都属于本发明保护的范围。The following will be combined with the drawings in the embodiments of the present invention to clearly and completely describe the technical solutions in the embodiments of the present invention. Obviously, the described embodiments are only part of the embodiments of the present invention, not all of the embodiments. Based on the embodiments of the present invention, all other embodiments obtained by ordinary technicians in this field without creative work are within the scope of protection of the present invention.
另外,本发明各个实施例之间的技术方案可以相互结合,但是必须是以本领域普通技术人员能够实现为基础,当技术方案的结合出现相互矛盾或无法实现时应当认为这种技术方案的结合不存在,也不在本发明要求的保护范围之内。In addition, the technical solutions between the various embodiments of the present invention can be combined with each other, but it must be based on the fact that ordinary technicians in the field can implement it. When the combination of technical solutions is contradictory or cannot be implemented, it should be deemed that such combination of technical solutions does not exist and is not within the scope of protection required by the present invention.
请参阅图1和2所示,本发明提供一种支持异步调度的服务总线编排系统,包括可视化编排平台、服务调用层1、消息回调层2以及消息解析层3。Please refer to Figures 1 and 2 , the present invention provides a service bus orchestration system supporting asynchronous scheduling, including a visual orchestration platform, a service call layer 1 , a message callback layer 2 and a message parsing layer 3 .
所述可视化编排平台用于提供客户端界面以供开发人员编排服务,具体可以参见图2所示,在左侧是服务组件(即节点),用于编排的基础节点,每一个节点都代表一个服务;右侧是用户用于编排的空白处,用户可以在左侧选择节点后在右侧连接节点、输入参数信息,形成编排的逻辑。The visual orchestration platform is used to provide a client interface for developers to orchestrate services. For details, please refer to Figure 2. On the left side are service components (i.e., nodes), which are basic nodes for orchestration. Each node represents a service. On the right side is a blank space for users to orchestrate. Users can select nodes on the left and then connect nodes on the right side and input parameter information to form the logic of orchestration.
进一步的,所述可视化编排平台包括nodeList和routeList两个表示编排逻辑信息的数据结构,所述nodeList中存放节点信息,所述节点信息包括节点ID,节点名称、节点参数信息以及节点类型;所述routeList中存放节点的路由信息,用来表示节点直接的关系,路由信息包括上一个节点ID、下一个节点ID以及节点的服务地址。Furthermore, the visual orchestration platform includes two data structures, nodeList and routeList, which represent the orchestration logic information. The nodeList stores the node information, which includes the node ID, node name, node parameter information and node type; the routeList stores the routing information of the node, which is used to represent the direct relationship between the nodes, and the routing information includes the previous node ID, the next node ID and the service address of the node.
作为本发明的一种优选改进,所述节点参数信息包括参数名称、参数值、参数类型As a preferred improvement of the present invention, the node parameter information includes parameter name, parameter value, parameter type
所述服务调用层1用于调用编排中各个服务。The service calling layer 1 is used to call each service in the orchestration.
所述消息回调层2用于接收回调消息,具体的,所述消息回调层2的主要功能是能够等待接收回调消息,同时,属于同一流程的服务应该等待收到前一个服务的回调消息,不属于同一流程的服务无需等待可继续执行编排逻辑。本系统选择使用Zookeeper作为接收存储回调消息的组件,ZooKeeper是一个分布式的,开放源码的分布式应用程序协调服务,可用于统一配置管理、统一命名服务、分布式锁、集群管理。同时Zookeeper配合它的监听器能够监听Zookeeper中Znode的数据变化和增减变化。因此,对于异步调用的服务,本系统调用该异步调用服务后,消息回调层则向Zookeeper注册一个监听器,等待异步调用的回调消息。同时,消息回调层提供一个对外的回调接口接收异步调用服务的回调消息。当回调接收接口收到回调消息后,会将回调消息写入Zookeeper的Znode中。此时消息回调层注册的监听器将收到Znode数据变化(即收到回调消息),即可推进下一步的服务调用。The message callback layer 2 is used to receive callback messages. Specifically, the main function of the message callback layer 2 is to be able to wait for callback messages. At the same time, services belonging to the same process should wait for the callback message of the previous service, and services that do not belong to the same process can continue to execute the orchestration logic without waiting. This system chooses to use Zookeeper as a component for receiving and storing callback messages. ZooKeeper is a distributed, open source distributed application coordination service that can be used for unified configuration management, unified naming services, distributed locks, and cluster management. At the same time, Zookeeper can monitor the data changes and increase and decrease changes of Znode in Zookeeper with its listener. Therefore, for asynchronously called services, after this system calls the asynchronous call service, the message callback layer registers a listener with Zookeeper to wait for the callback message of the asynchronous call. At the same time, the message callback layer provides an external callback interface to receive the callback message of the asynchronous call service. When the callback receiving interface receives the callback message, it will write the callback message into the Znode of Zookeeper. At this time, the listener registered by the message callback layer will receive the Znode data change (that is, receive the callback message), and the next service call can be promoted.
所述消息解析层3用于解析服务调用后的调用返回消息。The message parsing layer 3 is used to parse the call return message after the service call.
本发明还提供了一种基于所述的支持异步调度的服务总线编排系统的支持异步调度的服务总线编排方法,该方法包括如下步骤:The present invention also provides a service bus orchestration method supporting asynchronous scheduling based on the service bus orchestration system supporting asynchronous scheduling, the method comprising the following steps:
对于同步调用的服务:For synchronously invoked services:
步骤一、在可视化编排平台选择节点类型,所述节点类型包括同步调用和异步调用,输入服务的参数信息;Step 1: Select the node type on the visual orchestration platform, which includes synchronous call and asynchronous call, and enter the parameter information of the service;
步骤二、选择完需要编排服务的节点后将节点连线,形成编排的顺序逻辑;Step 2: After selecting the nodes that need to be orchestrated, connect the nodes to form the sequential logic of the orchestration;
步骤三、启动编排服务;Step 3: Start the orchestration service;
步骤四、服务调用层根据编排逻辑调用服务;Step 4: The service call layer calls the service according to the orchestration logic;
步骤五、消息解析层解析消息回调层的数据,根据回调消息决定下一步调用服务;Step 5: The message parsing layer parses the data of the message callback layer and decides the next service call based on the callback message;
对于异步调用的服务:For asynchronously called services:
步骤一、在可视化编排平台选择节点类型,所述节点类型包括同步调用和异步调用,输入服务的参数信息;Step 1: Select the node type on the visual orchestration platform, which includes synchronous call and asynchronous call, and enter the parameter information of the service;
步骤二、选择完需要编排服务的节点后将节点连线,形成编排的顺序逻辑;Step 2: After selecting the nodes that need to be orchestrated, connect the nodes to form the sequential logic of the orchestration;
步骤三、启动编排服务;Step 3: Start the orchestration service;
步骤四、服务调用层根据编排逻辑调用服务;Step 4: The service call layer calls the service according to the orchestration logic;
步骤五、消息回调层等待接收回调消息;Step 5: The message callback layer waits for receiving the callback message;
步骤六、消息解析层解析消息回调层的数据,根据回调消息决定下一步调用服务。Step 6: The message parsing layer parses the data in the message callback layer and decides the next service call based on the callback message.
本发明提供的一种支持异步调度的服务总线编排系统的有益效果:The beneficial effects of the service bus orchestration system supporting asynchronous scheduling provided by the present invention are as follows:
1、同时支持同步请求和异步请求的支持,进一步拓展了服务总线编排能力;1. Supports both synchronous and asynchronous requests, further expanding the service bus orchestration capabilities;
2、丰富了可以进行服务编排场景,有更多的场景可以使用服务编排;2. It enriches the scenarios for service orchestration, and more scenarios can use service orchestration;
3、减少了工业机器人编程中的二次开发,进一步降低了开发人员的工作量,提升工作效率。3. Reduce the secondary development in industrial robot programming, further reduce the workload of developers and improve work efficiency.
尽管本发明的实施方案已公开如上,但并不仅仅限于说明书和实施方案中所列运用,它完全可以被适用于各种适合本发明的领域,对于熟悉本领域的人员而言,可容易地实现另外的修改,因此在不背离权利要求及等同范围所限定的一般概念下,本发明并不限于特定的细节和这里所示出与描述的图例。Although the embodiments of the present invention have been disclosed as above, they are not limited to the applications listed in the specification and the embodiments. They can be fully applied to various fields suitable for the present invention. For those familiar with the art, additional modifications can be easily implemented. Therefore, without departing from the general concept defined by the claims and the scope of equivalents, the present invention is not limited to the specific details and the illustrations shown and described herein.
Claims (5)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202210721784.1A CN115277745B (en) | 2022-06-24 | 2022-06-24 | Service bus arrangement system and method supporting asynchronous scheduling |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202210721784.1A CN115277745B (en) | 2022-06-24 | 2022-06-24 | Service bus arrangement system and method supporting asynchronous scheduling |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN115277745A CN115277745A (en) | 2022-11-01 |
| CN115277745B true CN115277745B (en) | 2024-07-26 |
Family
ID=83761986
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN202210721784.1A Active CN115277745B (en) | 2022-06-24 | 2022-06-24 | Service bus arrangement system and method supporting asynchronous scheduling |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN115277745B (en) |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN114143191A (en) * | 2021-11-30 | 2022-03-04 | 招商局金融科技有限公司 | Distributed gateway-based micro-service arranging method and device and related equipment |
Family Cites Families (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR101024237B1 (en) * | 2003-06-05 | 2011-03-29 | 인터트러스트 테크놀로지즈 코포레이션 | Interoperable system and method for P2P service organization |
| CN101184056A (en) * | 2007-12-04 | 2008-05-21 | 浙江大学 | A Distributed Enterprise Service Bus Message Exchange Method |
| US8805938B2 (en) * | 2010-06-04 | 2014-08-12 | Xiben New Line Stock Co., Ltd. | Enterprise service bus and message processing method thereof |
| CN106484548A (en) * | 2016-10-20 | 2017-03-08 | 济南浪潮高新科技投资发展有限公司 | A kind of choreography request response processing method based on asynchronism callback mechanism |
| CN110636073A (en) * | 2019-09-28 | 2019-12-31 | 同程网络科技股份有限公司 | Distributed asynchronous remote service arranging and calling technology |
| CN111142867B (en) * | 2019-12-31 | 2024-04-02 | 谷云科技(广州)有限责任公司 | Service visual arrangement system and method under micro service architecture |
| CN111813582B (en) * | 2020-07-28 | 2023-12-29 | 东北大学 | Ice service deployment and orchestration method |
| CN112243032B (en) * | 2020-10-15 | 2022-11-04 | 江苏云坤信息科技有限公司 | Service calling method and system based on access gateway |
| CN114595075A (en) * | 2020-12-04 | 2022-06-07 | 中盈优创资讯科技有限公司 | A method for asynchronous task execution in network orchestration based on distributed scheduling |
| CN112929431B (en) * | 2021-02-01 | 2022-12-20 | 深圳市科漫达智能管理科技有限公司 | Message synchronous and asynchronous response conversion method and device based on micro-service framework |
-
2022
- 2022-06-24 CN CN202210721784.1A patent/CN115277745B/en active Active
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN114143191A (en) * | 2021-11-30 | 2022-03-04 | 招商局金融科技有限公司 | Distributed gateway-based micro-service arranging method and device and related equipment |
Non-Patent Citations (2)
| Title |
|---|
| 基于ESB的各系统服务编排解决方案;袁珊;黄淑敏;喻乐平;;电子世界(09);正文第一页 * |
| 袁珊 ; 黄淑敏 ; 喻乐平 ; .基于ESB的各系统服务编排解决方案.电子世界.2019,(第09期), * |
Also Published As
| Publication number | Publication date |
|---|---|
| CN115277745A (en) | 2022-11-01 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN113037830A (en) | Micro-service API (application program interface) arranging method and system based on gateway | |
| CN115563817B (en) | Memory database-based simulation data access method and device and computer equipment | |
| CN101262498B (en) | Method and device for distributed call message | |
| CN101184056A (en) | A Distributed Enterprise Service Bus Message Exchange Method | |
| CN114116259A (en) | Message queue-based real-time message pushing method, system, device and medium | |
| CN112948152B (en) | Method for processing layout data and calling interface service | |
| CN111245907A (en) | Event processing method and system based on rule matching | |
| CN107526645A (en) | A kind of communication optimization method and system | |
| CN111858007A (en) | Method and device for task scheduling based on message middleware | |
| CN115480753A (en) | Application integration system and corresponding computer device and storage medium | |
| WO2021022714A1 (en) | Message processing method for cross-block chain node, device, apparatus and medium | |
| CN114780587A (en) | A method for dynamic deployment of scheduling rules visualization configuration based on droos rule engine | |
| WO2023185044A1 (en) | Data processing method and apparatus, and electronic device and storage medium | |
| CN115964036A (en) | A visual service orchestration system based on microservice architecture | |
| CN115277817A (en) | A method for process service orchestration and construction of API gateway to realize visual data processing | |
| CN112416414A (en) | A Containerized Lightweight Workflow System Based on State Machine Microservice Architecture | |
| CN115277745B (en) | Service bus arrangement system and method supporting asynchronous scheduling | |
| CN113067833A (en) | Collaborative configuration service method and related components | |
| CN114816357A (en) | Service arrangement system for serving process bank | |
| CN117076508B (en) | Method for supporting batch data processing by stream data processing system | |
| CN118585178A (en) | Microservice scheduling method, device and storage medium | |
| CN113760265B (en) | A design method for business rule analysis and component reuse | |
| CN110636073A (en) | Distributed asynchronous remote service arranging and calling technology | |
| CN117111894A (en) | Method for converting data based on ETL module of low code development | |
| CN116088855A (en) | Development method, development device, electronic device, and storage medium |
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 | ||
| GR01 | Patent grant | ||
| GR01 | Patent grant |