CN112711487A - Data source management and control method and device, management and control server and storage medium - Google Patents

Data source management and control method and device, management and control server and storage medium Download PDF

Info

Publication number
CN112711487A
CN112711487A CN202011599434.XA CN202011599434A CN112711487A CN 112711487 A CN112711487 A CN 112711487A CN 202011599434 A CN202011599434 A CN 202011599434A CN 112711487 A CN112711487 A CN 112711487A
Authority
CN
China
Prior art keywords
data source
calling
target data
information
early warning
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
CN202011599434.XA
Other languages
Chinese (zh)
Inventor
许绪满
陆先柱
张快
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tianju Dihe Suzhou Data Co ltd
Original Assignee
Tianju Dihe Suzhou Data 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 Tianju Dihe Suzhou Data Co ltd filed Critical Tianju Dihe Suzhou Data Co ltd
Priority to CN202011599434.XA priority Critical patent/CN112711487A/en
Publication of CN112711487A publication Critical patent/CN112711487A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a data source management and control method, a device, a management and control server and a storage medium, wherein the method comprises the steps of receiving a data call request and determining a target data source corresponding to the data call request; acquiring log information corresponding to the data calling request; and transferring the log information corresponding to the data calling request into a message queue, and analyzing the log information to obtain the calling information of the target data source. The technical scheme provided by the embodiment of the invention can realize the acquisition of the whole calling condition of the target data source, and is convenient for monitoring and managing the calling condition of the target data source.

Description

Data source management and control method and device, management and control server and storage medium
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a data source management and control method, a data source management and control device, a data source management and control server and a storage medium.
Background
Nowadays, most of software or hardware has multiple functions, some of which use internal data sources, and some of which involve the invocation of some external data sources, such as authentication of identity verification name, real-name authentication of mobile phone number, etc. An Application Programming Interface (API) provides an ability of an Application program and a developer to access a data source based on certain software or hardware, and the Application of the API is more and more extensive with the development of the internet.
Since the stability of the APIs issued by each data source is different and the global call condition of the accessed data source cannot be obtained, the application program accessing the external API often has a condition of service abnormality caused by data source interruption.
Therefore, a method for obtaining the global call information of the data source is urgently needed.
Disclosure of Invention
The invention provides a data source management and control method, a data source management and control device, a management and control server and a storage medium, which are used for realizing real-time monitoring on the calling condition of a data source.
In a first aspect, an embodiment of the present invention provides a data source management and control method, where the method includes:
receiving a data calling request, and determining a target data source corresponding to the data calling request;
acquiring log information corresponding to the data calling request;
and transferring the log information corresponding to the data calling request into a message queue, and analyzing the log information to obtain the calling information of the target data source.
In a second aspect, an embodiment of the present invention further provides a data source management and control apparatus, where the apparatus includes:
the target data source determining module is used for receiving the data calling request and determining a target data source corresponding to the data calling request;
the log information acquisition module is used for acquiring log information corresponding to the data calling request;
and the call information acquisition module is used for transferring the log information corresponding to the data call request into a message queue and analyzing the log information to obtain the call information of the target data source.
In a third aspect, an embodiment of the present invention further provides a management and control server, where the server includes:
one or more processors;
a storage device for storing one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors implement the data source management method according to any one of the embodiments of the present invention.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the data source management and control method according to any one of the embodiments of the present invention.
According to the technical scheme of the embodiment of the invention, the target data source corresponding to the data calling request is determined by receiving the data calling request, the log information corresponding to the data calling request is obtained, the log information corresponding to the data calling request is transferred into the message queue, and the log information is analyzed to obtain the calling information of the target data source.
Drawings
In order to more clearly illustrate the technical solutions of the exemplary embodiments of the present invention, a brief description is given below of the drawings used in describing the embodiments. It should be clear that the described figures are only views of some of the embodiments of the invention to be described, not all, and that for a person skilled in the art, other figures can be derived from these figures without inventive effort.
Fig. 1 is a schematic flowchart of a data source management and control method according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of a data source management and control method according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a data source management and control apparatus according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of a management server according to a fourth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a schematic flow diagram of a data source management and control method according to an embodiment of the present invention, where the method is applicable to monitoring a call condition of a data source, and the method may be executed by a data source management and control device, and the device may be implemented in a form of software and/or hardware.
As shown in fig. 1, the method of this embodiment includes the following steps:
s110, receiving a data calling request, and determining a target data source corresponding to the data calling request.
The data calling request comprises a data calling request sent by a terminal when the terminal sends or receives data, each data corresponds to at least one data source, the data source comprises a main data source, and when the data calling request is received, the main data source, namely a target data source, is called preferentially. Specifically, when a data call request is received, a data source corresponding to the data, that is, a target data source, is determined.
And S120, acquiring log information corresponding to the data calling request.
The log information includes, but is not limited to, a response time, a traffic consumption, and the like of a target data source corresponding to the data call request at each call. And acquiring log information corresponding to the data calling request, and preparing for subsequently acquiring calling information.
S130, transferring the log information corresponding to the data calling request into a message queue, and analyzing the log information to obtain the calling information of the target data source.
The calling information includes, but is not limited to, the number of calls of the target data source in a preset time period, a call peak, a response time of each call, a flow distribution, and the like. The message queue is used for counting and analyzing the log information. And transferring the log information into a message queue for statistical analysis to obtain the overall calling information of the target data source.
According to the technical scheme of the embodiment of the invention, the target data source corresponding to the data calling request is determined by receiving the data calling request, the log information corresponding to the data calling request is obtained, the log information corresponding to the data calling request is transferred into the message queue, and the log information is analyzed to obtain the calling information of the target data source.
On the basis of the above embodiment, a step of generating early warning information is added after the calling information of the target data source is obtained, specifically, if the calling information is detected to meet a preset early warning condition, the early warning information is generated, and the early warning information is displayed.
The preset early warning condition includes a condition that the calling of the target data source is abnormal, and includes but is not limited to meeting the early warning condition when the calling times of the target data source in a preset time is greater than a time threshold or when the response time of the target data source is greater than a response threshold, and the like. And when detecting that the calling information meets any preset early warning condition, generating early warning information and displaying the early warning information. For example, when it is detected that the response time of the target data source a in the call information is greater than the response threshold, a word indicating whether the target data source a is replaced is displayed on the terminal display interface, where "the response time of XX minutes XX seconds when the target data source a is XX months XX in XX years is YY seconds, which exceeds the response threshold ZZ seconds. And the target user can know the calling condition of the target data source according to the early warning information.
In an embodiment, if the target data source is in a calling abnormal state based on the calling information, determining an abnormal reason corresponding to the calling abnormal state, and generating early warning information based on the abnormal reason.
The calling abnormal state refers to calling information including but not limited to calling times of a target data source within preset time being larger than a time threshold, response time of the target data source being larger than a response threshold and the like, when the target data source obtained according to the calling information is in the calling abnormal state, an abnormal reason corresponding to the calling abnormal state is determined, early warning information is generated according to the abnormal reason, the early warning information is displayed on a terminal display interface, so that a target user can preliminarily know calling abnormality of the target data source according to the early warning information, and time of analyzing the calling abnormal reason of the target data source by the target user is reduced.
Exemplarily, the early warning information is sent to at least one target terminal corresponding to the abnormal state.
The target terminal includes, but is not limited to, a terminal of an operation and maintenance worker, a user terminal that issues a data source call request, and the like. And sending the early warning information to a terminal of an operation and maintenance worker corresponding to the abnormal state, wherein the data sources responsible for the operation and maintenance worker are different, finding a target data source corresponding to the abnormal state, finding a terminal of the operation and maintenance worker corresponding to the abnormal state according to the target data source, and sending the early warning information to the operation and maintenance worker so that the operation and maintenance worker can analyze and overhaul the target data source. The early warning information is sent to the corresponding user terminal which sends the data source calling request, so that when the target data source calling is abnormal and the data of the user cannot be sent or received, the user can receive the early warning information in time, and the user experience degree is improved.
Example two
Fig. 2 is a schematic flow chart of a data source management and control method according to an embodiment of the present invention, which is a technical feature of switching backup data added on the basis of the foregoing embodiment, and technical terms identical or similar to those in the foregoing embodiment will not be described again. As shown in fig. 2, the data source management and control method provided in the embodiment of the present invention includes the following steps:
s210, receiving a data calling request, and determining a target data source corresponding to the data calling request.
And S220, if the calling interface for calling the target data source is detected to be in an abnormal working state, switching the target data source into a standby data source.
The abnormal working state includes, but is not limited to, a calling interface hardware damage, a calling interface software program error, and the like. When a data calling request is received, a target data source corresponding to the data calling request is determined, data calling is carried out based on the target data source, the condition of calling an interface of the target data source is detected in real time, and when the calling interface of the target data source is in an abnormal working state at the moment, namely data transmission cannot be carried out, the target data source is directly switched to a standby data source.
Illustratively, switching the target data source to the backup data source includes: and acquiring routing configuration information, and switching the target data source into a standby data source based on the routing configuration information.
Each data source is provided with a corresponding router, each router is provided with corresponding routing configuration information, and the routing configuration information comprises a destination address, an IP address, output interface information, routing overhead and the like of the corresponding data source. And switching the target data source into a standby data source according to the routing configuration information corresponding to each data source, so that the data corresponding to the data calling request can be transmitted through the standby data source.
And S230, when a data calling request for a target data source is received, calling the standby data source corresponding to the target data source.
After the target data source is abnormally called and replaced by the standby data source, when the target data source is subjected to the data calling request corresponding to the target data source again, the standby data source replaced by the target data source can be directly called, so that the data corresponding to the data calling request can be directly transmitted through the standby data source without using the target data source again, the data transmission failure of the target data source due to the abnormal calling is prevented, and the success rate of data transmission and the efficiency of data transmission are improved.
According to the technical scheme provided by the embodiment of the invention, the target data source corresponding to the data calling request is determined by receiving the data calling request, if the calling interface for calling the target data source is detected to be in an abnormal working state, the target data source is switched to the standby data source, when the data calling request for the target data source is received, the standby data source corresponding to the target data source is called, the real-time analysis of the calling interface of the target data source is realized, whether the standby data source is switched is determined, so that the data corresponding to the data calling request can be transmitted in time, the success rate of data transmission is improved, and when the data calling request for the target data source is received again, the standby data source is directly called, so that the efficiency of data transmission is improved.
EXAMPLE III
Fig. 3 is a schematic structural diagram of a data source management and control device according to an embodiment of the present invention, where the data source management and control device according to the embodiment of the present invention implements the data source management and control method according to the above embodiment, and the device includes: a target data source determination module 310 and a call information acquisition module 320.
A target data source determining module 310, configured to receive a data call request, and determine a target data source corresponding to the data call request;
a log information obtaining module 320, configured to obtain log information corresponding to the data call request;
the calling information obtaining module 330 is configured to transfer log information corresponding to the data calling request into a message queue, and analyze the log information to obtain calling information of the target data source.
Illustratively, the apparatus further comprises:
and the early warning information display module is used for generating early warning information and displaying the early warning information if the calling information is detected to meet the preset early warning condition.
Further, the early warning information generating module includes:
and the early warning information generation submodule is used for determining an abnormal reason corresponding to the calling abnormal state if the target data source is in the calling abnormal state based on the calling information, and generating early warning information based on the abnormal reason.
Further, the early warning information generating module further includes:
and the early warning information sending submodule is used for sending the early warning information to at least one target terminal corresponding to the abnormal state.
Illustratively, the apparatus further comprises:
and the standby data source switching module is used for switching the target data source into the standby data source if the calling interface for calling the target data source is detected to be in the abnormal working state.
Further, the backup data source switching module includes:
and the standby data source switching submodule is used for acquiring the routing configuration information and switching the target data source into the standby data source based on the routing configuration information.
Further, the apparatus further comprises:
and the standby data source application module is used for calling the standby data source corresponding to the target data source when receiving a data calling request of the target data source.
According to the technical scheme provided by the embodiment of the invention, the target data source determining module is used for receiving the data calling request, determining the target data source corresponding to the data calling request, acquiring the log information corresponding to the data calling request, transferring the log information corresponding to the data calling request into the message queue through the calling information acquiring module, and analyzing the log information to obtain the calling information of the target data source. The technical scheme provided by the embodiment of the invention can obtain the calling information of the target data source, and is convenient for monitoring and managing the calling condition of the target data source.
The data source control device provided by the embodiment of the invention can execute the data source control method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method.
It should be noted that, the units and modules included in the system are merely divided according to functional logic, but are not limited to the above division as long as the corresponding functions can be realized; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the embodiment of the invention.
Example four
Fig. 4 is a schematic structural diagram of a management server according to an embodiment of the present invention. FIG. 4 illustrates a block diagram of an exemplary device 40 suitable for use in implementing embodiments of the present invention. The device 40 shown in fig. 4 is only an example and should not bring any limitation to the function and scope of use of the embodiments of the present invention.
As shown in FIG. 4, device 40 is embodied in a general purpose computing device. The components of device 40 may include, but are not limited to: one or more processors or processing units 401, a system memory 402, and a bus 403 that couples the various system components (including the system memory 402 and the processing unit 401).
Bus 403 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, micro-channel architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Device 40 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by device 40 and includes both volatile and nonvolatile media, removable and non-removable media.
The system memory 402 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM)404 and/or cache memory 405. Device 40 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 406 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 4, and commonly referred to as a "hard drive"). Although not shown in FIG. 4, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In these cases, each drive may be connected to the bus 403 by one or more data media interfaces. Memory 402 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 408 having a set (at least one) of program modules 407 may be stored, for example, in memory 402, such program modules 407 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. Program modules 407 generally perform the functions and/or methods of the described embodiments of the invention.
Device 40 may also communicate with one or more external devices 409 (e.g., keyboard, pointing device, display 410, etc.), with one or more devices that enable a user to interact with device 40, and/or with any devices (e.g., network card, modem, etc.) that enable device 40 to communicate with one or more other computing devices. Such communication may be through input/output (I/O) interface 411. Also, device 40 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the Internet) via network adapter 412. As shown, network adapter 412 communicates with the other modules of device 40 via bus 403. It should be appreciated that although not shown in FIG. 4, other hardware and/or software modules may be used in conjunction with device 40, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
The processing unit 401 executes various functional applications and data processing by executing programs stored in the system memory 402, for example, to implement the data source control method provided by the embodiment of the present invention.
EXAMPLE five
The embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the data source management and control method provided by the above embodiment is implemented.
Computer storage media for embodiments of the invention may employ any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for embodiments of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A method for data source management, comprising:
receiving a data calling request, and determining a target data source corresponding to the data calling request;
acquiring log information corresponding to the data calling request;
and transferring the log information corresponding to the data calling request into a message queue, and analyzing the log information to obtain the calling information of the target data source.
2. The method of claim 1, further comprising, after the obtaining the calling information of the target data source:
and if the calling information is detected to meet the preset early warning condition, generating early warning information and displaying the early warning information.
3. The method of claim 2, wherein generating early warning information if it is detected that the call information satisfies a preset early warning condition comprises:
and if the target data source is in the calling abnormal state based on the calling information, determining an abnormal reason corresponding to the calling abnormal state, and generating early warning information based on the abnormal reason.
4. The method of claim 2, wherein the presenting the pre-warning information comprises:
and sending the early warning information to at least one target terminal corresponding to the abnormal state.
5. The method of claim 1, further comprising:
and if the calling interface for calling the target data source is detected to be in an abnormal working state, switching the target data source into a standby data source.
6. The method of claim 5, wherein switching the target data source to a backup data source comprises:
and acquiring routing configuration information, and switching the target data source into a standby data source based on the routing configuration information.
7. The method of claim 5, further comprising, after the switching the target data source to a backup data source:
and when a data calling request for a target data source is received, calling the standby data source corresponding to the target data source.
8. A data source management and control device is characterized by comprising:
the target data source determining module is used for receiving the data calling request and determining a target data source corresponding to the data calling request;
the log information acquisition module is used for acquiring log information corresponding to the data calling request;
and the call information acquisition module is used for transferring the log information corresponding to the data call request into a message queue and analyzing the log information to obtain the call information of the target data source.
9. A management server, the server comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the data source management method of any one of claims 1-7.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the data source management method according to any one of claims 1 to 7.
CN202011599434.XA 2020-12-29 2020-12-29 Data source management and control method and device, management and control server and storage medium Pending CN112711487A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011599434.XA CN112711487A (en) 2020-12-29 2020-12-29 Data source management and control method and device, management and control server and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011599434.XA CN112711487A (en) 2020-12-29 2020-12-29 Data source management and control method and device, management and control server and storage medium

Publications (1)

Publication Number Publication Date
CN112711487A true CN112711487A (en) 2021-04-27

Family

ID=75546660

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011599434.XA Pending CN112711487A (en) 2020-12-29 2020-12-29 Data source management and control method and device, management and control server and storage medium

Country Status (1)

Country Link
CN (1) CN112711487A (en)

Similar Documents

Publication Publication Date Title
US8595564B2 (en) Artifact-based software failure detection
JP5474177B2 (en) Distributed application monitoring
CN112965879A (en) Data processing method and device, electronic equipment and readable storage medium
CN112346794A (en) Interface calling method, device, equipment and medium
CN114253864A (en) Service testing method and device, electronic equipment and storage medium
CN112306833A (en) Application program crash statistical method and device, computer equipment and storage medium
CN114760233A (en) Service processing method and device, electronic equipment and storage medium
CN114153703A (en) Micro-service exception positioning method and device, electronic equipment and program product
CN113191889A (en) Wind control configuration method, configuration system, electronic device and readable storage medium
CN110162982B (en) Method and device for detecting illegal rights, storage medium and electronic equipment
CN115022201B (en) Data processing function test method, device, equipment and storage medium
CN112711487A (en) Data source management and control method and device, management and control server and storage medium
CN112818204B (en) Service processing method, device, equipment and storage medium
CN114510398A (en) Anomaly monitoring method, apparatus, device, system and medium
US11763014B2 (en) Production protection correlation engine
CN111654547B (en) Data transmission method, device, equipment and storage medium
CN111741046B (en) Data reporting method, data acquisition method, device, equipment and medium
CN112231290A (en) Method, device and equipment for processing local log and storage medium
CN112364268A (en) Resource acquisition method and device, electronic equipment and storage medium
CN113590424B (en) Fault monitoring method, device, equipment and storage medium
US11706117B1 (en) Message-based monitoring and action system
CN115188177A (en) Power battery test data management method, device, equipment and medium
CN117914870A (en) Data query method, device, electronic equipment, medium and program product
CN117370126A (en) Data center fault equipment identification method, device and equipment
CN117852043A (en) Determination method and device for abnormal device, electronic device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination