CN112115121B - Real-time data quality detection system for data management - Google Patents

Real-time data quality detection system for data management Download PDF

Info

Publication number
CN112115121B
CN112115121B CN202010938634.7A CN202010938634A CN112115121B CN 112115121 B CN112115121 B CN 112115121B CN 202010938634 A CN202010938634 A CN 202010938634A CN 112115121 B CN112115121 B CN 112115121B
Authority
CN
China
Prior art keywords
detection
data
task
rule
module
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
CN202010938634.7A
Other languages
Chinese (zh)
Other versions
CN112115121A (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.)
Shaanxi Yunji Huahai Information Technology Co ltd
Original Assignee
Shaanxi Yunji Huahai Information 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 Shaanxi Yunji Huahai Information Technology Co ltd filed Critical Shaanxi Yunji Huahai Information Technology Co ltd
Priority to CN202010938634.7A priority Critical patent/CN112115121B/en
Publication of CN112115121A publication Critical patent/CN112115121A/en
Application granted granted Critical
Publication of CN112115121B publication Critical patent/CN112115121B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/21Design, administration or maintenance of databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1458Management of the backup or restore process
    • 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • 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/23Updating

Abstract

The invention discloses a real-time data quality detection system for data management, which comprises an HBASE database, a configuration module, a Spark detection module, a statistics module and a storage module, wherein the HBASE database is used for initializing a data incremental backup table, the configuration module configures the detection task, inputs a task name, a table to be detected, an association rule and a task execution priority, the Spark detection module receives the detection task configured by the configuration module and detects the detection task, and the statistics module uses an accumulator mode to automatically count the detection result of data meeting the detection rule. The invention can process PB level data, has huge detection data quantity, adopts a cluster detection mode, has higher response speed, flexibly supports single field pair rule and single rule multi-detection by the rule, can also support user-defined detection by the built-in multiple detection rules, can continuously and automatically detect incremental data of configured tasks, and can provide a perfect data quality detection report.

Description

Real-time data quality detection system for data management
Technical Field
The invention relates to the field of data management, in particular to a real-time data quality detection system for data management.
Background
Data governance is a complete set of administrative actions in an organization involving the use of data, initiated and pursued by the enterprise data governance department, regarding how to formulate and implement a series of policies and procedures for business application and technical management of data throughout the enterprise, the definition given by the international data management association: data governance is an active set of data asset management exercise rights and controls, and real-time data quality detection is part of data governance, which is used to screen for useful data.
The existing data governance real-time data quality detection system has limited detection capability, small data volume which can be detected when aiming at PB level data detection, general response speed, single detection specification and incapability of continuously and automatically detecting incremental data of configured tasks, so that how to construct a novel data governance real-time data quality detection system is a problem to be solved urgently.
Disclosure of Invention
The technical problems to be solved by the invention are as follows: the existing real-time data quality detection system for data management has the defects that the detection capability is limited, the data quantity which can be detected when aiming at PB level data detection is small, the response speed is general, the detection specification is single, and the incremental data of the configured task cannot be continuously and automatically detected; the invention adopts the HBASE database to create the data incremental backup table, is matched with MYSQL, can be used for processing PB-level data, has huge detection data, meets the detection requirements of different real-time data, configures the detection tasks by adopting the configuration module, adopts the incremental backup table to detect the input task name, the table to be detected, the association rule and the priority of task execution of each detection task, and detects according to the priority of the task to be detected, improves the response speed of data detection by utilizing a cluster detection mode, can select the same field to be detected in the same task for multiple times by utilizing the association rule, can select the same rule in the same task for multiple times, flexibly supports single-field pair rule and single-rule multiple detection, embeds multiple detection rules, can also support user-defined detection, can continuously and automatically detect the incremental data of the configured tasks, and can provide a perfect data quality detection report.
The technical problems are solved by the following technical scheme, and the real-time data quality detection system for data management comprises an HBASE database, a configuration module, a Spark detection module, a statistics module and a storage module;
the HBASE database is used for initializing a data incremental backup table;
the configuration module configures the detection task, and inputs the task name, the table to be detected, the association rule and the priority of task execution;
the Spark detection module receives the detection task configured by the configuration module and detects the detection task;
the statistics module is used for automatically counting the detection results of the data meeting the detection rules in an accumulator mode, and updating the data state of the same batch of backup tables as in the process;
the storage module is used for storing the detection result counted by the counting module.
Preferably, the incremental backup table is used for storing one copy of the RowKey, the data status, the batch number batch id, the original table name, the original table RowKey/oldwkey of the incremental data for each detection task in the backup table, wherein:
the RowKey generation rule in the incremental backup table is a splicing mode of an original table RowKey, an original table name and a batch number;
the data states of the column status in the incremental backup table are divided into pending, processing neutral, and processed.
The list batch id in the incremental backup table is the batch number of the incremental data, and the batch number ensures that the same batch is the same and different batches are unique.
The incremental backup table is listed as the name of the original table, and the column oldRowKey is listed as the RowKey of the original table.
Preferably, the priority of task execution is marked as X 1 、X 2 ....N n Wherein X is 1 At an optimal level of X 1 And sequencing the optimal grades backwards in sequence.
Preferably, the configuration module includes a scheduling unit, the scheduling unit is configured to schedule the detection task according to the priority of task execution configured by the scheduling configuration module, and the configuration unit schedules the detection task to the Spark detection module according to the priority of task execution.
Preferably, after the configuration module configures the detection task, the detection task ends and stores the detection result in a report table in MYSQL, so that a user can check the detection report through the system and update the data state of the same batch of backup table to be processed.
Preferably, the scheduling unit starts the detection task to scan the backup table at regular time, detects the newly added data and gives an incremental detection report, and the incremental detection report is stored in a MYSQL report table, where the detection report includes: quality assessment score, detection data volume, problem data duty ratio, reference rule number, problem level, problem distribution condition and data quality rule statistics.
Preferably, the association rule includes: the detection indexes comprise fields, detection levels, rule types and rule names, and the association relation between the fields to be detected and the detection rules can be selected multiple times in the same task, and the same rule can be selected multiple times in the same task.
The quality evaluation score is the percentage of the sum of the problem data quantity and the sum of the detection data quantity in each association rule detected in the task;
detecting data quantity, namely detecting the data quantity of each association rule;
the problem data volume is that each association rule detects the data volume conforming to the rule;
the problem data duty ratio is that the data quantity which is detected to be in accordance with the rule by each association rule is divided by the data quantity percentage which is detected to be in accordance with the rule by each association rule;
the number of the quoting rules is that how many detecting rules are commonly quoted by the detecting task;
problem level, namely setting the problem level when a user sets a detection task;
the distribution of the problems, namely the respective percentages of urgent, important, secondary and general tasks;
and (5) counting data quality rules, namely counting the percentage of each detection rule.
Preferably, the system, when executed, specifically comprises the following steps:
s1: the HBASE system initializes a data incremental backup table, a user configures a quality detection task through a system interface configuration module, and a specified column in a specified table is detected by using a specified rule after the detection task is started;
s2: after the detection task is finished, storing the detection report in a designated MYSQL library;
s3: the new data of the detection target table stores the new RowKey in a data incremental backup table of the HBASE, a dispatching unit detection task acquires the RowKey of the new data of the batch from the backup table, and then the batch of RowKey is used for acquiring the complete data of the batch from the detection target table for detection;
s4: modifying the data state of the batch of backup tables with the end of detection in the detection completion modification process, and storing the detection report of the batch in MYSQL
Compared with the prior art, the invention has the following advantages: the real-time data quality detection system for data management adopts an HBASE database to create a data incremental backup table, is matched with MYSQL, can be used for processing PB-level data, has huge detection data, meets the detection requirements of different real-time data, configures detection tasks by adopting a configuration module, adopts an incremental backup table to detect the input task name, a table to be detected, an association rule and the priority of task execution of each detection task, improves the response speed of data detection by utilizing a cluster detection mode, utilizes the association rule, can select the same field to be detected in the same task for multiple times, can flexibly support single-field pair rule and single-rule multiple detection, can also support user-defined detection, can continuously and automatically detect the incremental data of the configured tasks, and can provide perfect data quality detection reports.
Drawings
Fig. 1 is a system block diagram of the present invention.
Fig. 2 is a flow chart 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.
As shown in fig. 1-2, the present embodiment provides a technical solution: the real-time data quality detection system for data management comprises an HBASE database, a configuration module, a Spark detection module, a statistics module and a storage module;
the HBASE database is used for initializing the data incremental backup table;
the configuration module configures the detection task, and inputs the task name, the table to be detected, the association rule and the priority of task execution;
the Spark detection module receives the detection task configured by the configuration module and detects the detection task;
the statistics module is used for automatically counting the detection results of the data meeting the detection rules in an accumulator mode, and updating the data state of the same batch of backup tables in the process;
the storage module is used for storing the detection result counted by the counting module.
The incremental backup table is used for storing one copy of the RowKey, the data status, the batch number batch id, the original table name, the original table RowKey/oldwkey of the incremental data for each detection task in the backup table, wherein:
the RowKey generation rule in the incremental backup table is a splicing mode of an original table RowKey, an original table name and a batch number;
the data states of the column status in the incremental backup table are divided into pending, processing neutral, and processed.
The list batch id in the incremental backup table is the batch number of the incremental data, and the batch number ensures that the same batch is the same and different batches are unique.
The incremental backup table is listed as the name of the original table, and the column oldRowKey is listed as the RowKey of the original table.
Task execution priority is marked as X 1 、X 2 ....N n Wherein X is 1 At an optimal level of X 1 And sequencing the optimal grades backwards in sequence.
The configuration module comprises a scheduling unit, the scheduling unit is used for scheduling the detection task according to the priority of task execution configured by the scheduling configuration module, and the configuration unit schedules the detection task to the Spark detection module according to the priority of task execution.
After the configuration module configures the detection task, the detection task is finished, the detection result is stored in a MYSQL report table, so that a user can check the detection report through the system, and the data state of the same batch of backup tables is updated to be processed.
The scheduling unit starts a detection task to scan the backup table at regular time, detects the newly added data and gives an incremental detection report, and the incremental detection report is stored in a MYSQL report table, wherein the detection report comprises: quality assessment score, detection data volume, problem data duty ratio, reference rule number, problem level, problem distribution condition and data quality rule statistics.
The association rule includes: the detection indexes comprise fields, detection levels, rule types and rule names, and the association relation between the fields to be detected and the detection rules can be selected multiple times in the same task, and the same rule can be selected multiple times in the same task.
The quality evaluation score is the percentage of the sum of the problem data quantity and the sum of the detection data quantity in each association rule detected in the task;
detecting data quantity, namely detecting the data quantity of each association rule;
the problem data volume is that each association rule detects the data volume conforming to the rule;
the problem data duty ratio is that the data quantity which is detected to be in accordance with the rule by each association rule is divided by the data quantity percentage which is detected to be in accordance with the rule by each association rule;
the number of the quoting rules is that how many detecting rules are commonly quoted by the detecting task;
problem level, namely setting the problem level when a user sets a detection task;
the distribution of the problems, namely the respective percentages of urgent, important, secondary and general tasks;
and (5) counting data quality rules, namely counting the percentage of each detection rule.
In summary, when the invention is used, the HBASE system initializes a data incremental backup table, a user configures a quality detection task through a system interface, a specified column in the specified table is detected by using a specified rule after the detection task is started, a detection report is stored in a specified MYSQL library after the detection task is finished, MYSQL can be used for periodically inquiring the quality detection task to be executed, newly-added data of a detection target table is stored in the data incremental backup table of HBASE, a dispatching unit detection task acquires the new-added data RowKey of the batch from the backup table, then the whole data of the batch is acquired in the detection target table by using the RowKey of the batch for detection, the detection result is compared with large data clusters YARN and Spark, the data state of the batch is modified with the detection completion in the modification process, the data to be detected is read, the data to be detected is stored in the HBASE database, finally the quality detection report is generated, the detection report of the batch is stored in MYSQL, visual quality detection report is provided by MYSQL, and the detection task is finished.
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.
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 (6)

1. The real-time data quality detection system for data management is characterized by comprising an HBASE database, a configuration module, a Spark detection module, a statistics module and a storage module;
the HBASE database is used for initializing a data incremental backup table;
the configuration module configures the detection task, and inputs the task name, the table to be detected, the association rule and the priority of task execution;
the Spark detection module receives the detection task configured by the configuration module and detects the detection task;
the statistics module is used for automatically counting the detection results of the data meeting the detection rules in an accumulator mode, and updating the data state of the same batch of backup tables as in the process;
the storage module is used for storing the detection result counted by the counting module;
the incremental backup table is used for storing one copy of the RowKey, the data state status, the batch number batch Id, the original table name and the original table RowKey of the incremental data of each detection task in the backup table, wherein:
the RowKey generation rule in the incremental backup table is a splicing mode of an original table RowKey, an original table name and a batch number;
the data state of the column status in the incremental backup table is divided into to-be-processed, processed-neutralization processed;
the batch id in the incremental backup table is the batch number of the incremental data, and the batch number ensures that the same batch is the same and different batches are unique;
the column tableName in the incremental backup table is the name of the original table, and the column oldRowKey is the RowKey of the original table;
the system comprises the following steps when being executed:
s1: the HBASE system initializes a data incremental backup table, a user configures a quality detection task through a system interface configuration module, and a specified column in a specified table is detected by using a specified rule after the detection task is started;
s2: after the detection task is finished, storing the detection report in a designated MYSQL library;
s3: the new data of the detection target table stores the new RowKey in a data incremental backup table of the HBASE, a dispatching unit detection task acquires the RowKey of the new data of the batch from the backup table, and then the batch of RowKey is used for acquiring the complete data of the batch from the detection target table for detection;
s4: and modifying the data state of the batch of backup tables with the end of detection in the detection completion modification process, and storing the detection report of the batch in MYSQL.
2. The data governance real-time data quality detection system of claim 1, wherein: the priority of task execution is marked as X 1 、X 2 ....X n Wherein X is 1 At an optimal level of X 1 And sequencing the optimal grades backwards in sequence.
3. The data governance real-time data quality detection system of claim 1, wherein: the configuration module comprises a scheduling unit, the scheduling unit is used for scheduling the detection task according to the priority of task execution configured by the scheduling configuration module, and the configuration unit schedules the detection task to the Spark detection module according to the priority of task execution.
4. The data governance real-time data quality detection system of claim 1, wherein: after the configuration module configures the detection task, the detection task is finished, the detection result is stored in a report table in MYSQL, so that a user can check the detection report through the system, and the data state of the same batch of backup tables is updated to be processed.
5. A data governance real-time data quality testing system according to claim 3 and wherein: the scheduling unit starts a detection task scanning backup table at fixed time, detects newly added data and gives an incremental detection report, and the incremental detection report is stored in a MYSQL report table, wherein the detection report comprises: quality assessment score, detection data volume, problem data duty ratio, reference rule number, problem level, problem distribution condition and data quality rule statistics.
6. The data governance real-time data quality detection system of claim 1, wherein: the association rule includes: the detection indexes comprise fields, detection levels, rule types and rule names, and the association relation between the fields to be detected and the detection rules can be selected multiple times in the same task, and the same rule can be selected multiple times in the same task.
CN202010938634.7A 2020-11-20 2020-11-20 Real-time data quality detection system for data management Active CN112115121B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010938634.7A CN112115121B (en) 2020-11-20 2020-11-20 Real-time data quality detection system for data management

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010938634.7A CN112115121B (en) 2020-11-20 2020-11-20 Real-time data quality detection system for data management

Publications (2)

Publication Number Publication Date
CN112115121A CN112115121A (en) 2020-12-22
CN112115121B true CN112115121B (en) 2023-12-12

Family

ID=73802384

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010938634.7A Active CN112115121B (en) 2020-11-20 2020-11-20 Real-time data quality detection system for data management

Country Status (1)

Country Link
CN (1) CN112115121B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112667618B (en) * 2020-12-30 2023-06-06 湖南长城医疗科技有限公司 Public area sanitary platform quality control system and method
CN113157745A (en) * 2021-04-28 2021-07-23 上海交大慧谷通用技术有限公司 Data quality detection method and system

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004157971A (en) * 2003-05-08 2004-06-03 Matsushita Electric Ind Co Ltd Pattern identifying device
CN103631967A (en) * 2013-12-18 2014-03-12 北京华环电子股份有限公司 Processing method and device for data table with autoincrement identification fields
CN104391903A (en) * 2014-11-14 2015-03-04 广州科腾信息技术有限公司 Distributed storage and parallel calculation-based power grid data quality detection method
CN104915450A (en) * 2015-07-01 2015-09-16 武汉大学 HBase-based big data storage and retrieval method and system
CN105446824A (en) * 2014-05-28 2016-03-30 无锡华润微电子有限公司 Table increment obtaining method and remote data backup method
CN106202110A (en) * 2015-05-06 2016-12-07 阿里巴巴集团控股有限公司 The method and apparatus of data quality checking
CN107204892A (en) * 2017-04-12 2017-09-26 北京国电通网络技术有限公司 Power telecom network service data processing method and processing device
CN108920698A (en) * 2018-07-16 2018-11-30 北京京东金融科技控股有限公司 A kind of method of data synchronization, device, system, medium and electronic equipment
CN111241073A (en) * 2018-11-29 2020-06-05 阿里巴巴集团控股有限公司 Data quality inspection method and device
CN111241113A (en) * 2020-01-03 2020-06-05 北京纷扬科技有限责任公司 Statistical graph data real-time computing system and method based on PaaS framework
CN111325463A (en) * 2020-02-18 2020-06-23 深圳前海微众银行股份有限公司 Data quality detection method, device, equipment and computer readable storage medium
CN111475517A (en) * 2020-03-06 2020-07-31 平安科技(深圳)有限公司 Data updating method and device, computer equipment and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6221019B1 (en) * 2016-12-21 2017-10-25 株式会社岩崎電機製作所 Data table creation device, data table creation method, and data table creation program
US10986602B2 (en) * 2018-02-09 2021-04-20 Intel Corporation Technologies to authorize user equipment use of local area data network features and control the size of local area data network information in access and mobility management function

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004157971A (en) * 2003-05-08 2004-06-03 Matsushita Electric Ind Co Ltd Pattern identifying device
CN103631967A (en) * 2013-12-18 2014-03-12 北京华环电子股份有限公司 Processing method and device for data table with autoincrement identification fields
CN105446824A (en) * 2014-05-28 2016-03-30 无锡华润微电子有限公司 Table increment obtaining method and remote data backup method
CN104391903A (en) * 2014-11-14 2015-03-04 广州科腾信息技术有限公司 Distributed storage and parallel calculation-based power grid data quality detection method
CN106202110A (en) * 2015-05-06 2016-12-07 阿里巴巴集团控股有限公司 The method and apparatus of data quality checking
CN104915450A (en) * 2015-07-01 2015-09-16 武汉大学 HBase-based big data storage and retrieval method and system
CN107204892A (en) * 2017-04-12 2017-09-26 北京国电通网络技术有限公司 Power telecom network service data processing method and processing device
CN108920698A (en) * 2018-07-16 2018-11-30 北京京东金融科技控股有限公司 A kind of method of data synchronization, device, system, medium and electronic equipment
CN111241073A (en) * 2018-11-29 2020-06-05 阿里巴巴集团控股有限公司 Data quality inspection method and device
CN111241113A (en) * 2020-01-03 2020-06-05 北京纷扬科技有限责任公司 Statistical graph data real-time computing system and method based on PaaS framework
CN111325463A (en) * 2020-02-18 2020-06-23 深圳前海微众银行股份有限公司 Data quality detection method, device, equipment and computer readable storage medium
CN111475517A (en) * 2020-03-06 2020-07-31 平安科技(深圳)有限公司 Data updating method and device, computer equipment and storage medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Data Quality management in pharmacovigilance;Marie Lindquist;《Drug Safety》(第27期);857-870 *
基于Spark的云化报表系统的设计与实现;杨宁;《中国优秀硕士学位论文全文数据库 信息科技辑》;I138-2428 *
海量数据处理与挖掘关键技术研究;刘正;《中国博士学位论文全文数据库 信息科技辑》;I138-40 *

Also Published As

Publication number Publication date
CN112115121A (en) 2020-12-22

Similar Documents

Publication Publication Date Title
US7299193B2 (en) Method and meeting scheduler for automated meeting scheduling using delegates, representatives, quorums and teams
CN112115121B (en) Real-time data quality detection system for data management
AU2006201165B2 (en) Method and apparatus for generating relevance-sensitive collation keys
US4531186A (en) User friendly data base access
US7962472B2 (en) Self-optimizing algorithm for real-time problem resolution using historical data
US8224763B2 (en) Signal management system for building systems
US20140006416A1 (en) Project resource comparison view
US9165011B2 (en) Concurrent calculation of resource qualification and availability using text search
CN109271321A (en) A kind of contribution code number statistical method and device
CN101625738A (en) Method and device for generating context-aware universal workflow application
CN107168977A (en) A kind of optimization method and device of data query
CN112699008A (en) Method and engine for automatically processing alarm by matching multi-dimensional rules
US20080133524A1 (en) Visualization of calendar search entries
US20130290312A1 (en) Project resource qualification and keyword scoring
CN116050797A (en) Automatic scheduling method and related equipment
CN114118770A (en) Index calculation method and device
US20040054562A1 (en) Multi-perspective enterprise management tool
Felfernig et al. Configuring Release Plans.
US20030126004A1 (en) Method and system for a graphical view of selectable work items
CN115061982B (en) Case-customization-based relational graph construction method, system, terminal and medium
EP2495669A1 (en) Dynamic creation of materialized database views
CN110413733B (en) Code statistical method and device
List The name of the game: Information seeking in a professional context
CN115983709A (en) Data value evaluation method, device, terminal and storage medium
CN114721945A (en) Graph database-based distribution method and device, electronic equipment 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