CN111741079A - Micro-service architecture based interface processing method and system - Google Patents

Micro-service architecture based interface processing method and system Download PDF

Info

Publication number
CN111741079A
CN111741079A CN202010486903.0A CN202010486903A CN111741079A CN 111741079 A CN111741079 A CN 111741079A CN 202010486903 A CN202010486903 A CN 202010486903A CN 111741079 A CN111741079 A CN 111741079A
Authority
CN
China
Prior art keywords
interface
service
service request
micro
center
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
CN202010486903.0A
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.)
Electric Power Research Institute of Guangxi Power Grid Co Ltd
Original Assignee
Electric Power Research Institute of Guangxi Power Grid 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 Electric Power Research Institute of Guangxi Power Grid Co Ltd filed Critical Electric Power Research Institute of Guangxi Power Grid Co Ltd
Priority to CN202010486903.0A priority Critical patent/CN111741079A/en
Publication of CN111741079A publication Critical patent/CN111741079A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/50Queue scheduling
    • H04L47/62Queue scheduling characterised by scheduling criteria
    • H04L47/6245Modifications to standard FIFO or LIFO
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention discloses an interface processing method and system based on a micro-service architecture, wherein the method comprises the following steps: each business system provides an access interface micro-service request to the interface service request center, and the interface service request center decomposes the access interface micro-service request to obtain a service request queue; the interface service dynamic dispatching center monitors the interface service of the service request queue and dynamically dispatches the service request; and according to the equipment type of the access interface micro-service request, the interface micro-service center deploys the micro-service corresponding to the equipment type. In the implementation of the invention, the dynamic decomposition and scheduling processing of the interface service task are realized, and the interface processing efficiency is improved.

Description

Micro-service architecture based interface processing method and system
Technical Field
The invention relates to the technical field of power distribution networks and micro services, in particular to an interface processing method and system based on a micro service architecture.
Background
At present, a micro-service architecture based on restful interface specifications becomes a mainstream architecture of current Java development, the application is wide, massive large-scale access traffic generated by users can be decomposed through interface or application micro-service, a divide-and-conquer method is adopted to achieve functional indexes required by the users, and meanwhile, the requirements of the users on non-functional quality of high availability, high performance, scalability, extensibility and safety are met. In current systems, there is a large demand for real-time and non-real-time data synchronization, among which: the interface of the equipment archive change information and the equipment operation and maintenance information is low frequency, once per day or once per week, the real-time operation data interface of the equipment is high frequency, the distribution is generally changed into 15 minutes according to the frequency acquired by the equipment, the main transformer, the high-voltage line and the medium-voltage line are 5 minutes or higher, due to the existence of real-time and non-real-time mass data interaction, the access amount of the data interface service is large, the monitoring and dynamic scheduling of the interface service are lacked, the dynamic intelligent scheduling can not be carried out according to the task data, the data transmission amount, the interface operation state and the server hardware resource operation condition of each interface service, a large amount of system resources are easily occupied, the problem of interface service task blockage is easily caused, the interface processing efficiency is low, and the daily application of.
Disclosure of Invention
The invention aims to overcome the defects of the prior art, and provides an interface processing method and system based on a micro-service architecture, which realize the dynamic decomposition and scheduling processing of interface service tasks and improve the interface processing efficiency.
In order to solve the above technical problem, an embodiment of the present invention provides an interface processing method based on a micro service architecture, including an interface service request center, an interface service dynamic scheduling center, and an interface micro service center, where the method includes:
each business system provides an access interface micro-service request to the interface service request center, and the interface service request center decomposes the access interface micro-service request to obtain a service request queue;
the interface service dynamic dispatching center monitors the interface service of the service request queue and dynamically dispatches the service request;
and according to the equipment type of the access interface micro-service request, the interface micro-service center deploys the micro-service corresponding to the equipment type.
Optionally, the step of each service system submitting an access interface micro-service request to the interface service request center, where the interface service request center decomposes the access interface micro-service request to obtain a service request queue includes:
each business system provides an access interface micro-service request to the interface service request center according to the incremental business data condition generated by the system of the business system;
according to the size of the incremental data block, or the frequency, or the data type of the access interface microservice request, the interface service request center decomposes the access interface microservice request to obtain a service request queue;
and the interface service request center transmits the service request queue to the interface service dynamic scheduling center.
Optionally, the decomposing the access interface microservice request by the interface service request center to obtain the service request queue further includes: when the access interface micro-service request increment exceeds the limit, the interface service request center decomposes the access interface micro-service request according to the area to which the object of the access interface micro-service request belongs, or the equipment type, or the data transmission frequency to obtain a service request queue.
Optionally, the interface service dynamic scheduling center performing interface service monitoring and service request dynamic scheduling on the service request queue includes: the interface service dynamic scheduling center acquires the resource application condition of each current service node by monitoring the running condition of the distributed interface service, quickly senses the flow change of the system and finds out the bottleneck of the system, and provides a basis for dynamic scheduling of service requests.
Optionally, the interface service monitoring includes: monitoring of service requests, and monitoring of service resources, and monitoring of microservices.
Optionally, the interface service dynamic scheduling center performing interface service monitoring and service request dynamic scheduling on the service request queue further includes:
according to the FIFO logic sequence, the interface service dynamic scheduling center distributes the access interface micro-service requests to each micro-service interface and obtains a service request sub-queue;
and according to the dynamic adjustment strategy, the interface service dynamic scheduling center dynamically adjusts the service request sub-queue in the execution of each micro service interface to obtain a new service request sub-queue.
Optionally, the allocating, by the interface service dynamic scheduling center, the access interface micro-service requests to each micro-service interface according to the FIFO logic sequence, and obtaining the service request sub-queue includes: based on the monitoring of the service request, the monitoring of the service resource and the monitoring of the micro-service, the interface service dynamic dispatching center distributes the access interface micro-service request to each micro-service interface according to the FIFO logic sequence, and obtains a service request sub-queue.
Optionally, the dynamically adjusting, by the interface service dynamic scheduling center, the service request sub-queue executed by each micro service interface according to the dynamic adjustment policy to obtain a new service request sub-queue includes:
the interface dynamic scheduling center activates the current access interface micro-service request and processes the access interface micro-service request according to the FIFO sequence;
and after the access interface micro-service request is processed, returning to request processing completion information and interface service request calling condition report and abnormal report information.
In addition, an embodiment of the present invention further provides an interface processing system based on a micro service architecture, where the system includes:
a service request decomposition module: each business system provides an access interface micro-service request to the interface service request center, and the interface service request center decomposes the access interface micro-service request to obtain a service request queue;
a service dynamic scheduling module: the interface service dynamic dispatching center is used for monitoring the interface service of the service request queue and dynamically dispatching the service request;
a microservice deployment module: the interface micro-service center is used for deploying micro-services corresponding to the equipment types according to the equipment types of the access interface micro-service requests.
In the implementation of the invention, based on the micro-service architecture, the interface service request is dynamically decomposed into a plurality of service request queues capable of being processed in parallel, and according to the dynamic scheduling strategy of the interface service request, the dynamic allocation of the service request queues is realized, the automatic, sequential, accurate and faster-response-time interface data processing is realized, the batch processing efficiency of the interface data is improved, the flexibility of configuration is enhanced, the overhead of extra resources is reduced, and the user experience is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flow chart illustrating a method for processing an interface based on a micro service architecture according to an embodiment of the present invention;
fig. 2 is a schematic structural component diagram of an interface processing system based on a micro service architecture in an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example one
Referring to fig. 1, fig. 1 is a flowchart illustrating an interface processing method based on a micro service architecture according to an embodiment of the present invention.
As shown in fig. 1, an interface processing method based on a micro-service architecture includes an interface service request center, an interface service dynamic scheduling center, and an interface micro-service center, where the method includes:
s11: each business system provides an access interface micro-service request to the interface service request center, and the interface service request center decomposes the access interface micro-service request to obtain a service request queue;
in the specific implementation process of the present invention, each service system provides an access interface microservice request to the interface service request center, and the interface service request center decomposes the access interface microservice request to obtain a service request queue, including: each business system provides an access interface micro-service request to the interface service request center according to the incremental business data condition generated by the system of the business system; according to the size of the incremental data block, or the frequency, or the data type of the access interface microservice request, the interface service request center decomposes the access interface microservice request to obtain a service request queue; and the interface service request center transmits the service request queue to the interface service dynamic scheduling center. It should be noted that, when the access interface micro service request increment exceeds the limit in size of the data block, the interface service request center decomposes the access interface micro service request according to the area to which the object of the access interface micro service request belongs, or the device type, or the data transmission frequency, to obtain a service request queue.
Specifically, each business system 1-N applies for accessing the interface micro-service to the interface service request center according to the incremental business data condition generated by the system, and the interface service request center dynamically decomposes the interface service request into a service request queue by adopting a dynamic decomposition method according to the characteristics of the size, the frequency and the data type of the incremental data block of the service request and sends the service request queue to the interface service dynamic scheduling center. It should be noted that the service request decomposition principle is to decompose the interface service request into a service request queue according to the size of the obtained incremental service system data block, according to the data corresponding to the service request, different areas, different device types, different data transmission frequencies, and the like; for example: when the size of the data block of the increment of the service request exceeds 50000 lines, the service request limit is 10000 lines, the service request can be decomposed into a plurality of service requests such as (I), (II), (III), … … and the like according to the area of the service request data object, the equipment type, the data type and the data transmission frequency, and a service request queue is formed.
S12: the interface service dynamic dispatching center monitors the interface service of the service request queue and dynamically dispatches the service request;
in the specific implementation process of the present invention, the interface service dynamic scheduling center performing interface service monitoring and service request dynamic scheduling on the service request queue includes: the interface service dynamic scheduling center acquires the resource application condition of each current service node by monitoring the running condition of the distributed interface service, quickly senses the flow change of the system and finds out the bottleneck of the system, and provides a basis for dynamic scheduling of service requests; wherein the interface service monitoring comprises: monitoring of service requests, and monitoring of service resources, and monitoring of microservices.
Specifically, monitoring of service requests: dynamically monitoring the length of each type of service request queue of an interface service request center, the length of a to-be-executed sub-service request queue corresponding to each micro service interface, and the execution state of each service request in the sub-queues, including the quantity of each sub-service request to be executed, and acquiring the task quantity of each current micro service interface; monitoring of service resources: dynamically monitoring the application condition of server resources corresponding to each micro service, including the network bandwidth, I/O, CPU, memory and cache execution condition of the server; monitoring of microservices: and monitoring the request quantity, the average request time of the services, the error rate, the throughput rate and other conditions of each micro service to obtain the execution performance index of the micro service.
In addition, the interface service dynamic scheduling center performing interface service monitoring and service request dynamic scheduling on the service request queue further includes: according to the FIFO logic sequence, the interface service dynamic scheduling center distributes the access interface micro-service requests to each micro-service interface and obtains a service request sub-queue; according to the dynamic adjustment strategy, the interface service dynamic scheduling center dynamically adjusts the service request sub-queue in the execution of each micro service interface to obtain a new service request sub-queue; in the implementation of the invention, the whole service request processing time is compressed and the resource utilization efficiency is improved.
Optionally, the allocating, by the interface service dynamic scheduling center, the access interface micro-service requests to each micro-service interface according to the FIFO logic sequence, and obtaining the service request sub-queue includes: based on the monitoring of the service request, the monitoring of the service resource and the monitoring of the micro-service, the interface service dynamic dispatching center distributes the access interface micro-service request to each micro-service interface according to the FIFO logic sequence, and obtains a service request sub-queue.
Specifically, the interface service request center forms a service request queue in the first, second, third and … … (R) according to the service request rule and sends the interface service queue to the interface service dynamic dispatching center, and the interface service dynamic dispatching center distributes each micro-service according to the service request monitoring, service resource monitoring and micro-service monitoring conditions and the FIFO logic sequence to form a new service sub-request queue; the service request allocation mainly considers the comprehensive evaluation conditions of service request monitoring, service resource monitoring and micro-service monitoring; the execution strategy for monitoring the service request comprises the following steps: the number of the service requests to be executed by each service request sub-queue, the execution state of each service request and the estimated execution time parameter of each service request; the execution strategy of the service resource monitoring comprises the following steps: network bandwidth, server CUP, and memory execution; the execution strategy of the micro-service monitoring comprises the indexes of average waiting time and throughput of each service request.
Optionally, the dynamically adjusting, by the interface service dynamic scheduling center, the service request sub-queue executed by each micro service interface according to the dynamic adjustment policy to obtain a new service request sub-queue includes: the interface dynamic scheduling center activates the current access interface micro-service request and processes the access interface micro-service request according to the FIFO sequence; and after the access interface micro-service request is processed, returning to request processing completion information and interface service request calling condition report and abnormal report information.
Specifically, the interface service requests of each service request sub-queue are processed according to an FIFO (first in first out) logic sequence, a current interface service request is activated at first, a subsequent interface service request is activated after the current interface service request task is processed, and request processing completion information, an interface service request calling condition report and exception report information are returned after the processing of each interface service request is completed; when the waiting time of a certain sub-service request queue is too long or the service request calling is abnormal, the service request is dynamically dispatched to redistribute the interface service request and inserted into a new sub-queue for processing.
It should be noted that: when a certain sub-service request sub-queue is too long, the waiting time of the interface service request is too long, which affects the efficiency of the interface service, and the service requests which are not executed subsequently in the sub-service request sub-queue are distributed to other micro-service nodes for processing according to the comprehensive evaluation interface of the interface service monitoring on the service request monitoring, the service resource monitoring and the micro-service monitoring; and aiming at the condition that the interface service request is abnormal in calling, the system suspends the interface service request, executes a rollback program according to the abnormal log information of the interface service request and performs reallocation through dynamic scheduling of the service request.
S13: and according to the equipment type of the access interface micro-service request, the interface micro-service center deploys the micro-service corresponding to the equipment type.
In the implementation of the invention, based on the micro-service architecture, the interface service request is dynamically decomposed into a plurality of service request queues capable of being processed in parallel, and according to the dynamic scheduling strategy of the interface service request, the dynamic allocation of the service request queues is realized, the automatic, sequential, accurate and faster-response-time interface data processing is realized, the batch processing efficiency of the interface data is improved, the flexibility of configuration is enhanced, the overhead of extra resources is reduced, and the user experience is improved.
Example two
Referring to fig. 2, fig. 2 is a schematic structural diagram of an interface processing system based on a micro service architecture according to an embodiment of the present invention.
As shown in fig. 2, an interface processing system based on micro service architecture, the system includes:
the service request resolution module 11: each business system provides an access interface micro-service request to the interface service request center, and the interface service request center decomposes the access interface micro-service request to obtain a service request queue;
the service dynamic scheduling module 12: the interface service dynamic dispatching center is used for monitoring the interface service of the service request queue and dynamically dispatching the service request;
the microservice deployment module 13: the interface micro-service center is used for deploying micro-services corresponding to the equipment types according to the equipment types of the access interface micro-service requests.
Specifically, the working principle of the system related function module according to the embodiment of the present invention may refer to the description related to the first method embodiment, and is not described herein again.
In the implementation of the invention, based on the micro-service architecture, the interface service request is dynamically decomposed into a plurality of service request queues capable of being processed in parallel, and according to the dynamic scheduling strategy of the interface service request, the dynamic allocation of the service request queues is realized, the automatic, sequential, accurate and faster-response-time interface data processing is realized, the batch processing efficiency of the interface data is improved, the flexibility of configuration is enhanced, the overhead of extra resources is reduced, and the user experience is improved.
Those skilled in the art will appreciate that all or part of the steps in the methods of the above embodiments may be implemented by associated hardware instructed by a program, which may be stored in a computer-readable storage medium, and the storage medium may include: a Read Only Memory (ROM), a Random Access Memory (RAM), a magnetic or optical disk, or the like.
In addition, the interface processing method and system based on the micro service architecture provided by the embodiment of the present invention are described in detail above, and a specific embodiment should be adopted herein to explain the principle and the implementation manner of the present invention, and the description of the above embodiment is only used to help understanding the method and the core idea of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (9)

1. An interface processing method based on micro service architecture comprises an interface service request center, an interface service dynamic scheduling center and an interface micro service center, and is characterized in that the method comprises the following steps:
each business system provides an access interface micro-service request to the interface service request center, and the interface service request center decomposes the access interface micro-service request to obtain a service request queue;
the interface service dynamic dispatching center monitors the interface service of the service request queue and dynamically dispatches the service request;
and according to the equipment type of the access interface micro-service request, the interface micro-service center deploys the micro-service corresponding to the equipment type.
2. The interface processing method based on micro service architecture of claim 1, wherein the each service system provides an access interface micro service request to the interface service request center, and the interface service request center decomposes the access interface micro service request to obtain a service request queue, including:
each business system provides an access interface micro-service request to the interface service request center according to the incremental business data condition generated by the system of the business system;
according to the size of the incremental data block, or the frequency, or the data type of the access interface microservice request, the interface service request center decomposes the access interface microservice request to obtain a service request queue;
and the interface service request center transmits the service request queue to the interface service dynamic scheduling center.
3. The interface processing method based on micro service architecture as claimed in claim 1, wherein the decomposing the access interface micro service request by the interface service request center according to the incremental data block size, or frequency, or data type of the access interface micro service request to obtain the service request queue further comprises: when the access interface micro-service request increment exceeds the limit, the interface service request center decomposes the access interface micro-service request according to the area to which the object of the access interface micro-service request belongs, or the equipment type, or the data transmission frequency to obtain a service request queue.
4. The interface processing method based on micro service architecture as claimed in claim 1, wherein the interface service dynamic scheduling center performing interface service monitoring and service request dynamic scheduling on the service request queue includes: the interface service dynamic scheduling center acquires the resource application condition of each current service node by monitoring the running condition of the distributed interface service, quickly senses the flow change of the system and finds out the bottleneck of the system, and provides a basis for dynamic scheduling of service requests.
5. The interface processing method based on micro service architecture as claimed in claim 4, wherein the interface service monitoring comprises: monitoring of service requests, and monitoring of service resources, and monitoring of microservices.
6. The interface processing method based on micro service architecture as claimed in claim 1, wherein the interface service dynamic scheduling center performing interface service monitoring and service request dynamic scheduling on the service request queue further comprises:
according to the FIFO logic sequence, the interface service dynamic scheduling center distributes the access interface micro-service requests to each micro-service interface and obtains a service request sub-queue;
and according to the dynamic adjustment strategy, the interface service dynamic scheduling center dynamically adjusts the service request sub-queue in the execution of each micro service interface to obtain a new service request sub-queue.
7. The interface processing method based on micro service architecture as claimed in claim 6, wherein said according to the FIFO logical order, said interface service dynamic scheduling center allocating the access interface micro service request to each micro service interface and obtaining the service request sub-queue comprises: based on the monitoring of the service request, the monitoring of the service resource and the monitoring of the micro-service, the interface service dynamic dispatching center distributes the access interface micro-service request to each micro-service interface according to the FIFO logic sequence, and obtains a service request sub-queue.
8. The interface processing method based on micro service architecture as claimed in claim 6, wherein said dynamically adjusting, by said interface service dynamic scheduling center, said service request sub-queue in execution of each micro service interface according to a dynamic adjustment policy to obtain a new service request sub-queue comprises:
the interface dynamic scheduling center activates the current access interface micro-service request and processes the access interface micro-service request according to the FIFO sequence;
and after the access interface micro-service request is processed, returning to request processing completion information and interface service request calling condition report and abnormal report information.
9. An interface processing system based on a microservice architecture, the system comprising:
a service request decomposition module: each business system provides an access interface micro-service request to the interface service request center, and the interface service request center decomposes the access interface micro-service request to obtain a service request queue;
a service dynamic scheduling module: the interface service dynamic dispatching center is used for monitoring the interface service of the service request queue and dynamically dispatching the service request;
a microservice deployment module: the interface micro-service center is used for deploying micro-services corresponding to the equipment types according to the equipment types of the access interface micro-service requests.
CN202010486903.0A 2020-06-01 2020-06-01 Micro-service architecture based interface processing method and system Pending CN111741079A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010486903.0A CN111741079A (en) 2020-06-01 2020-06-01 Micro-service architecture based interface processing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010486903.0A CN111741079A (en) 2020-06-01 2020-06-01 Micro-service architecture based interface processing method and system

Publications (1)

Publication Number Publication Date
CN111741079A true CN111741079A (en) 2020-10-02

Family

ID=72648132

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010486903.0A Pending CN111741079A (en) 2020-06-01 2020-06-01 Micro-service architecture based interface processing method and system

Country Status (1)

Country Link
CN (1) CN111741079A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112491650A (en) * 2020-11-17 2021-03-12 中国平安财产保险股份有限公司 Method for dynamically analyzing call loop condition between services and related equipment
CN112817727A (en) * 2021-02-08 2021-05-18 上海百胜软件股份有限公司 Task management method, system, equipment and storage medium based on micro-service architecture
CN113992742A (en) * 2021-09-17 2022-01-28 深圳云天励飞技术股份有限公司 Interface access method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103701921A (en) * 2013-12-31 2014-04-02 曙光云计算技术有限公司 Business realization method and device based on interface calling under cloud environment
CN108255614A (en) * 2016-12-28 2018-07-06 中国移动通信集团公司 A kind of interface calling system and method based on micro services framework
CN108322472A (en) * 2016-05-11 2018-07-24 甲骨文国际公司 Multi-tenant identity and data security management cloud service
CN110737517A (en) * 2019-08-14 2020-01-31 广西电网电力调度控制中心 electric power system cloud platform computing analysis micro-service resource scheduling method
CN111198727A (en) * 2020-01-06 2020-05-26 成都库珀区块链科技有限公司 Microservice interface data aggregation system and method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103701921A (en) * 2013-12-31 2014-04-02 曙光云计算技术有限公司 Business realization method and device based on interface calling under cloud environment
CN108322472A (en) * 2016-05-11 2018-07-24 甲骨文国际公司 Multi-tenant identity and data security management cloud service
CN108255614A (en) * 2016-12-28 2018-07-06 中国移动通信集团公司 A kind of interface calling system and method based on micro services framework
CN110737517A (en) * 2019-08-14 2020-01-31 广西电网电力调度控制中心 electric power system cloud platform computing analysis micro-service resource scheduling method
CN111198727A (en) * 2020-01-06 2020-05-26 成都库珀区块链科技有限公司 Microservice interface data aggregation system and method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112491650A (en) * 2020-11-17 2021-03-12 中国平安财产保险股份有限公司 Method for dynamically analyzing call loop condition between services and related equipment
CN112491650B (en) * 2020-11-17 2023-07-07 中国平安财产保险股份有限公司 Method for dynamically analyzing call loop condition between services and related equipment
CN112817727A (en) * 2021-02-08 2021-05-18 上海百胜软件股份有限公司 Task management method, system, equipment and storage medium based on micro-service architecture
CN113992742A (en) * 2021-09-17 2022-01-28 深圳云天励飞技术股份有限公司 Interface access method, device, equipment and storage medium
CN113992742B (en) * 2021-09-17 2023-10-10 深圳云天励飞技术股份有限公司 Interface access method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN111741079A (en) Micro-service architecture based interface processing method and system
CN112162865A (en) Server scheduling method and device and server
WO2018130163A1 (en) Scheduling method and device for mobile cloud computing platform
CN109995669B (en) Distributed current limiting method, device, equipment and readable storage medium
CN111258737B (en) Resource scheduling method and device and filter scheduler
CN107948095B (en) Resource control method and device and bus system server
US8386607B2 (en) Method and system for utilizing a resource conductor to optimize resource management in a distributed computing environment
CN113422842B (en) Distributed power utilization information data acquisition system considering network load
CN113691611B (en) Block chain distributed high-concurrency transaction processing method, system, equipment and storage medium
CN111913784B (en) Task scheduling method and device, network element and storage medium
CN112506808B (en) Test task execution method, computing device, computing system and storage medium
CN112698929B (en) Information acquisition method and device
CN111176812A (en) Clustered timing task scheduling system
CN113938435A (en) Data transmission method, data transmission device, electronic device, storage medium, and program product
CN115118327B (en) Satellite communication resource scheduling method and system based on dynamic measurement feedback
CN114845400B (en) FlexE-based resource allocation method and FlexE-based resource allocation system
CN112492628A (en) Network slice management method, slice proxy server and system
US9621438B2 (en) Network traffic management
CN113364888B (en) Service scheduling method, system, electronic device and computer readable storage medium
CN111614735A (en) Novel fog computing architecture based on weighted round robin algorithm and task scheduling method thereof
CN117667782A (en) Event scheduling method, system and storage medium
CN115766582A (en) Flow control method, device and system, medium and computer equipment
CN115866059A (en) Block chain link point scheduling method and device
CN117667327A (en) Job scheduling method, scheduler and related equipment
CN110139251A (en) Magnanimity M2M mix of traffic dispatching method based on Dynamic Packet

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20201002

RJ01 Rejection of invention patent application after publication