CN115242880B - Micro-service framework access method based on network request bridging - Google Patents
Micro-service framework access method based on network request bridging Download PDFInfo
- Publication number
- CN115242880B CN115242880B CN202210829660.5A CN202210829660A CN115242880B CN 115242880 B CN115242880 B CN 115242880B CN 202210829660 A CN202210829660 A CN 202210829660A CN 115242880 B CN115242880 B CN 115242880B
- Authority
- CN
- China
- Prior art keywords
- micro
- test result
- service
- request
- instruction
- 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
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/50—Network service management, e.g. ensuring proper service fulfilment according to agreements
- H04L41/5003—Managing SLA; Interaction between SLA and QoS
- H04L41/5009—Determining service level performance parameters or violations of service level contracts, e.g. violations of agreed response time or mean time between failures [MTBF]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/16—Threshold monitoring
-
- 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/10—Protocols in which an application is distributed across nodes in the network
- H04L67/1001—Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
- H04L67/1004—Server selection for load balancing
- H04L67/1008—Server selection for load balancing based on parameters of servers, e.g. available memory or workload
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Hardware Design (AREA)
- General Engineering & Computer Science (AREA)
- Computer And Data Communications (AREA)
Abstract
The invention discloses a micro-service framework access method based on network request bridging, which comprises the steps of obtaining an encrypted message request obtained through privacy calculation, sending the encrypted message request to a micro-service framework server according to the encrypted message request, decrypting the encrypted message request, and obtaining a first instruction message request; classifying the first instruction message requests according to a preset instruction analysis model, calling corresponding micro-service framework function services according to the instruction request classification result, building a test result sample library according to the test result, calling the test result sample library data, bridging a new network request to a micro-service framework when the test result qualification rate meets the preset requirement, and bridging the network request to a single application framework if the test result qualification rate does not meet the preset requirement. After new functions are added in the use process under the financial scene, the system can stably operate, and the influence of instability of the micro-service architecture system on normal use of the bank financial system is reduced.
Description
Technical Field
The invention relates to the technical field of science and technology finance, in particular to a micro-service framework access method based on network request bridging.
Background
Micro-services, i.e., micro-service architecture, is an architectural style for structuring an application into a loosely coupled collection of services that implement business functions. The micro-service architecture enables continuous delivery and continuous deployment in large, complex applications. Micro services are relative to single application: usually consists of three important parts: client interface (consisting of HTML, javaScript), database (a generic, interrelated data management system consisting of a number of table components), server application. The server application processes the client's HTTP request, performs logic, retrieves and updates the data in the database, and then returns the processed data to the client.
When a single application is built into a system, all requests in the service are processed in a single process, and server stress is high when the access is high. Of course, the method can be horizontally expanded, and the examples are deployed into a plurality of servers by using load balancing. The single application was successful before, but with the advent of the cloud age, the single application became somewhat inadequate, and particularly when the application program was released to the cloud, a function change was required, and uniform compiling and release were required. Such architecture mode makes it difficult to make a change of one module not affect other modules, and also makes it possible to expand only the whole in terms of expansion, and it is not possible to expand according to the part being operated. The advent of micro-service architecture solves this problem, a system consisting of multiple services, each of which can be deployed independently, extended independently, each of which also provides a clear modular boundary, and even different services can be implemented using different programming languages, or managed by different teams.
However, when new functions are added to the micro-service architecture to fail in the use process of the micro-service architecture, the maintenance process can affect the normal use of a banking financial system, and a micro-service framework access method based on network request bridging is developed to solve the problem.
Disclosure of Invention
The invention aims to provide a network request bridging-based micro-service framework access method, which aims to solve the problem that when a new function is added in the use process of a micro-service framework to fail, the normal use of a banking financial system is influenced in the maintenance process.
The invention provides a micro-service framework access method based on network request bridging, which comprises the following steps:
acquiring an encrypted message request obtained through privacy calculation;
Sending the encrypted message request to a micro-service framework server according to the encrypted message request, decrypting the encrypted message request, and obtaining a first instruction message request;
classifying the first instruction message request according to a preset instruction analysis model to obtain an instruction request classification result, and calling a corresponding micro-service framework function service according to the instruction request classification result;
testing the corresponding micro-service framework function service to obtain a test result, and building a test result sample library according to the test result;
and calling the test result sample library data, and requesting the network to bridge the micro-service framework if the test result qualification rate reaches a preset value.
Further, obtaining an encrypted message request obtained through privacy calculation, wherein the encrypted message request comprises;
acquiring message content for pre-analysis to obtain an analysis result of the registration content;
Matching corresponding destination address information according to the analysis result of the registration content;
And calculating the corresponding destination address and the message content through a preset privacy calculation model to obtain an encrypted message request.
Further, the encrypted message request is sent to a micro-service framework server, and decrypted to obtain a first instruction message request, including:
Sending the encrypted message request to a micro-service framework server according to the encrypted message request;
Network nodes in the micro-service framework server are used for obtaining the destination address information in the encrypted message;
And sending the encrypted message request to a destination node, calculating through a preset privacy calculation model, and decrypting the encrypted message request to obtain a first instruction message request.
Further, classifying the first instruction message request according to a preset instruction analysis model to obtain an instruction request classification result, and calling a corresponding micro-service framework function service according to the instruction request classification result, including:
classifying the first instruction message request according to a preset instruction analysis model, wherein the preset instruction analysis model comprises a load balancing analysis model;
the load balancing analysis model is used for distributing the first instruction message to a micro-service architecture server with sufficient capacity according to the load condition of the micro-service container to obtain an instruction request classification result;
And calling the corresponding micro-service framework function service according to the instruction request classification result.
Further, by testing the corresponding micro service framework function service, a test result is obtained, and a test result sample library is built according to the test result, including:
the micro-service architecture comprises a micro-service architecture server, wherein the micro-service architecture server comprises a registration module, an authentication module, a configuration module, a monitoring module and a log module, and a front-end display module, an interface management module, a service module and a micro-service management module;
selecting any micro-service architecture server in the micro-service architecture to test, and obtaining a test result;
performing cluster analysis on the test result to obtain a test analysis result;
and storing the test analysis result into a micro-service container, and constructing a test result sample library.
Further, the method for retrieving the test result sample library data, if the test result qualification rate reaches a preset value, the network requests to bridge the micro-service framework comprises the following steps:
invoking the test result sample library data to carry out sequence marking, wherein the test result sample library data comprises a micro-service framework server-side log and error reporting statistical data, and generating a test result sequence;
Establishing a test model for retesting the error reporting content in the test result sequence, and counting the qualification rate of the test result;
and if the qualification rate of the test result reaches a preset value, the network requests to bridge the micro-service framework.
The beneficial effects of the invention are as follows: the invention provides a micro-service framework access method based on network request bridging, which comprises the steps of obtaining an encrypted message request obtained through privacy calculation, sending the encrypted message request to a micro-service framework server according to the encrypted message request, decrypting the encrypted message request, and obtaining a first instruction message request; classifying the first instruction message request according to a preset instruction analysis model to obtain an instruction request classification result, calling a corresponding micro-service framework function service according to the instruction request classification result, obtaining a test result by testing the corresponding micro-service framework function service, building a test result sample library according to the test result, calling the test result sample library data, bridging a network request to a micro-service framework if the test result qualification rate reaches a preset value, bridging a new network request to the micro-service framework if the test result qualification rate meets the preset requirement, and bridging the network request to a single application framework if the test result qualification rate does not meet the preset requirement. After new functions are added in the use process under the financial scene, the system can stably operate, and the influence of instability of the micro-service architecture system on normal use of the bank financial system is reduced.
Drawings
In order to more clearly illustrate the technical solution of the present invention, the drawings that are needed in the embodiments will be briefly described below, and it will be obvious to those skilled in the art that other drawings can be obtained from these drawings without inventive effort.
FIG. 1 is a flowchart of a method for accessing a micro-service framework based on network request bridging according to an embodiment of the present invention;
Fig. 2 is a flowchart of a step S101 of a method for accessing a micro service framework based on network request bridging according to an embodiment of the present invention;
fig. 3 is a flowchart of a micro service framework access method S102 based on network request bridging according to an embodiment of the present invention;
Fig. 4 is a flowchart of a micro service framework access method S103 based on network request bridging according to an embodiment of the present invention;
Fig. 5 is a flowchart of a micro service framework access method S104 based on network request bridging according to an embodiment of the present invention;
Fig. 6 is a flowchart of a micro service framework access method S105 based on network request bridging according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the technical solutions of the present invention will be clearly and completely described below with reference to specific embodiments of the present invention and corresponding drawings. It will be apparent that the described embodiments are only some, but not all, embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention. The following describes in detail the technical solutions provided by the embodiments of the present invention with reference to the accompanying drawings.
Referring to fig. 1, the present invention provides a method for accessing a micro service framework based on network request bridging, comprising:
s101, acquiring an encrypted message request obtained through privacy calculation;
the message instruction sent by the client side avoids data leakage, and the message is encrypted through a preset privacy calculation model to obtain an encrypted message request.
S102, sending the encrypted message request to a micro-service framework server, decrypting the encrypted message request, and obtaining a first instruction message request;
and the micro-service framework server receives the message sent by the client, calculates and decrypts the encrypted message request through a preset privacy calculation model, and obtains a first instruction message request.
S103, classifying the first instruction message request according to a preset instruction analysis model to obtain an instruction request classification result, and calling a corresponding micro-service framework function service according to the instruction request classification result;
For example, when the micro-service architecture faces a large load, the first instruction message requests are classified according to a preset instruction analysis model, the load is dispersed to different micro-service servers, and the micro-service servers can independently complete the request command of the client, so that the problem that the system runs slowly due to more data queuing is avoided.
S104, testing the corresponding micro-service framework function service to obtain a test result, and building a test result sample library according to the test result;
And (3) testing to increase the function A from the load balancing list by constructing a test result sample library, and upgrading the application. The application is tested. After the A function is added to the micro service architecture, the micro service architecture server is re-added to the load balancing list, and if the newly added A function is successfully tested by online use, the rest other micro service architecture servers are upgraded.
S105, the test result sample library data is called, and if the test result qualification rate reaches a preset value, the network requests to bridge the micro-service framework.
And calling the test result sample library data, bridging the network request to the micro-service framework if the test result qualification rate reaches a preset value, bridging a new network request to the micro-service framework when the test result qualification rate meets the preset requirement, and bridging the network request to the single application framework if the test result qualification rate does not meet the preset requirement. After new functions are added in the use process under the financial scene, the system can stably operate, and the influence of instability of the micro-service architecture system on normal use of the bank financial system is reduced.
Further, referring to fig. 2, obtaining an encrypted message request obtained through privacy calculation includes;
S201, acquiring message content for pre-analysis to obtain an analysis result of the registration content;
Firstly, analyzing the message content to obtain the analysis result of the registration content, playing a role of pre-shunting, and avoiding the influence of overlarge load on the normal use of the system.
S202, matching corresponding destination address information according to the analysis result of the registration content;
s203, obtaining an encrypted message request by calculating the corresponding destination address and the message content through a preset privacy calculation model.
The message instruction sent by the client side avoids data leakage, and the message is encrypted through a preset privacy calculation model to obtain an encrypted message request.
Further, referring to fig. 3, according to the encrypted message request, the encrypted message request is sent to a micro-service framework server, and decrypted to obtain a first instruction message request, including:
S301, sending the encrypted message request to a micro-service framework server;
s302, network nodes in the micro-service framework server are used for obtaining the destination address information in the encrypted message;
S303, sending the encrypted message request to a destination node, calculating through a preset privacy calculation model, and decrypting the encrypted message request to obtain a first instruction message request.
And the micro-service framework server receives the message sent by the client, calculates and decrypts the encrypted message request through a preset privacy calculation model, and obtains a first instruction message request.
Further, referring to fig. 4, classifying the first instruction packet request according to a preset instruction analysis model to obtain an instruction request classification result, and calling a corresponding micro-service framework function service according to the instruction request classification result, including:
s401, classifying the first instruction message request according to a preset instruction analysis model, wherein the preset instruction analysis model comprises a load balancing analysis model;
The preset instruction analysis model comprises a load balancing analysis model, and the load is reasonably distributed, so that the influence on the normal operation of the system due to overlarge load is avoided.
S402, the load balancing analysis model is used for distributing the first instruction message to a micro-service architecture server with sufficient capacity according to the load condition of a micro-service container to obtain an instruction request classification result;
S403, calling the corresponding micro-service framework function service according to the instruction request classification result.
For example, when the micro-service architecture faces a large load, the first instruction message requests are classified according to a preset instruction analysis model, the load is dispersed to different micro-service servers, and the micro-service servers can independently complete the request command of the client, so that the problem that the system runs slowly due to more data queuing is avoided.
Further, referring to fig. 5, by testing the corresponding micro service framework function service, a test result is obtained, and a test result sample library is built according to the test result, including:
S501, the micro-service architecture comprises a micro-service architecture server, wherein the micro-service architecture server comprises a registration module, an authentication module, a configuration module, a monitoring module and a log module, and a front-end display module, an interface management module, a business module and a micro-service management module;
s502, selecting any micro-service architecture server in the micro-service architecture to test, and obtaining a test result;
S503, performing cluster analysis on the test result to obtain a test analysis result;
s504, storing the test analysis result into a micro-service container, and constructing a test result sample library.
And (3) testing to increase the function A from the load balancing list by constructing a test result sample library, and upgrading the application. The application is tested. After the A function is added to the micro service architecture, the micro service architecture server is re-added to the load balancing list, and if the newly added A function is successfully tested by online use, the rest other micro service architecture servers are upgraded
Further, referring to fig. 6, the step of retrieving the test result sample library data, and if the test result qualification rate reaches a preset value, requesting the network to bridge the micro-service framework includes:
S601, invoking the test result sample library data to carry out sequence marking, wherein the test result sample library data comprises a micro-service framework server side log and error reporting statistical data, and generating a test result sequence;
S602, establishing a test model for retesting the error reporting content in the test result sequence, and counting the qualification rate of the test result;
S603, if the qualification rate of the test result reaches a preset value, the network requests to bridge the micro-service framework.
And calling the test result sample library data, bridging the network request to the micro-service framework if the test result qualification rate reaches a preset value, bridging a new network request to the micro-service framework when the test result qualification rate meets the preset requirement, and bridging the network request to the single application framework if the test result qualification rate does not meet the preset requirement. After new functions are added in the use process under the financial scene, the system can stably operate, and the influence of instability of the micro-service architecture system on normal use of the bank financial system is reduced.
As can be seen from the above embodiments, the method for accessing a micro-service framework based on network request bridging provided by the present invention has the advantages that an encrypted message request obtained through privacy calculation is obtained, and is sent to a micro-service framework server according to the encrypted message request, and the encrypted message request is decrypted to obtain a first instruction message request; classifying the first instruction message request according to a preset instruction analysis model to obtain an instruction request classification result, calling a corresponding micro-service framework function service according to the instruction request classification result, obtaining a test result by testing the corresponding micro-service framework function service, building a test result sample library according to the test result, calling the test result sample library data, bridging a network request to a micro-service framework if the test result qualification rate reaches a preset value, bridging a new network request to the micro-service framework if the test result qualification rate meets the preset requirement, and bridging the network request to a single application framework if the test result qualification rate does not meet the preset requirement. After new functions are added in the use process under the financial scene, the system can stably operate, and the influence of instability of the micro-service architecture system on normal use of the bank financial system is reduced.
The embodiment of the invention also provides a storage medium, and a computer program is stored in the storage medium, and when the computer program is executed by a processor, part or all of the steps in each embodiment of the network request bridging-based micro service framework access method provided by the invention are realized. The storage medium may be a magnetic disk, an optical disk, a Read-only memory (ROM), a Random Access Memory (RAM), or the like.
It will be apparent to those skilled in the art that the techniques of embodiments of the present invention may be implemented in software plus a necessary general purpose hardware platform. Based on such understanding, the technical solutions in the embodiments of the present invention may be embodied in essence or what contributes to the prior art in the form of a software product, which may be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method described in the embodiments or some parts of the embodiments of the present invention.
The embodiments of the present invention described above do not limit the scope of the present invention.
Claims (1)
1. The method for accessing the micro-service framework based on network request bridging is characterized by comprising the following steps of;
acquiring an encrypted message request obtained through privacy calculation;
Sending the encrypted message request to a micro-service framework server according to the encrypted message request, decrypting the encrypted message request, and obtaining a first instruction message request;
classifying the first instruction message request according to a preset instruction analysis model to obtain an instruction request classification result, and calling a corresponding micro-service framework function service according to the instruction request classification result;
testing the corresponding micro-service framework function service to obtain a test result, and building a test result sample library according to the test result;
The test result sample library data is called, and if the test result qualification rate reaches a preset value, the network requests to bridge the micro-service framework; if the qualification rate of the test result does not reach the preset value, bridging the network request to a single application architecture;
obtaining an encrypted message request obtained through privacy calculation, wherein the encrypted message request comprises;
Obtaining message content and pre-analyzing the message content to obtain a message content analysis result;
matching corresponding destination address information according to the analysis result of the message content;
Obtaining an encrypted message request by calculating the corresponding destination address and the message content through a preset privacy calculation model;
sending the encrypted message request to a micro-service framework server, decrypting the encrypted message request to obtain a first instruction message request, wherein the first instruction message request comprises:
Sending the encrypted message request to a micro-service framework server according to the encrypted message request;
Network nodes in the micro-service framework server are used for obtaining the destination address information in the encrypted message;
sending an encrypted message request to a destination node, calculating through a preset privacy calculation model, decrypting the encrypted message request, and obtaining a first instruction message request;
classifying the first instruction message request according to a preset instruction analysis model to obtain an instruction request classification result, and calling a corresponding micro-service framework function service according to the instruction request classification result, wherein the method comprises the following steps:
classifying the first instruction message request according to a preset instruction analysis model, wherein the preset instruction analysis model comprises a load balancing analysis model;
the load balancing analysis model is used for distributing the first instruction message to a micro-service framework server with sufficient capacity according to the load condition of the micro-service container to obtain an instruction request classification result;
calling the corresponding micro-service framework function service according to the instruction request classification result;
Testing the corresponding micro service framework function service to obtain a test result, and building a test result sample library according to the test result, wherein the method comprises the following steps:
The micro-service framework comprises a micro-service framework server, wherein the micro-service framework server comprises a registration module, an authentication module, a configuration module, a monitoring module and a log module, and the front-end display module, the interface management module, the service module and the micro-service management module;
Selecting any micro-service frame server in the micro-service frame to test, and obtaining a test result;
performing cluster analysis on the test result to obtain a test analysis result;
Storing the test analysis result into a micro-service container, and constructing a test result sample library;
and calling the test result sample library data, and if the test result qualification rate reaches a preset value, requesting the network to bridge the micro-service framework, wherein the method comprises the following steps of:
Invoking the test result sample library data to carry out sequence marking, wherein the test result sample library data comprises a micro-service framework server log and error reporting statistical data, and generating a test result sequence;
Establishing a test model for retesting the error reporting content in the test result sequence, and counting the qualification rate of the test result;
and if the qualification rate of the test result reaches a preset value, the network requests to bridge the micro-service framework.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210829660.5A CN115242880B (en) | 2022-07-14 | 2022-07-14 | Micro-service framework access method based on network request bridging |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210829660.5A CN115242880B (en) | 2022-07-14 | 2022-07-14 | Micro-service framework access method based on network request bridging |
Publications (2)
Publication Number | Publication Date |
---|---|
CN115242880A CN115242880A (en) | 2022-10-25 |
CN115242880B true CN115242880B (en) | 2024-07-12 |
Family
ID=83673663
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202210829660.5A Active CN115242880B (en) | 2022-07-14 | 2022-07-14 | Micro-service framework access method based on network request bridging |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN115242880B (en) |
Family Cites Families (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9842045B2 (en) * | 2016-02-19 | 2017-12-12 | International Business Machines Corporation | Failure recovery testing framework for microservice-based applications |
US10341438B2 (en) * | 2017-03-17 | 2019-07-02 | Verizon Patent ad Licensing Inc. | Deploying and managing containers to provide a highly available distributed file system |
US11314627B2 (en) * | 2018-04-20 | 2022-04-26 | Sap Se | Test automation system for distributed heterogenous environments |
CN108712309B (en) * | 2018-06-11 | 2022-03-25 | 郑州云海信息技术有限公司 | Microservice node protection method and system under microservice architecture |
CN108965442A (en) * | 2018-07-23 | 2018-12-07 | 珠海宏桥高科技有限公司 | A kind of micro services infrastructure services dissemination system and model-based optimization method |
CN109710524A (en) * | 2018-12-19 | 2019-05-03 | 上海华兴数字科技有限公司 | A kind of automatic test approach, system and computer storage medium |
CN110096437A (en) * | 2019-04-12 | 2019-08-06 | 平安普惠企业管理有限公司 | The test method and Related product of micro services framework |
US20200366573A1 (en) * | 2019-05-17 | 2020-11-19 | Citrix Systems, Inc. | Systems and methods for visualizing dependency experiments |
CN112463634B (en) * | 2020-12-11 | 2024-03-29 | 中国人民银行清算总中心 | Software testing method and device under micro-service architecture |
CN112564980B (en) * | 2020-12-17 | 2023-10-03 | 广东精一信息技术有限公司 | Service monitoring method and system based on micro-service architecture |
CN112905486B (en) * | 2021-03-26 | 2022-07-08 | 建信金融科技有限责任公司 | Service integration test method, device and system |
CN113824950B (en) * | 2021-07-09 | 2025-09-09 | 腾讯科技(深圳)有限公司 | Service processing method, device, equipment and medium |
CN113887857A (en) * | 2021-08-02 | 2022-01-04 | 广州吉思数字科技有限公司 | Knowledge input and calculation system based on distributed micro-service and logical reasoning |
CN113835842B (en) * | 2021-09-28 | 2025-01-28 | 工银科技有限公司 | Service design method and system that supports both monolithic architecture and microservice architecture |
CN114428741A (en) * | 2022-01-25 | 2022-05-03 | 中国银行股份有限公司 | System function testing method, device, equipment and storage medium |
-
2022
- 2022-07-14 CN CN202210829660.5A patent/CN115242880B/en active Active
Also Published As
Publication number | Publication date |
---|---|
CN115242880A (en) | 2022-10-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10805171B1 (en) | Understanding network entity relationships using emulation based continuous learning | |
US20220337493A1 (en) | Report generation from testing a test application in a network-as-a-service | |
US12028210B2 (en) | Production software application performance and resiliency testing | |
US9354871B2 (en) | Multi-stage push notifications for software logistic tools | |
US10833937B2 (en) | Detect impact of network maintenance in software defined infrastructure | |
US20210092029A1 (en) | Service ticket escalation based on interaction patterns | |
EP3210134A1 (en) | Composite partition functions | |
CN114077518B (en) | Data snapshot method, device, equipment and storage medium | |
US20220050732A1 (en) | Application infrastructure configuration based on annotated api schemas | |
CN114401187B (en) | Gray scale issuing method, device, computer equipment and storage medium | |
CN113360947A (en) | Data desensitization method and device, computer readable storage medium and electronic equipment | |
CN114692169A (en) | Page vulnerability processing method applying big data and AI analysis and page service system | |
CA3065729A1 (en) | Business rules processing framework | |
CN114500268B (en) | Method and device for deploying char resources, server and storage medium | |
CN113326052B (en) | Business component upgrade method, device, computer equipment and storage medium | |
CN115242880B (en) | Micro-service framework access method based on network request bridging | |
US11240107B1 (en) | Validation and governance of a cloud computing platform based datacenter | |
CN109902027A (en) | A kind of TPC-DS test method and system convenient to carry out | |
CN109274533B (en) | Web service fault positioning device and method based on rule engine | |
CN117407262A (en) | Pressure testing method, device and system | |
US9059992B2 (en) | Distributed mobile enterprise application platform | |
CN108133046B (en) | Data analysis method and device | |
CN116954663A (en) | Cloud container gray level release method based on Kubernetes | |
CN116955319A (en) | Service data migration method, device, equipment and storage medium | |
CN113031960B (en) | Code compiling method, device, server 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 |