CN111464515A - Data conversion method, device, equipment and storage medium - Google Patents

Data conversion method, device, equipment and storage medium Download PDF

Info

Publication number
CN111464515A
CN111464515A CN202010203072.1A CN202010203072A CN111464515A CN 111464515 A CN111464515 A CN 111464515A CN 202010203072 A CN202010203072 A CN 202010203072A CN 111464515 A CN111464515 A CN 111464515A
Authority
CN
China
Prior art keywords
rule
data
conversion
target
information
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
CN202010203072.1A
Other languages
Chinese (zh)
Inventor
孟耀辉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010203072.1A priority Critical patent/CN111464515A/en
Publication of CN111464515A publication Critical patent/CN111464515A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/08Protocols for interworking; Protocol conversion
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Communication Control (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention discloses a data conversion method, a device, equipment and a storage medium, wherein the method comprises the following steps: receiving external data, and extracting corresponding key information from the received external data; selecting a protocol rule corresponding to the key information from a plurality of prestored protocol rules as a target analysis rule, and analyzing the external data according to the target analysis rule to obtain corresponding data information; selecting a conversion rule corresponding to a terminal needing to process the external data from a plurality of conversion rules stored in advance as a target conversion rule, and converting the data information into corresponding internal data according to the target conversion rule for the terminal to process. Therefore, external data of different message protocols can be converted into internal data required by different terminals through the method, the requirement of the current system on message conversion is met, and the reliability, the expandability and the maintainability of the system are improved.

Description

Data conversion method, device, equipment and storage medium
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a data conversion method, apparatus, device, and storage medium.
Background
When an upper system sends a message to a lower system, the lower system needs to convert the message into system internal data for internal use; at present, a system can only analyze and convert a message of one protocol to obtain internal data, but actually, there may be tens or hundreds of message protocols used by a message sent by an upper system to a lower system, and therefore, the above scheme provided in the prior art obviously cannot meet the requirement of the current system for message conversion.
Disclosure of Invention
The invention aims to provide a data conversion method, a data conversion device, data conversion equipment and a storage medium, which can meet the requirement of the current system on message conversion and improve the reliability, expandability and maintainability of the system.
In order to achieve the above purpose, the invention provides the following technical scheme:
a method of data conversion, comprising:
receiving external data, and extracting corresponding key information from the received external data;
selecting a protocol rule corresponding to the key information from a plurality of prestored protocol rules as a target analysis rule, and analyzing the external data according to the target analysis rule to obtain corresponding data information;
selecting a conversion rule corresponding to a terminal needing to process the external data from a plurality of conversion rules stored in advance as a target conversion rule, and converting the data information into corresponding internal data according to the target conversion rule for the terminal to process.
Preferably, before selecting the destination transformation rule, the method further includes:
and judging whether the data information meets the rule condition of the target analysis rule, if so, executing the step of selecting the target conversion rule, and otherwise, outputting alarm information.
Preferably, the determining whether the data information satisfies a rule condition of the destination parsing rule includes:
and judging whether the data information contains the specified attribute corresponding to the target analysis rule and/or judging whether the attribute value of each attribute contained in the data information belongs to the attribute value range of the corresponding attribute set by the target analysis rule.
Preferably, the method further comprises the following steps:
and receiving a rule updating instruction input from the outside, and responding to the rule updating instruction to add, delete or modify the corresponding protocol rule and/or conversion rule.
Preferably, after converting the data information into corresponding internal data according to the destination conversion rule, the method further includes:
and storing the memory data in a specified file for acquisition and processing.
A data conversion apparatus comprising:
an extraction module to: receiving external data, and extracting corresponding key information from the received external data;
an analysis module to: selecting a protocol rule corresponding to the key information from a plurality of prestored protocol rules as a target analysis rule, and analyzing the external data according to the target analysis rule to obtain corresponding data information;
a conversion module to: selecting a conversion rule corresponding to a terminal needing to process the external data from a plurality of conversion rules stored in advance as a target conversion rule, and converting the data information into corresponding internal data according to the target conversion rule for the terminal to process.
Preferably, the method further comprises the following steps:
a determination module configured to: before the target conversion rule is selected, whether the data information meets the rule condition of the target analysis rule is judged, if yes, the step of selecting the target conversion rule is executed, and otherwise, alarm information is output.
Preferably, the judging module includes:
a determination unit configured to: and judging whether the data information contains the specified attribute corresponding to the target analysis rule and/or judging whether the attribute value of each attribute contained in the data information belongs to the attribute value range of the corresponding attribute set by the target analysis rule.
A data conversion apparatus comprising:
a memory for storing a computer program;
a processor for implementing the steps of the data conversion method as described in any one of the above when executing the computer program.
A computer-readable storage medium, having stored thereon a computer program which, when executed by a processor, carries out the steps of the data conversion method according to any one of the preceding claims.
The invention provides a data conversion method, a device, equipment and a storage medium, wherein the method comprises the following steps: receiving external data, and extracting corresponding key information from the received external data; selecting a protocol rule corresponding to the key information from a plurality of prestored protocol rules as a target analysis rule, and analyzing the external data according to the target analysis rule to obtain corresponding data information; selecting a conversion rule corresponding to a terminal needing to process the external data from a plurality of conversion rules stored in advance as a target conversion rule, and converting the data information into corresponding internal data according to the target conversion rule for the terminal to process. According to the technical scheme, after the external data are received, the protocol rules corresponding to the key information of the external data are selected to realize the analysis of the external data, the conversion protocol corresponding to the terminal needing to process the external data is selected to convert the data information obtained by the analysis into the corresponding internal data, and the corresponding terminal is used for processing the internal data, so that the external data of different message protocols can be converted into the internal data required by different terminals in the mode, the requirement of the current system on message conversion is met, and the reliability, the expandability and the maintainability of the system are 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 embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a data conversion method according to an embodiment of the present invention;
fig. 2 is a schematic diagram illustrating an implementation of a data conversion method according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a data conversion apparatus according to 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.
Referring to fig. 1, which shows a flowchart of a data conversion method according to an embodiment of the present invention, a corresponding implementation diagram can be shown in fig. 2; the data conversion method may specifically include:
s11: and receiving external data, and extracting corresponding key information from the received external data.
The execution main body of the data conversion method provided by the embodiment of the invention can be a corresponding data conversion device; specifically, the message protocol may be composed of a plurality of attributes and a plurality of child nodes, each child node is also composed of a plurality of attributes and a plurality of child nodes, and each attribute may mainly include each feature included in table 1.
TABLE 1
Figure BDA0002420031700000041
S12: and selecting a protocol rule corresponding to the key information from a plurality of prestored protocol rules as a target analysis rule, and analyzing the external data according to the target analysis rule to obtain corresponding data information.
It should be noted that, in order to implement analysis of external data using different message protocols, protocol rules corresponding to different message protocols may be stored in advance in this embodiment; after receiving the external data, in order to smoothly analyze the external data, the embodiment needs to determine a protocol rule corresponding to a message protocol used by the external data; specifically, the extracted key information may be a file name of a data file of the external data, or may be designated attribute information included in the data file of the external data, so as to determine a protocol rule having a corresponding relationship with the key information; the corresponding relation between the key information and the protocol rule is preset, the protocol rule is a rule according to which the external data is analyzed, for example, the protocol rule may include attributes corresponding to the corresponding message protocol, and further, the attribute values of the attributes included in the external data are sequentially extracted according to the protocol rule, so that the external data is analyzed.
S13: selecting a conversion rule corresponding to a terminal needing to process external data from a plurality of conversion rules stored in advance as a target conversion rule, and converting data information into corresponding internal data according to the target conversion rule for the terminal to process.
It should be noted that, in order to convert the data information into a format that can be processed by different terminals, conversion rules corresponding to the formats of data that can be processed by different terminals may be stored in advance; after the data information is obtained, in order to enable the corresponding terminal to smoothly process the data information, in this embodiment, a conversion rule corresponding to a format that can be processed by a terminal that needs to process external data, or a conversion rule corresponding to information that can be recognized by the terminal (such as a specific attribute, etc.) may be determined, so that the data information may be converted into the corresponding format according to the conversion rule, or internal data of the corresponding information is provided for the corresponding terminal to process the internal data. The correspondence between the terminal and the conversion rule is preset, and the conversion rule is a rule according to which data is converted, for example, the conversion rule may be to convert an attribute a included in the data information into an internal attribute a 1.
According to the technical scheme, after the external data are received, the protocol rules corresponding to the key information of the external data are selected to realize the analysis of the external data, the conversion protocol corresponding to the terminal needing to process the external data is selected to convert the data information obtained by the analysis into the corresponding internal data, and the corresponding terminal is used for processing the internal data, so that the external data of different message protocols can be converted into the internal data required by different terminals in the mode, the requirement of the current system on message conversion is met, and the reliability, the expandability and the maintainability of the system are improved.
In addition, when the data conversion is implemented in the present application, the protocol rule may be specifically assembled into a rule in the JSON format, and the conversion rule may also be assembled into a rule in the JSON format, and the external data and the internal data may also be data in the JSON format, and of course, may also be set according to actual needs, and are within the protection scope of the present invention, so as to facilitate storage, reading, and use of the corresponding rule, and the like.
The data conversion method provided in the embodiment of the present invention may further include, before selecting the destination conversion rule:
and judging whether the data information meets the rule condition of the target analysis rule, if so, executing the step of selecting the target conversion rule, and otherwise, outputting alarm information.
It should be noted that, in order to ensure that the external data is data meeting the requirement, in this embodiment, after the data information is acquired, it is further determined whether the data information meets the rule condition of the corresponding protocol rule, so as to verify the data information, if so, it is indicated that the verification is passed, the subsequent step may be executed, otherwise, the output of the alarm information may be realized in a manner of recording a log or displaying corresponding information, and the like.
Specifically, the determining whether the data information satisfies the rule condition of the destination parsing rule may include:
and judging whether the data information contains the specified attribute corresponding to the target analysis rule and/or judging whether the attribute value of each attribute contained in the data information belongs to the attribute value range of the corresponding attribute set by the target analysis rule.
The specified attribute can be an indispensable attribute in a message protocol adopted by the external data, and the attribute value range is a reasonable value range of the attribute value of the corresponding attribute in the message protocol adopted by the external data, so that when the data information contains the specified attribute and/or the attribute value of each attribute contained in the data information belongs to the attribute value range of the corresponding attribute set by the target analysis rule, the data information meets the rule condition, and whether the verification of the data information passes or not is determined by judging at least one of the specified attribute and the attribute value range, and the validity of the verification can be ensured. In addition, if the two judgments are both executed during the judgment, the data information is determined to meet the rule condition only if the two judgment results are yes, otherwise, the data information is determined not to meet the rule condition, and therefore the accuracy of the judgment of whether the external data meets the requirement is further improved.
The data conversion method provided by the embodiment of the invention can further comprise the following steps:
and receiving a rule updating instruction input from the outside, and responding to the rule updating instruction to add, delete or modify the corresponding protocol rule and/or conversion rule.
It should be noted that, in order to implement data conversion based on different protocol rules and conversion rules, for example, external data adopting a new message protocol is added, a terminal using a new data format is added, and the like, in this embodiment, when a corresponding rule update instruction is input externally, a corresponding rule (including a protocol rule and a conversion rule) may be updated, thereby implementing flexibility of data conversion, and ensuring adaptability to different message protocols and different data formats to be processed.
The data conversion method provided in the embodiment of the present invention, after converting the data information into corresponding internal data according to the destination conversion rule, may further include:
and storing the memory data in a specified file for acquisition and processing.
After the internal data are obtained, the internal data can be stored in a database, a class object can be created, and a file can be stored. In the embodiment, in order to facilitate acquisition of the internal data during processing, the internal data may be stored in a pre-specified file, so that the internal data is conveniently located. And only the internal data which is not acquired can be stored in the file, and the acquired internal data is not stored in the file any more, so that the repeated acquisition of the same data is avoided.
In a specific application scenario, the protocol rule may be in a JSON data format, the attribute features of the protocol are extracted, and rule configuration is performed on each attribute, that is, a process of parsing external data is performed, where each attribute may have various features as shown in fig. 2.
TABLE 2
Figure BDA0002420031700000071
When the conversion from the data information to the internal data is realized, the conversion rule can also be in a JSON data format, and the external data can be converted into different JSON objects for internal use through the conversion rule. The conversion rule sample is as follows:
Figure BDA0002420031700000081
the node A is a node of external data, and the node is provided with a 'child' node in the rule configuration and represents a JSON object; the class attribute indicates that a JSON object to be converted into internal data, such as class and innerA, and indicates that a child node of the internal data corresponding to a child node A of external data is innerA; the fields attribute describes the attribute of the internal attribute corresponding to the attribute of the external data, such as ' A1 ': A1_1 ', and the attribute ' A1 ' describing the external data corresponds to the attribute ' A1_1 '; node "a.b" external data.
In addition, the scheme can also be applied to conversion between different protocols, such as conversion of an external protocol into a protocol which can be used internally.
An embodiment of the present invention further provides a data conversion apparatus, as shown in fig. 2, which may include:
an extraction module 11 configured to: receiving external data, and extracting corresponding key information from the received external data;
a parsing module 12 for: selecting a protocol rule corresponding to the key information from a plurality of prestored protocol rules as a target analysis rule, and analyzing external data according to the target analysis rule to obtain corresponding data information;
a conversion module 13 for: selecting a conversion rule corresponding to a terminal needing to process external data from a plurality of conversion rules stored in advance as a target conversion rule, and converting data information into corresponding internal data according to the target conversion rule for the terminal to process.
The data conversion apparatus provided in the embodiment of the present invention may further include:
a determination module configured to: before selecting the target conversion rule, judging whether the data information meets the rule condition of the target analysis rule, if so, executing the step of selecting the target conversion rule, otherwise, outputting alarm information.
In an embodiment of the present invention, a determining module of a data conversion apparatus may include:
a determination unit configured to: and judging whether the data information contains the specified attribute corresponding to the target analysis rule and/or judging whether the attribute value of each attribute contained in the data information belongs to the attribute value range of the corresponding attribute set by the target analysis rule.
The data conversion apparatus provided in the embodiment of the present invention may further include:
an update module to: and receiving a rule updating instruction input from the outside, and responding to the rule updating instruction to add, delete or modify the corresponding protocol rule and/or conversion rule.
The data conversion device provided by the embodiment of the invention further comprises:
a storage module to: and after the data information is converted into corresponding internal data according to the target conversion rule, storing the memory data in a specified file for obtaining and processing.
An embodiment of the present invention further provides a data conversion device, which may include:
a memory for storing a computer program;
a processor for implementing the steps of the data conversion method as any one of the above when executing the computer program.
The embodiment of the invention also provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of any of the above data conversion methods.
It should be noted that, for descriptions of relevant parts in a data conversion device, a device and a storage medium provided in the embodiments of the present invention, reference is made to detailed descriptions of corresponding parts in a data conversion method provided in the embodiments of the present invention, and details are not described herein again. In addition, parts of the technical solutions provided in the embodiments of the present invention that are consistent with the implementation principles of the corresponding technical solutions in the prior art are not described in detail, so as to avoid redundant description.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method of data conversion, comprising:
receiving external data, and extracting corresponding key information from the received external data;
selecting a protocol rule corresponding to the key information from a plurality of prestored protocol rules as a target analysis rule, and analyzing the external data according to the target analysis rule to obtain corresponding data information;
selecting a conversion rule corresponding to a terminal needing to process the external data from a plurality of conversion rules stored in advance as a target conversion rule, and converting the data information into corresponding internal data according to the target conversion rule for the terminal to process.
2. The method of claim 1, wherein before selecting the destination transformation rule, further comprising:
and judging whether the data information meets the rule condition of the target analysis rule, if so, executing the step of selecting the target conversion rule, and otherwise, outputting alarm information.
3. The method of claim 2, wherein determining whether the data information satisfies a rule condition of the destination parsing rule comprises:
and judging whether the data information contains the specified attribute corresponding to the target analysis rule and/or judging whether the attribute value of each attribute contained in the data information belongs to the attribute value range of the corresponding attribute set by the target analysis rule.
4. The method of claim 3, further comprising:
and receiving a rule updating instruction input from the outside, and responding to the rule updating instruction to add, delete or modify the corresponding protocol rule and/or conversion rule.
5. The method of claim 4, further comprising, after converting the data information into corresponding internal data according to the destination conversion rule:
and storing the memory data in a specified file for acquisition and processing.
6. A data conversion apparatus, comprising:
an extraction module to: receiving external data, and extracting corresponding key information from the received external data;
an analysis module to: selecting a protocol rule corresponding to the key information from a plurality of prestored protocol rules as a target analysis rule, and analyzing the external data according to the target analysis rule to obtain corresponding data information;
a conversion module to: selecting a conversion rule corresponding to a terminal needing to process the external data from a plurality of conversion rules stored in advance as a target conversion rule, and converting the data information into corresponding internal data according to the target conversion rule for the terminal to process.
7. The apparatus of claim 6, further comprising:
a determination module configured to: before the target conversion rule is selected, whether the data information meets the rule condition of the target analysis rule is judged, if yes, the step of selecting the target conversion rule is executed, and otherwise, alarm information is output.
8. The apparatus of claim 7, wherein the determining module comprises:
a determination unit configured to: and judging whether the data information contains the specified attribute corresponding to the target analysis rule and/or judging whether the attribute value of each attribute contained in the data information belongs to the attribute value range of the corresponding attribute set by the target analysis rule.
9. A data conversion apparatus, characterized by comprising:
a memory for storing a computer program;
a processor for implementing the steps of the data conversion method according to any one of claims 1 to 5 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the data conversion method according to any one of claims 1 to 5.
CN202010203072.1A 2020-03-20 2020-03-20 Data conversion method, device, equipment and storage medium Pending CN111464515A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010203072.1A CN111464515A (en) 2020-03-20 2020-03-20 Data conversion method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010203072.1A CN111464515A (en) 2020-03-20 2020-03-20 Data conversion method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111464515A true CN111464515A (en) 2020-07-28

Family

ID=71682920

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010203072.1A Pending CN111464515A (en) 2020-03-20 2020-03-20 Data conversion method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111464515A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113609203A (en) * 2021-08-20 2021-11-05 苏州良医汇网络科技有限公司 Medicine data conversion method and system
CN114338835A (en) * 2021-12-31 2022-04-12 中企云链(北京)金融信息服务有限公司 Data message dynamic conversion method and device, storage medium and electronic device
CN114584631A (en) * 2022-03-01 2022-06-03 中国农业银行股份有限公司 Message processing method and device, electronic equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105227667A (en) * 2015-10-14 2016-01-06 深圳市金证科技股份有限公司 Message forwarding method and platform
CN106021517A (en) * 2016-05-24 2016-10-12 乐视控股(北京)有限公司 Network data inputting method and device
CN109450936A (en) * 2018-12-21 2019-03-08 武汉长江通信智联技术有限公司 A kind of adaptation method and device of the hetero-com-munication agreement based on Kafka
CN110012031A (en) * 2019-04-26 2019-07-12 中国电子科技集团公司第二十九研究所 Data message is general to automatically parse method and storage method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105227667A (en) * 2015-10-14 2016-01-06 深圳市金证科技股份有限公司 Message forwarding method and platform
CN106021517A (en) * 2016-05-24 2016-10-12 乐视控股(北京)有限公司 Network data inputting method and device
CN109450936A (en) * 2018-12-21 2019-03-08 武汉长江通信智联技术有限公司 A kind of adaptation method and device of the hetero-com-munication agreement based on Kafka
CN110012031A (en) * 2019-04-26 2019-07-12 中国电子科技集团公司第二十九研究所 Data message is general to automatically parse method and storage method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113609203A (en) * 2021-08-20 2021-11-05 苏州良医汇网络科技有限公司 Medicine data conversion method and system
CN114338835A (en) * 2021-12-31 2022-04-12 中企云链(北京)金融信息服务有限公司 Data message dynamic conversion method and device, storage medium and electronic device
CN114584631A (en) * 2022-03-01 2022-06-03 中国农业银行股份有限公司 Message processing method and device, electronic equipment and storage medium
CN114584631B (en) * 2022-03-01 2024-04-12 中国农业银行股份有限公司 Message processing method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN110955416B (en) Interface document generation method, device, equipment and computer storage medium
WO2020253399A1 (en) Log classification rule generation method, device, apparatus, and readable storage medium
CN111464515A (en) Data conversion method, device, equipment and storage medium
CN111552633A (en) Interface abnormal call testing method and device, computer equipment and storage medium
CN102665231B (en) Method of automatically generating parameter configuration file for LTE (Long Term Evolution) system
CN113238740B (en) Code generation method, code generation device, storage medium and electronic device
CN110909168B (en) Knowledge graph updating method and device, storage medium and electronic device
CN114328566A (en) Relationship graph updating method, device, medium, equipment and generating method
CN107222461B (en) Communication processing method and device
CN114579767A (en) Causal relationship extraction method and device, electronic equipment and readable storage medium
CN113032341A (en) Log processing method based on visual configuration
CN116033048B (en) Multi-protocol analysis method of Internet of things, electronic equipment and storage medium
CN112883088B (en) Data processing method, device, equipment and storage medium
CN116866241A (en) Internet of things terminal detection method, system and storage medium based on DPI
CN116996601A (en) Message format conversion method and device, electronic equipment and storage medium
CN115002243B (en) Data processing method and device
CN115048913B (en) Command processing method and device and electronic equipment
CN113128848B (en) Data quality monitoring method of all-service index, electronic equipment and storage medium
CN113761121B (en) Knowledge extraction method for structured data
CN115904978A (en) Redfish interface testing method, computing device and storage medium
CN115174133A (en) Application program interface API identification method and device
CN115225654A (en) Communication method and device based on configurable communication protocol
CN112217896A (en) JSON message conversion method and related device
CN108415814B (en) Method for automatically recording field change, application server and computer readable storage medium
CN112202632A (en) Message extraction method and device, electronic equipment and computer readable 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200728

RJ01 Rejection of invention patent application after publication