CN111124548B - Rule analysis method and system based on YAML file - Google Patents

Rule analysis method and system based on YAML file Download PDF

Info

Publication number
CN111124548B
CN111124548B CN201911406691.4A CN201911406691A CN111124548B CN 111124548 B CN111124548 B CN 111124548B CN 201911406691 A CN201911406691 A CN 201911406691A CN 111124548 B CN111124548 B CN 111124548B
Authority
CN
China
Prior art keywords
data
rule
information
configuration
configuring
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201911406691.4A
Other languages
Chinese (zh)
Other versions
CN111124548A (en
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.)
Ustc Sinovate Software Co ltd
Original Assignee
Ustc Sinovate Software 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 Ustc Sinovate Software Co ltd filed Critical Ustc Sinovate Software Co ltd
Priority to CN201911406691.4A priority Critical patent/CN111124548B/en
Publication of CN111124548A publication Critical patent/CN111124548A/en
Application granted granted Critical
Publication of CN111124548B publication Critical patent/CN111124548B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a rule analysis method and a rule analysis system based on YAML files, which belong to the technical field of rule analysis and comprise the following steps of S1: configuring a data source; s2: configuring data acquisition operation; s3: configuring YAML file rules; s4: the parsing rules collect data. According to the rule configuration of the YAML file, the program deployment is only needed once, and a user can meet different data acquisition requirements by only modifying the configuration without deploying and modifying for many times; new processing logic can be added in the program, other programs are not required to be modified, and a user can realize customization requirements by configuring the newly added logic keywords and corresponding information only during configuration, so that the flexibility of the program is greatly improved; the YAML language has the characteristics of quick learning, easy writing, convenient configuration and convenient reading compared with the script language.

Description

Rule analysis method and system based on YAML file
Technical Field
The invention relates to the technical field of rule analysis, in particular to a rule analysis method and system based on YAML files.
Background
When the need to determine to select the next execution flow according to the configuration value occurs, the existing technology is implemented by using different methods under different scenes, namely hard coding. Some systems currently use rule parsing, but most of them are implemented using a scripting language such as groovy, javaScript.
In the data acquisition system, the data are acquired and processed according to different configured data sources and different requirements, and the processed data are written into the configured target data sources. If there is no design of editable rules, the system is difficult to maintain, and can only be applied to a certain fixed special scene, and when new needs exist, the system is difficult to change and expand.
Certain defects exist in the prior art, such as complex system modification when corresponding to different requirements, and multiple program deployment may be needed; when the requirement expansion is required to be subjected to customized development, the development is not realized, the difficult implementation is not realized, and the program transformation is complex; the script language has high learning cost and needs a certain programming basis to write and read, so a rule analysis method and a rule analysis system based on YAML files are provided.
Disclosure of Invention
The technical problems to be solved by the invention are as follows: how to solve the problems of complex system modification, difficulty in customized development and implementation, high script language learning cost and the like in the prior art, and provides a rule analysis method based on a YAML file.
The invention solves the technical problems through the following technical proposal, and the invention comprises the following steps:
s1: configuring a data source
Configuring a data source, wherein the data source comprises a data source item (input item) and a data target source item (output item);
s2: configuration data acquisition operation
Configuring data acquisition operation, namely configuring the flow trend of data;
s3: configuring YAML file rules
Configuring and storing rules of the YAML file, wherein the configured content comprises rule content of configuration processing logic items (files items) and complete rule information according to information in the job configuration of the step S2;
s4: analyzing rule acquisition data
After the configuration is saved, acquiring the information of the acquisition flow according to the perfected rule analysis, and executing data acquisition by matching with the corresponding flow.
Further, in the step S1, the data source item and the data target source item each support multiple data types, including JDBC, hbase, ftp, hdfs, kafka.
Further, in the step S1, the data source item is used for representing configuration information of the data source end, including connection login information and data source information of the data source library; the data target source item is used for representing connection information of the data target end.
Further, in the step S3, the processing logic is used to represent the processing operation performed on the data after the data is read.
Still further, the processing operations include operations of removing data, null filtering, computing, renaming, adding fields, and the like.
Further, in the step S3, the specific process of perfecting the whole rule information according to the information in the job configuration in the step S2 is as follows:
s31: acquiring data source names of data sources and data target sources selected by operation configuration;
s32: acquiring connection information of each data source, such as connection user name, password and the like, according to the data source name;
s33: and supplementing the acquired data source connection information into an input item of the rule, and supplementing the data target source connection information into an output item of the rule, so that the whole rule perfecting process is completed.
Further, in the step S3, the processing logic item includes a plurality of keywords, where the keywords are designed and determined keywords, and the character strings after the keywords store target information, where the target information may be configured and modified according to actual design requirements.
Further, in the step S4, the parsing engine using YAML parses the completed rule.
The YAML file analysis method uses a conventional analysis engine of the YAML file, and belongs to an open source technology. The YAML file is parsed according to the YAML parsing technology of an open source, and can be parsed into class objects, such as MAP, or rule classes designed in a program, and is parsed into the classes designed in the program in the invention. The class includes input and output of map type, filters of list type. After parsing into classes, attributes of the classes, such as input, output, filters, may be obtained. From the class attributes, specific input, output, filters information can be obtained. The acquisition process is conventional map and list acquisition.
Further, the process of executing data collection by matching the corresponding flow is as follows:
s41: according to the acquired acquisition flow names, such as FTP, the matched flow class names are acquired from a program cache (flow information supported in the program is stored in the cache when the program is started, the information comprises the flow names and corresponding class names), and the acquired FTP flow class names are com.ustcinfo.ishare.bdp.transfer.api.plug.input.FTP;
s42: and creating a corresponding class entity according to the class name and executing the class.
The invention also provides a rule analysis system based on the YAML file, which comprises the following steps:
the first configuration module is used for configuring data source items, wherein the data source items comprise data source items and data target source items;
the second configuration module is used for configuring the data acquisition operation, namely configuring the flow trend of the data;
the third configuration module is used for configuring and storing rules of the YAML file, wherein the configured content comprises rule content for configuring a processing logic item and perfecting whole rule information according to information in the operation configuration in the step S2;
the rule analysis module is used for analyzing and acquiring the information of the acquisition flow according to the completed rule after the storage configuration, and matching the acquired information with the corresponding flow to execute data acquisition;
the central processing module is used for sending instructions to other modules to complete related actions;
the first configuration module, the second configuration module, the third configuration module and the rule analysis module are all electrically connected with the central processing module.
Compared with the prior art, the invention has the following advantages: according to the rule analysis method based on the YAML file, according to rule configuration of the YAML file, program deployment is only needed once, a user only needs to carry out configuration modification to meet different data acquisition requirements, and repeated deployment and repeated modification are not needed; new processing logic can be added in the program, other programs are not required to be modified, and a user can realize customization requirements by configuring the newly added logic keywords and corresponding information only during configuration, so that the flexibility of the program is greatly improved; compared with the script language, the YAML language has the characteristics of easy writing, convenient configuration and convenient reading, and is worth popularizing and using.
Drawings
FIG. 1 is a flow chart of a rule parsing method according to an embodiment of the invention;
FIG. 2 is a schematic diagram of an interface for configuring a data source in a third embodiment of the present invention;
FIG. 3 is a schematic diagram of an interface for configuring data collection operations in a third embodiment of the present invention;
FIG. 4 is a schematic diagram of an interface for configuring YAML file rules in a third embodiment of the present invention.
Detailed Description
The following describes in detail the examples of the present invention, which are implemented on the premise of the technical solution of the present invention, and detailed embodiments and specific operation procedures are given, but the scope of protection of the present invention is not limited to the following examples.
Example 1
As shown in fig. 1 to 4, the present embodiment provides a technical solution: a rule parsing method based on YAML file includes the following steps:
s1: configuring a data source
Configuring a data source, wherein the data source comprises a data source item (input item) and a data target source item (output item);
s2: configuration data acquisition operation
Configuring data acquisition operation, namely configuring the flow trend of data;
s3: configuring YAML file rules
Configuring and storing rules of the YAML file, wherein the configured content comprises rule content of configuration processing logic items (files items) and complete rule information according to information in the job configuration of the step S2;
s4: analyzing rule acquisition data
After the configuration is saved, acquiring the information of the acquisition flow according to the perfected rule analysis, and executing data acquisition by matching with the corresponding flow.
In the step S1, the data source item and the data target source item each support multiple data types, including JDBC, hbase, ftp, hdfs, kafka.
In the step S1, the data source item is used for representing configuration information of the data source end, including connection login information and data source information of the data source library; the data target source item is used for representing connection information of the data target end.
In the step S3, the processing logic is used to represent the processing operation performed on the data after the data is read.
The processing operations include operations of removing data, null filtering, calculating, renaming, adding fields, and the like.
In the step S3, the specific process of perfecting the whole rule information according to the information in the job configuration in the step S2 is as follows:
s31: acquiring data source names of data sources and data target sources selected by operation configuration;
s32: acquiring connection information of each data source, such as connection user name, password and the like, according to the data source name;
s33: and supplementing the acquired data source connection information into an input item of the rule, and supplementing the data target source connection information into an output item of the rule, so that the whole rule perfecting process is completed.
In the step S3, the processing logic item includes a plurality of keywords, where the keywords are designed and determined keywords, and the character strings after the keywords store target information, where the target information may be configured and modified according to actual design requirements.
In the step S4, the parsing engine using YAML parses the already perfected rule.
The YAML file analysis method uses a conventional analysis engine of the YAML file, and belongs to an open source technology. The YAML file is parsed according to the YAML parsing technique of an open source, and can be parsed into class objects, such as MAP, or rule classes designed in the program, in this embodiment into classes designed in the program. The class includes input and output of map type, filters of list type. After parsing into classes, attributes of the classes, such as input, output, filters, may be obtained. From the class attributes, specific input, output, filters information can be obtained. The acquisition process is conventional map and list acquisition.
In the step S4, the process of executing data acquisition by matching the corresponding flow is as follows:
s41: acquiring a matched flow class name from a program cache (flow information supported in the program is stored in the cache when the program is started, and the information comprises the flow name and a corresponding class name) according to the acquired flow name;
s42: and creating a corresponding class entity according to the class name and executing the class.
The embodiment also provides a rule parsing system based on the YAML file, which comprises the following steps:
the first configuration module is used for configuring data source items, wherein the data source items comprise data source items and data target source items;
the second configuration module is used for configuring the data acquisition operation, namely configuring the flow trend of the data;
the third configuration module is used for configuring and storing rules of the YAML file, wherein the configured content comprises rule content for configuring a processing logic item and perfecting whole rule information according to information in the operation configuration in the step S2;
the rule analysis module is used for analyzing and acquiring the information of the acquisition flow according to the completed rule after the storage configuration, and matching the acquired information with the corresponding flow to execute data acquisition;
the central processing module is used for sending instructions to other modules to complete related actions;
the first configuration module, the second configuration module, the third configuration module and the rule analysis module are all electrically connected with the central processing module.
Example two
In order to flexibly perform data acquisition processing according to configuration data and matching corresponding program flows, the system can be flexibly applied to multiple scenes, and the embodiment provides the following technical scheme:
1. rule files based on the following YAML format:
2. rule description
The Input is used for representing configuration information of the data source end, and describes connection login information and data source information of the data source library. And after program analysis, connecting a data source according to the input information and reading data. The Input support includes a variety of data sources, such as JDBC, hbase, ftp, hdfs, kafka. Only JDBC is shown in the YAML file example, and the JDBC can be modified into other data source information according to scene requirements;
filters are used to process data after the program reads the data. The configuration includes operations of removing data, filtering null values, calculating, renaming, adding fields and the like. After the data is read, the data is processed item by item according to the configured filters rule, and which processing operations are configured, namely which processing is performed. The method enables the program to be realized by the user by configuring the program according to the needs under the condition of supporting various operations;
output, similar to input, is used to describe connection information of the data destination. After program analysis, the target source is connected according to the configuration information of output to write the processed data, so that the whole data acquisition and processing work is realized. Data sources such as JDBC, hbase, ftp, hdfs, kafka are supported in the output as well, and can be configured according to actual scenes;
the flag key field in the rule is designed in the program, and it is understood that the key preceding the colon is the key that has been designed and determined. Different keywords represent different meanings. For example, JDBC expresses that is a JDBC connection, remove in filters expresses the meaning of the remove field. The information user after the keywords can be configured and modified according to the actual design requirements.
The manner in which the configuration modification is made includes, but is not limited to, the following:
1) The rule can be edited in the editing frame of the interface configuration directly to modify the configuration;
2) The developer can develop the rule according to the actual requirement, for example, the time format of 20191230 needs to be converted into the format of 2019-12-30, the time format of the column names and targets needs to be obtained, and the information of the column names and the target time formats needs to be provided when the rule is edited by the interface.
3. Rule parsing
After the YAML format rule is configured, the program reads the rule, uses the analysis engine of the YAML to analyze the rule, obtains three important information of a data source, processing logic and a data source target source, and matches the information obtained after analysis to the corresponding program flow for execution. For example, the data source read data which needs to be connected with the JDBC is acquired, the program is connected with the JDBC data source, and if the data source is the FTP data source, the program is connected with the FTP. Matching program flow execution is also performed on the processing logic and the target source based on the acquired configuration information. Finally, the data are collected to the target end according to the processing flow designed by the user.
The process of executing data acquisition by matching the corresponding flow is as follows:
1) According to the acquired acquisition flow names, such as FTP, the matched flow class names are acquired from a program cache (flow information supported in the program is stored in the cache when the program is started, the information comprises the flow names and corresponding class names), and the acquired FTP flow class names are com.ustcinfo.ishare.bdp.transfer.api.plug.input.FTP;
2) And creating a corresponding class entity according to the class name and executing the class.
Example III
The embodiment provides a rule analysis method based on YAML files, which comprises the following specific implementation steps:
1. configuring a data source
The configured data sources comprise data sources and data target sources, and support multiple data types;
2. configuration data acquisition operation
Configuration data collection jobs, i.e., flow trends from where configuration data is to be located;
3. configuring YAML rules
The acquisition rules are configured, the configured rules mainly configure rule contents of filters, for input and output without special requirement keywords, the program can automatically perfect the whole rule information according to the information in the previous operation configuration, for example, in fig. 4, the input keywords have no contents, the output keywords display dateType keywords with CSV values, that is, the information in the operation configuration can be displayed or not displayed, and the program can judge perfect.
The specific judging and perfecting process is as follows:
1) Resolving the rules into rule classes after the program acquires the rules;
2) Respectively obtaining the values of input and output after analyzing the attributes of the rule class;
3) Judging whether the data source information is empty or not according to the acquired value, if so, no information is needed, supplementing and perfecting according to the information of the operation configuration, if not, continuously judging whether the data source information is relevant information, designing the data source information as sourceInfo in the rule, and if not, supplementing.
4. Analyzing rule acquisition data
After the configuration is saved, an acquisition program is started, the program analyzes and acquires acquisition flow information according to the perfected rule, and the acquisition program is matched with different flows to execute data acquisition.
The main key interpretation table in the rules is as follows:
TABLE 1 keyword interpretation Table
In summary, according to the rule parsing method based on the YAML file in the three sets of embodiments, according to rule configuration of the YAML file, program deployment only needs to be performed once, and a user only needs to perform configuration modification to realize meeting different data acquisition requirements, so that multiple deployment and multiple modification are not needed; new processing logic can be added in the program, other programs are not required to be modified, and a user only needs to configure the newly added logic keywords and corresponding information (corresponding information refers to parameter information required in the operation process corresponding to the keywords, such as split operation in a rule, field names of field-split, sep-split separators and data subscripts acquired after index-split) in configuration so as to realize customization requirements, so that the flexibility of the program is greatly improved; compared with the script language, the YAML language has the characteristics of easy writing, convenient configuration and convenient reading, and is worth popularizing and using.
Furthermore, the terms "first," "second," and the like, are used for descriptive purposes only and are not to be construed as indicating or implying a relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defining "a first" or "a second" may explicitly or implicitly include at least one such feature. In the description of the present invention, the meaning of "plurality" means at least two, for example, two, three, etc., unless specifically defined otherwise.
In the description of the present specification, a description referring to terms "one embodiment," "some embodiments," "examples," "specific examples," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present invention. In this specification, schematic representations of the above terms are not necessarily directed to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, the different embodiments or examples described in this specification and the features of the different embodiments or examples may be combined and combined by those skilled in the art without contradiction.
While embodiments of the present invention have been shown and described above, it will be understood that the above embodiments are illustrative and not to be construed as limiting the invention, and that variations, modifications, alternatives and variations may be made to the above embodiments by one of ordinary skill in the art within the scope of the invention.

Claims (2)

1. The rule analysis method based on the YAML file is characterized by comprising the following steps of:
s1: configuring a data source
Configuring a data source, wherein the data source comprises a data source item and a data target source item;
s2: configuration data acquisition operation
Configuring data acquisition operation, namely configuring the flow trend of data;
s3: configuring YAML file rules
Configuring and storing rules of the YAML file, wherein the configured content comprises rule content for configuring a processing logic item and perfecting whole rule information according to information in the operation configuration of the step S2;
s4: analyzing rule acquisition data
After the configuration is saved, acquiring acquisition flow information according to the perfected rule analysis, and executing data acquisition by matching with the corresponding flow;
in the step S1, the data source item and the data target source item each support multiple data types, where the multiple data types include JDBC, hbase, ftp, hdfs, kafka;
in the step S1, the data source item is used for representing configuration information of the data source end, including connection login information and data source information of the data source library; the data target source item is used for representing connection information of the data target end;
in the step S3, the processing logic item is used to represent a processing operation performed on the data after the data is read, where the processing operation includes removing the data, filtering null values, calculating, renaming, and adding fields;
in the step S3, the processing logic item includes a plurality of keywords, where the keywords are designed and determined keywords, and the character strings after the keywords store target information, where the target information is configured and modified according to actual design requirements;
in the step S3, the specific process of perfecting the whole rule information according to the information in the job configuration in the step S2 is as follows:
s31: acquiring data source names of data sources and data target sources selected by operation configuration;
s32: acquiring connection information of each data source according to the name of the data source;
s33: the acquired data source connection information is supplemented to the input item of the rule, and the data target source connection information is supplemented to the output item of the rule, so that the whole rule perfecting process is completed;
in the step S4, parsing engine using YAML parses the completed rule;
in the step S4, the process of executing data collection by matching the corresponding flow includes the following steps:
s41: acquiring a matched process class name according to the acquired acquisition process name;
s42: and creating a corresponding class entity according to the class name and executing the class.
2. A YAML file-based rule parsing system, wherein the rule parsing work is performed using the rule parsing method of claim 1, comprising:
the first configuration module is used for configuring data source items, wherein the data source items comprise data source items and data target source items;
the second configuration module is used for configuring the data acquisition operation;
the third configuration module is used for configuring and storing rules of the YAML file, wherein the configured content comprises rule content for configuring a processing logic item and perfecting whole rule information according to information in the operation configuration in the step S2;
the rule analysis module is used for analyzing and acquiring the information of the acquisition flow according to the completed rule after the storage configuration, and matching the acquired information with the corresponding flow to execute data acquisition;
the central processing module is used for sending instructions to other modules to complete related actions;
the first configuration module, the second configuration module, the third configuration module and the rule analysis module are all electrically connected with the central processing module.
CN201911406691.4A 2019-12-31 2019-12-31 Rule analysis method and system based on YAML file Active CN111124548B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911406691.4A CN111124548B (en) 2019-12-31 2019-12-31 Rule analysis method and system based on YAML file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911406691.4A CN111124548B (en) 2019-12-31 2019-12-31 Rule analysis method and system based on YAML file

Publications (2)

Publication Number Publication Date
CN111124548A CN111124548A (en) 2020-05-08
CN111124548B true CN111124548B (en) 2023-10-27

Family

ID=70506478

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911406691.4A Active CN111124548B (en) 2019-12-31 2019-12-31 Rule analysis method and system based on YAML file

Country Status (1)

Country Link
CN (1) CN111124548B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1859196A (en) * 2006-04-13 2006-11-08 吉林大学 Telecommunication field network data acquisition processing system based on rule and realizing method
CN103942228A (en) * 2013-01-23 2014-07-23 纽海信息技术(上海)有限公司 Rule engine, calculating method, service system and calling method
CN104615637A (en) * 2014-11-20 2015-05-13 广州杰赛互教通信息技术有限公司 Data exchange method and data exchange intermediate device
CN105354239A (en) * 2015-10-10 2016-02-24 中国科学院计算机网络信息中心 Configuration data processing model based processing center data stream processing method
KR101695277B1 (en) * 2016-04-26 2017-01-11 (주)시큐레이어 Method for supporting regularization of unconstructed data and computing device using the same
CN107368503A (en) * 2016-05-13 2017-11-21 北京京东尚科信息技术有限公司 Method of data synchronization and system based on Kettle
CN107704265A (en) * 2017-09-30 2018-02-16 电子科技大学 A kind of configurable rule generating method of service-oriented stream
CN107798035A (en) * 2017-04-10 2018-03-13 平安科技(深圳)有限公司 A kind of data processing method and terminal
CN107992292A (en) * 2017-11-29 2018-05-04 商派软件有限公司 A kind of method defined by schema forms progress database
CN109885689A (en) * 2019-03-25 2019-06-14 山东浪潮云信息技术有限公司 A kind of method and system of the real-time grading statistical log of rule-based engine
CN110007924A (en) * 2019-03-29 2019-07-12 烽火通信科技股份有限公司 The automated construction method and system of YANG model configuration interface

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9336397B2 (en) * 2014-06-30 2016-05-10 Oracle International Corporation Combining type-analysis with points-to analysis for analyzing library source-code
US20180150562A1 (en) * 2016-11-25 2018-05-31 Cognizant Technology Solutions India Pvt. Ltd. System and Method for Automatically Extracting and Analyzing Data

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1859196A (en) * 2006-04-13 2006-11-08 吉林大学 Telecommunication field network data acquisition processing system based on rule and realizing method
CN103942228A (en) * 2013-01-23 2014-07-23 纽海信息技术(上海)有限公司 Rule engine, calculating method, service system and calling method
CN104615637A (en) * 2014-11-20 2015-05-13 广州杰赛互教通信息技术有限公司 Data exchange method and data exchange intermediate device
CN105354239A (en) * 2015-10-10 2016-02-24 中国科学院计算机网络信息中心 Configuration data processing model based processing center data stream processing method
KR101695277B1 (en) * 2016-04-26 2017-01-11 (주)시큐레이어 Method for supporting regularization of unconstructed data and computing device using the same
CN107368503A (en) * 2016-05-13 2017-11-21 北京京东尚科信息技术有限公司 Method of data synchronization and system based on Kettle
CN107798035A (en) * 2017-04-10 2018-03-13 平安科技(深圳)有限公司 A kind of data processing method and terminal
CN107704265A (en) * 2017-09-30 2018-02-16 电子科技大学 A kind of configurable rule generating method of service-oriented stream
CN107992292A (en) * 2017-11-29 2018-05-04 商派软件有限公司 A kind of method defined by schema forms progress database
CN109885689A (en) * 2019-03-25 2019-06-14 山东浪潮云信息技术有限公司 A kind of method and system of the real-time grading statistical log of rule-based engine
CN110007924A (en) * 2019-03-29 2019-07-12 烽火通信科技股份有限公司 The automated construction method and system of YANG model configuration interface

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
An XML C Source Code Interchange Format for CASE Tools;Noritoshi Atsumi等;《IEEE》;全文 *
基于JSON的数据交换技术应用研究;徐宝磊;罗江;潘刚;;软件导刊(10);全文 *
基于大数据处理的ETL框架的研究与设计;沈琦;陈博;;电子设计工程(02);全文 *

Also Published As

Publication number Publication date
CN111124548A (en) 2020-05-08

Similar Documents

Publication Publication Date Title
US20230385033A1 (en) Storing logical units of program code generated using a dynamic programming notebook user interface
US20180101279A1 (en) System for providing dynamic linked panels in user interface
CN111367976B (en) Method and device for exporting EXCEL file data based on JAVA reflection mechanism
CN110489087B (en) Method, device, medium and electronic equipment for generating fractal structure
CN111061733B (en) Data processing method, device, electronic equipment and computer readable storage medium
US20160034272A1 (en) Managing a catalog of scripts
US8775392B1 (en) Revision control and configuration management
CN109800147B (en) Test case generation method and terminal equipment
Gulwani et al. StriSynth: synthesis for live programming
CN106055546A (en) Optical disk library full-text retrieval system based on Lucene
CN103077192A (en) Data processing method and system thereof
US5721924A (en) Method and device for obtaining a value of a referred to variable defined in a source program having a specific variable name
US20130283233A1 (en) Multi-engine executable data-flow editor and translator
CN113407678B (en) Knowledge graph construction method, device and equipment
CN108694172B (en) Information output method and device
CN111124548B (en) Rule analysis method and system based on YAML file
CN106649310B (en) Data acquisition method and device
CN107025233B (en) Data feature processing method and device
US11977473B2 (en) Providing a pseudo language for manipulating complex variables of an orchestration flow
CN103942203A (en) Information processing method and theme information base manufacturing system
CN111142871A (en) Front-end page development system, method, equipment and medium
CN115757174A (en) Database difference detection method and device
CN113779343A (en) Mass data processing method, device, medium and electronic equipment
CN113506099A (en) Configuration system, method, computer device and storage medium for reporting service
CN112346986A (en) Test case layered storage method and system, 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
GR01 Patent grant
GR01 Patent grant