CN113703997A - Bidirectional asynchronous communication middleware system integrating multiple message agents and implementation method - Google Patents

Bidirectional asynchronous communication middleware system integrating multiple message agents and implementation method Download PDF

Info

Publication number
CN113703997A
CN113703997A CN202110945610.9A CN202110945610A CN113703997A CN 113703997 A CN113703997 A CN 113703997A CN 202110945610 A CN202110945610 A CN 202110945610A CN 113703997 A CN113703997 A CN 113703997A
Authority
CN
China
Prior art keywords
message
queue
authentication server
sent
client
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
CN202110945610.9A
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.)
Suzhou Super Planet Venture Capital Co ltd
Original Assignee
Beijing Tuling Video 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 Beijing Tuling Video Technology Co ltd filed Critical Beijing Tuling Video Technology Co ltd
Priority to CN202110945610.9A priority Critical patent/CN113703997A/en
Publication of CN113703997A publication Critical patent/CN113703997A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5083Techniques for rebalancing the load in a distributed system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/547Messaging middleware

Abstract

The invention discloses a bidirectional asynchronous communication middleware system integrating multiple message agents and a realization method thereof, wherein the system comprises: the client specifically executes: the method comprises the steps that a unified API (application programming interface) is used for obtaining communication messages of a robot and a mobile terminal, the communication messages are processed through a client side API module and then are sent to an authentication server, control messages sent by a control terminal through a WEB UI (user interface) are received, and the control messages are processed through the WEB UI and then are sent to the authentication server; the authentication server specifically executes: receiving the communication message and the control message sent by the client to form metadata, and authenticating the metadata to form a message queue; responding to a queue calling request sent by a server cluster end, and feeding back a message of a corresponding message queue to the service cluster end; the service cluster end specifically executes: and sending a queue calling request to the authentication server, and receiving the message of the corresponding message queue fed back by the authentication server. The invention integrates a bidirectional high-concurrency asynchronous communication middleware system of various message agents and databases at the same time, and can be deployed in a cloud manner.

Description

Bidirectional asynchronous communication middleware system integrating multiple message agents and implementation method
Technical Field
The invention relates to a bidirectional asynchronous communication middleware system integrating multiple message agents and an implementation method thereof, belonging to the technical field of asynchronous communication design.
Background
The existing data distribution needs to depend on direct connection with the traditional message agent, different clients need to compile independent client programs aiming at the corresponding message agent (such as RabbitMQ) respectively, and because the types of systems supported by the clients are different, different languages need to be adopted for development, so that the development cost is greatly increased; due to the diversity of service types, various message agents and databases are required, unified authority management is not available, a unified data format is not available, internal extra coding is required for data conversion, the method is limited by the message length of a common message agent, clients need to be independently developed according to different message agents, and the cost is extremely high; it is also difficult to make load balancing control by directly invoking the message broker.
Fig. 1 shows a common client-message broker-server mode, in which a client is used as a producer of messages, and the generated messages are exchanged via the message broker and then pulled or passively pushed by a server as a consumer.
Disclosure of Invention
The invention aims to overcome the technical defects in the prior art, solve the technical problems, and provide a bidirectional asynchronous communication middleware system integrating multiple message agents and an implementation method thereof, which can be deployed in a cloud and become a communication core of a cloud platform. The Restful API based on the industry standardization is used for defining a communication interface, and JSON is used as a standardized data transmission format. Through the design of the independent high-performance receiving and sending interfaces, different users can communicate through a unified message format without independently developing a special client aiming at a certain message agent, so that the coupling degree between the client and the message agent is greatly reduced, and the development cost and the huge risk caused by frequent iteration are greatly reduced; intelligent load balancing configurations may be used; by introducing the basic database as a large data queue, a large data set such as videos, massive pictures and the like can be stored, and different types of databases can be additionally integrated at any time according to engineering requirements.
The invention specifically adopts the following technical scheme: a two-way asynchronous communication middleware system integrating a plurality of message brokers, comprising:
the client specifically executes: the method comprises the steps that a unified API (application programming interface) is used for obtaining communication messages of a robot and a mobile terminal, the communication messages are processed through a client side API module and then are sent to an authentication server, control messages sent by a control terminal through a WEB UI (user interface) are received, and the control messages are processed through the WEB UI and then are sent to the authentication server;
the authentication server specifically executes: receiving the communication message and the control message sent by the client to form metadata, and authenticating the metadata to form a message queue; responding to a queue calling request sent by a server cluster end, and feeding back a message of a corresponding message queue to the service cluster end;
the service cluster end specifically executes: and sending a queue calling request to the authentication server, and receiving the message of the corresponding message queue fed back by the authentication server.
As a preferred embodiment, the authentication server includes a producer dispatcher, and the producer dispatcher specifically executes: and receiving the communication message and the control message sent by the client through a POST protocol or a GRPC protocol to form metadata, and performing authentication analysis on the metadata to form a corresponding message queue.
In a preferred embodiment, the message queues include an NSQ message queue, a Rabbit MQ message queue and a super large data queue.
As a preferred embodiment, the authentication server further comprises a consumer dispatcher, and the consumer dispatcher specifically executes: and responding to the calling request of the service cluster end, and matching the messages of the corresponding message queue from the producer dispatcher according to preset metadata.
As a preferred embodiment, the service cluster end includes a service cluster end API module, an algorithm cloud server, an application cloud server, and a cross-center cloud server, where the service cluster end API module is respectively in communication connection with the algorithm cloud server, the application cloud server, and the cross-center cloud server, the service cluster end API module is in communication connection with the authentication server, and the service cluster end API module sends a queue call request to the authentication server and receives a message of a corresponding message queue fed back by the authentication server.
The invention also provides a method for realizing the two-way asynchronous communication middleware system integrating various message agents, which is executed by a client and comprises the following steps: and a unified API is used for acquiring communication messages of the robot and the mobile terminal, processing the communication messages through an API module of the client terminal and then sending the communication messages to the authentication server, receiving a control message sent by the control terminal through a WEB UI interface, processing the control message through the WEB UI and then sending the control message to the authentication server.
The invention also provides a method for realizing the bidirectional asynchronous communication middleware system integrating various message agents, which is executed by the authentication server and comprises the following steps: receiving a communication message and a control message sent by a client to form metadata, and authenticating the metadata to form a message queue; and responding to a queue calling request sent by the server cluster end, and feeding back the message of the corresponding message queue to the service cluster end.
As a preferred embodiment, the authentication server includes a producer dispatcher, and the producer dispatcher specifically executes: receiving the communication message and the control message sent by the client through a POST protocol or a GRPC protocol to form metadata, and performing authentication analysis on the metadata to form a corresponding message queue; the authentication server further comprises a consumer dispatcher, the consumer dispatcher specifically executing: and responding to the calling request of the service cluster end, and matching the messages of the corresponding message queue from the producer dispatcher according to preset metadata.
In a preferred embodiment, the message queues include an NSQ message queue, a Rabbit MQ message queue and a super large data queue.
The invention also provides a method for realizing the bidirectional asynchronous communication middleware system integrating various message agents, which is characterized by comprising the following steps of: and sending a queue calling request to the authentication server, and receiving the message of the corresponding message queue fed back by the authentication server.
The invention achieves the following beneficial effects: firstly, the GO is used as a development language, the advantages of high performance and a two-stage thread model of the GO are exerted, a large number of concurrent requests can be processed asynchronously, all message agents are packaged, a client or a server only needs to configure metadata according to a uniform format, a plurality of message agents are integrated and managed at the same time, a database-defined message queue is possessed, and a uniform interface specification is adopted externally; secondly, the invention integrates a bidirectional high-concurrency asynchronous communication middleware system of various message agents and databases at the same time, and can be deployed in a cloud manner; thirdly, the invention defines a communication interface by using an industry standardized Restful API, and unifies JSON as a standardized data transmission format; fourthly, the invention does not need to independently develop a special client aiming at a certain message agent; fifthly, the invention makes different types of message agents get strong and make up for short, and is suitable for wider service requirements; sixth, the invention greatly reduces the development cost of the related service and the client.
Drawings
Fig. 1 is a topological diagram of a conventional client-message agent-server mode.
FIG. 2 is a topology diagram of a two-way asynchronous communication middleware system integrating multiple message brokers in accordance with the present invention.
Detailed Description
The invention is further described below with reference to the accompanying drawings. The following examples are only for illustrating the technical solutions of the present invention more clearly, and the protection scope of the present invention is not limited thereby.
Example 1: as shown in fig. 2, the present invention provides a bidirectional asynchronous communication middleware system integrating multiple message brokers, comprising:
the client specifically executes: the method comprises the steps that a unified API (application programming interface) is used for obtaining communication messages of a robot and a mobile terminal, the communication messages are processed through a client side API module and then are sent to an authentication server, control messages sent by a control terminal through a WEB UI (user interface) are received, and the control messages are processed through the WEB UI and then are sent to the authentication server;
the authentication server specifically executes: receiving the communication message and the control message sent by the client to form metadata, and authenticating the metadata to form a message queue; responding to a queue calling request sent by a server cluster end, and feeding back a message of a corresponding message queue to the service cluster end;
the service cluster end specifically executes: and sending a queue calling request to the authentication server, and receiving the message of the corresponding message queue fed back by the authentication server.
As a preferred embodiment, the authentication server includes a producer dispatcher, and the producer dispatcher specifically executes: and receiving the communication message and the control message sent by the client through a POST protocol or a GRPC protocol to form metadata, and performing authentication analysis on the metadata to form a corresponding message queue.
In a preferred embodiment, the message queues include an NSQ message queue, a Rabbit MQ message queue and a super large data queue.
As a preferred embodiment, the authentication server further comprises a consumer dispatcher, and the consumer dispatcher specifically executes: and responding to the calling request of the service cluster end, and matching the messages of the corresponding message queue from the producer dispatcher according to preset metadata.
As a preferred embodiment, the service cluster end includes a service cluster end API module, an algorithm cloud server, an application cloud server, and a cross-center cloud server, the service cluster end API module is respectively in communication connection with the algorithm cloud server, the application cloud server, and the cross-center cloud server, the service cluster end API module is in communication connection with the authentication server, the service cluster end API module sends a queue call request to the authentication server, and receives a message of a corresponding message queue fed back by the authentication server.
Example 2: the invention also provides a method for realizing the two-way asynchronous communication middleware system integrating various message agents, which is executed by a client and comprises the following steps: and a unified API is used for acquiring communication messages of the robot and the mobile terminal, processing the communication messages through an API module of the client terminal and then sending the communication messages to the authentication server, receiving a control message sent by the control terminal through a WEB UI interface, processing the control message through the WEB UI and then sending the control message to the authentication server.
Example 3: the invention also provides a method for realizing the bidirectional asynchronous communication middleware system integrating various message agents, which is executed by the authentication server and comprises the following steps: receiving a communication message and a control message sent by a client to form metadata, and authenticating the metadata to form a message queue; and responding to a queue calling request sent by the server cluster end, and feeding back the message of the corresponding message queue to the service cluster end.
As a preferred embodiment, the authentication server includes a producer dispatcher, and the producer dispatcher specifically executes: receiving the communication message and the control message sent by the client through a POST protocol or a GRPC protocol to form metadata, and performing authentication analysis on the metadata to form a corresponding message queue; the authentication server further comprises a consumer dispatcher, the consumer dispatcher specifically executing: and responding to the calling request of the service cluster end, and matching the messages of the corresponding message queue from the producer dispatcher according to preset metadata.
In a preferred embodiment, the message queues include an NSQ message queue, a Rabbit MQ message queue and a super large data queue.
Example 4: the invention also provides a method for realizing the bidirectional asynchronous communication middleware system integrating various message agents, which is characterized by comprising the following steps of: and sending a queue calling request to the authentication server, and receiving the message of the corresponding message queue fed back by the authentication server.
Note that, as shown in fig. 2, the cluster manager: mainly comprises a resource manager, a node manager and an application manager, wherein: the resource manager: running as a background process on a separate machine is the primary coordinator and manager of the entire cluster resource. The method is responsible for allocating resources to all application programs submitted by users, makes decisions according to information such as application program priority, queue capacity, data position and the like, and then makes allocation strategies in a shared, safe and multi-tenant mode to schedule cluster resources.
A node manager: is the manager of each particular node in the cluster. The system is mainly responsible for managing the life cycle of all containers in the node, monitoring resources and tracking node health. The method comprises the following specific steps: registering and regularly sending heartbeat messages to the resource manager when starting, and waiting for instructions of the resource manager; maintaining the life cycle of the service, monitoring the resource usage of the service; managing the dependent dependencies of the task runtime, copying the needed program and its dependencies locally before starting the service, according to the needs of the application manager.
An application manager: when a user submits an application, a lightweight process application manager is launched. The application manager is responsible for coordinating resources from the resource manager, checking the use condition of the resources in the container through the node manager, and simultaneously, is also responsible for monitoring and fault tolerance of tasks. The method comprises the following specific steps: deciding dynamic computing resource requirements according to the running state of the application; applying for resources from the resource manager, monitoring the usage of the applied resources; tracking task status and progress, reporting resource usage and progress information of the application.
A queue manager: a queue manager is a program that provides messaging services for applications. An application using a Message Queue Interface (MQI) may place messages into a queue and may retrieve messages from the queue. The queue manager ensures that messages can be sent to the correct queue or passed on to another queue manager. The queue manager handles the MQI calls issued to it and the commands submitted to it (from whatever source). The queue manager generates the appropriate completion code for each call or command.
Unified log analysis system:
1. carrying out centralized management on the logs;
2. formatting the log;
3. indexing and storing the formatted data;
4. and displaying front-end data.
Visual data monitoring: background monitoring data is visualized and presented to an administrator using statistical graphs, charts, information charts and other tools. Can help administrators analyze and reason about data and evidence. It makes complex data easier to understand and use.
An algorithm cloud server: and deploying the algorithm service to the cloud server.
Applying cloud services: and deploying the application to the cloud server.
The advantages are as follows:
1. a machine room is not required to be built by self, and hardware facilities are not required to be purchased and configured;
2. the method has the advantages that the minute-level delivery is realized, the deployment is fast, and the online period of the application is shortened;
3. the method comprises the steps that a data center and a Border Gateway Protocol (BGP) machine room which are deployed in the global scope are accessed quickly;
4. the cost is transparent, the system can be used as required, and the resources can be expanded and released at any time according to the business fluctuation;
5. providing heterogeneous computing servers such as a GPU (graphics processing Unit), an FPGA (field programmable Gate array) and the like, an elastic bare metal server and a general x86 architecture server;
6. providing multiple security schemes such as a virtual firewall, role authority control, intranet isolation, virus attack prevention, flow monitoring and the like;
7. providing a performance monitoring framework and an active operation and maintenance system;
8. and an industry universal standard API is provided, and usability and applicability are improved.
Cross-center cloud service: during the development process of the enterprise, the enterprise may need to create a branch office overseas to realize business coming out of sea. At the same time, overseas agencies may also be required to communicate with domestic headquarters. The cross-center cloud service provides a method capable of quickly constructing a global network of a hybrid cloud and a distributed service system, supports mixed deployment of different cloud services, and supports hybrid cloud double-live or multi-live scenes with high requirements on service reliability and continuity.
Noun interpretation of related art terms:
API: application Programming Interface (api) is some predefined interfaces (e.g. functions, HTTP interfaces);
RabbitMQ: open source message oriented middleware implementing Advanced Message Queuing Protocol (AMQP);
NSQ: a real-time distributed messaging platform is also an open source message-oriented middleware.
WEB UI: the design range includes common Website design (such as e-commerce websites and social websites), network software design (such as mailboxes and Saas products), and the like.
The above description is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, several modifications and variations can be made without departing from the technical principle of the present invention, and these modifications and variations should also be regarded as the protection scope of the present invention.

Claims (10)

1. A two-way asynchronous communication middleware system integrating a plurality of message brokers, comprising:
the client specifically executes: the method comprises the steps that a unified API (application programming interface) is used for obtaining communication messages of a robot and a mobile terminal, the communication messages are processed through a client side API module and then are sent to an authentication server, control messages sent by a control terminal through a WEB UI (user interface) are received, and the control messages are processed through the WEB UI and then are sent to the authentication server;
the authentication server specifically executes: receiving the communication message and the control message sent by the client to form metadata, and authenticating the metadata to form a message queue; responding to a queue calling request sent by a server cluster end, and feeding back a message of a corresponding message queue to the service cluster end;
the service cluster end specifically executes: and sending a queue calling request to the authentication server, and receiving the message of the corresponding message queue fed back by the authentication server.
2. The system of claim 1, wherein the authentication server comprises a producer dispatcher that specifically performs: and receiving the communication message and the control message sent by the client through a POST protocol or a GRPC protocol to form metadata, and performing authentication analysis on the metadata to form a corresponding message queue.
3. The system of claim 2, wherein the message queues comprise an NSQ message queue, a rabbitmq message queue, and a big data queue.
4. The system of claim 2, wherein the authentication server further comprises a consumer dispatcher, the consumer dispatcher specifically performing: and responding to the calling request of the service cluster end, and matching the messages of the corresponding message queue from the producer dispatcher according to preset metadata.
5. The system of claim 1, wherein the service cluster includes a service cluster API module, an algorithm cloud server, an application cloud server, and a cross-center cloud server, the service cluster API module is communicatively connected to the algorithm cloud server, the application cloud server, and the cross-center cloud server, respectively, the service cluster API module is communicatively connected to the authentication server, and the service cluster API module sends a queue call request to the authentication server and receives a message of a corresponding message queue fed back by the authentication server.
6. The implementation method of the bidirectional asynchronous communication middleware system integrating multiple message agents is executed by a client, and is characterized by comprising the following steps: and a unified API is used for acquiring communication messages of the robot and the mobile terminal, processing the communication messages through an API module of the client terminal and then sending the communication messages to the authentication server, receiving a control message sent by the control terminal through a WEB UI interface, processing the control message through the WEB UI and then sending the control message to the authentication server.
7. The implementation method of the bidirectional asynchronous communication middleware system integrating multiple message agents is executed by an authentication server, and is characterized by comprising the following steps: receiving a communication message and a control message sent by a client to form metadata, and authenticating the metadata to form a message queue; and responding to a queue calling request sent by the server cluster end, and feeding back the message of the corresponding message queue to the service cluster end.
8. The method for implementing a bi-directional asynchronous communication middleware system integrating multiple message brokers as claimed in claim 7, wherein said authentication server includes a producer dispatcher, said producer dispatcher specifically executing: receiving the communication message and the control message sent by the client through a POST protocol or a GRPC protocol to form metadata, and performing authentication analysis on the metadata to form a corresponding message queue; the authentication server further comprises a consumer dispatcher, the consumer dispatcher specifically executing: and responding to the calling request of the service cluster end, and matching the messages of the corresponding message queue from the producer dispatcher according to preset metadata.
9. The method of claim 7, wherein the message queue comprises NSQ message queue, Rabbit MQ message queue, and big data queue.
10. The method for implementing the two-way asynchronous communication middleware system integrating various message agents is executed by a service cluster terminal, and is characterized by comprising the following steps: and sending a queue calling request to the authentication server, and receiving the message of the corresponding message queue fed back by the authentication server.
CN202110945610.9A 2021-08-16 2021-08-16 Bidirectional asynchronous communication middleware system integrating multiple message agents and implementation method Pending CN113703997A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110945610.9A CN113703997A (en) 2021-08-16 2021-08-16 Bidirectional asynchronous communication middleware system integrating multiple message agents and implementation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110945610.9A CN113703997A (en) 2021-08-16 2021-08-16 Bidirectional asynchronous communication middleware system integrating multiple message agents and implementation method

Publications (1)

Publication Number Publication Date
CN113703997A true CN113703997A (en) 2021-11-26

Family

ID=78653204

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110945610.9A Pending CN113703997A (en) 2021-08-16 2021-08-16 Bidirectional asynchronous communication middleware system integrating multiple message agents and implementation method

Country Status (1)

Country Link
CN (1) CN113703997A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114584508A (en) * 2022-03-02 2022-06-03 华云数据控股集团有限公司 Method and application based on Rabbit MQ duplex communication
CN115103017A (en) * 2022-06-13 2022-09-23 珠海格力电器股份有限公司 Message middleware processing system and method
CN116567341A (en) * 2023-07-11 2023-08-08 奥视(天津)科技有限公司 High concurrency signal processing platform based on golang

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114584508A (en) * 2022-03-02 2022-06-03 华云数据控股集团有限公司 Method and application based on Rabbit MQ duplex communication
CN114584508B (en) * 2022-03-02 2024-02-06 华云数据控股集团有限公司 Rabbit MQ duplex communication-based method and application
CN115103017A (en) * 2022-06-13 2022-09-23 珠海格力电器股份有限公司 Message middleware processing system and method
CN115103017B (en) * 2022-06-13 2023-12-08 珠海格力电器股份有限公司 Message middleware processing system and method
CN116567341A (en) * 2023-07-11 2023-08-08 奥视(天津)科技有限公司 High concurrency signal processing platform based on golang
CN116567341B (en) * 2023-07-11 2023-10-10 奥视(天津)科技有限公司 High concurrency signal processing platform based on golang

Similar Documents

Publication Publication Date Title
CN111543037B (en) Event-driven serverless function orchestration
EP3543866B1 (en) Resource-efficient record processing in unified automation platforms for robotic process automation
CN107729139B (en) Method and device for concurrently acquiring resources
US20190377604A1 (en) Scalable function as a service platform
US11244233B2 (en) Intelligent adaptor service in unified automation platforms for robotic process automation
CN113703997A (en) Bidirectional asynchronous communication middleware system integrating multiple message agents and implementation method
CN112882813B (en) Task scheduling method, device and system and electronic equipment
US10698745B2 (en) Adapter extension for inbound messages from robotic automation platforms to unified automation platform
US20190272166A1 (en) Updating software components through online stores
CN110825535B (en) Job scheduling method and system
US10693816B2 (en) Communication methods and systems, electronic devices, and computer clusters
CN102880503A (en) Data analysis system and data analysis method
CN110658794B (en) Manufacturing execution system
US9323591B2 (en) Listening for externally initiated requests
CN110138876B (en) Task deployment method, device, equipment and platform
CN109254854A (en) Asynchronous invoking method, computer installation and storage medium
CN112313627A (en) Mapping mechanism of events to serverless function workflow instances
CN112039985B (en) Heterogeneous cloud management method and system
CN109670952B (en) Collecting and paying transaction platform
CN115964151A (en) Flow calculation task scheduling system and method for big data processing
CN113472638B (en) Edge gateway control method, system, device, electronic equipment and storage medium
US11016807B2 (en) Intermediary system for data streams
US10896077B2 (en) Messaging abstraction layer for integration with message oriented middleware platforms
CN117827454A (en) Task processing method and device
CN115686658A (en) Multi-cluster Spark task management 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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20220826

Address after: Unit G4-202-009, Artificial Intelligence Industrial Park, No. 88 Jinji Lake Avenue, Suzhou Industrial Park, Suzhou Area, China (Jiangsu) Pilot Free Trade Zone, Suzhou City, Jiangsu Province, 215124

Applicant after: Suzhou super planet Venture Capital Co.,Ltd.

Address before: Unit 12, 701, floor 7, building 3, yard 8, Xinyuan South Road, Chaoyang District, Beijing 100027

Applicant before: Beijing Tuling Video Technology Co.,Ltd.