CN112749237A - Personnel relationship construction and analysis method based on graph calculation - Google Patents

Personnel relationship construction and analysis method based on graph calculation Download PDF

Info

Publication number
CN112749237A
CN112749237A CN202011618324.3A CN202011618324A CN112749237A CN 112749237 A CN112749237 A CN 112749237A CN 202011618324 A CN202011618324 A CN 202011618324A CN 112749237 A CN112749237 A CN 112749237A
Authority
CN
China
Prior art keywords
relationship
graph
mobile phone
relational
personnel
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
CN202011618324.3A
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.)
Guangzhou Kingyea Software Technology Co ltd
Original Assignee
Guangzhou Kingyea Software 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 Guangzhou Kingyea Software Technology Co ltd filed Critical Guangzhou Kingyea Software Technology Co ltd
Priority to CN202011618324.3A priority Critical patent/CN112749237A/en
Publication of CN112749237A publication Critical patent/CN112749237A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • G06F16/288Entity relationship models
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9024Graphs; Linked lists

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a personnel relationship construction based on graph calculation, which comprises the steps of extracting relationship data, extracting finest granularity data of relationship information by integrating internal and external data, and storing the finest granularity data in a graph database; and the second step is the construction of a relation model, and the relationship recombination is realized by traversing the top points and the edges stored in the graph database through the carding relationship types to form the relation model. As mentioned in the background section, the relationship model is changed to "the target mobile phone contacts the mobile phone N days before and after the riding of the target mobile phone (default time), and the identity card of the owner of the mobile phone also subscribes to the secondary car". Due to the fact that the concept of the relational model is introduced, one or more relational models can be flexibly called in the relational analysis process, and different relational analysis results can be obtained by introducing different parameters.

Description

Personnel relationship construction and analysis method based on graph calculation
Technical Field
The invention relates to a personnel relationship map construction and analysis method, in particular to a personnel relationship construction and analysis method based on map calculation.
Background
The existing method for building and analyzing the relationship graph is generally extracted based on a fixed data model, and the following extraction mode for the relationship between people and vehicles based on the fixed data model is explained:
the first method is as follows: the target mobile phone contacts the mobile phone 3 days (default time) before and after the riding of the mobile phone, and the identity card of the mobile phone owner orders the secondary car;
the second method comprises the following steps: the person on the train who has the same origin as the target enters the same tourism with the target;
the third method comprises the following steps: a person who has sat the same trip (same flight) with the target within 3 months (default time) except this time;
the method is as follows: the fuzzy query mode is that the first six digits of the ID number of the personnel on the train number, which are the same as the target starting place, are the same as the target;
the fifth mode is as follows: fuzzy query mode, target near seat, same start and close time (e.g. within 10 minutes) of buying tickets.
At present, a method for extracting relationship data based on a fixed data model is a method for persisting relationship data and providing query service for the outside, and is difficult to support a complex and changeable relationship analysis scene. For example, in the first mode, when "3 days before and after riding" needs to be changed into "5 days before and after riding", the relational data needs to be re-extracted, which causes a large amount of relational operation and storage overhead; for another example, in the third embodiment, "within 3 months" is replaced with "within 1 month", there is also a problem that the relationship data needs to be regenerated.
Therefore, the present invention provides a method for constructing and analyzing a human relationship based on graph computation, so as to solve the problems in the background art.
Disclosure of Invention
Aiming at the defects of the existing method, the method utilizes the inherent advantages of a graph database in graph operation, converts the relation analysis into graph calculation, and realizes the real-time relation analysis based on a depth-first traversal algorithm and an breadth-first traversal algorithm, so that the relation data which needs to be presented finally is obtained through the graph calculation, and the problem of analysis limitation caused by the persistence of the relation data is solved.
In order to achieve the purpose, the invention provides the following technical scheme:
the scheme adopts hundredth open source HugeGraph as a Graph Database, the HugeGraph is an easy-to-use, efficient and universal open source Graph Database system (Graph Database, GitHub project address), an Apache TinkerPop3 framework and complete compatibility with Gremlin query language are realized, a complete tool chain assembly is provided, and a user is assisted in easily constructing applications and products based on the Graph Database.
The HugeGraph supports the rapid import of more than one billion vertexes and edges, provides an incidence relation query capability (OLTP) in a millisecond level, and can be integrated with a large data platform such as Hadoop, Spark and the like for offline analysis (OLAP).
A personnel relationship construction based on graph calculation comprises the following steps:
firstly, extracting relational data;
a) extracting basic information, track information, ticket information and the like of personnel from internal and external system databases through spark Sql, taking entities such as personnel, trains, hotels, mobile phone numbers and the like as vertexes, taking events or affiliations as sides, converting a relational database into a graph data file, and writing the graph data file into a distributed storage system HDFS;
b) graph data files are imported into graph databases by means of the HugeGraph-Loader tool provided by HugeGraph.
Secondly, constructing a relation model; a relation model is configured at the front end through Vue + ElementUI, and the persistence of the relation model is realized at the rear end through a persistence interface developed by SpringBoot + Vue + ElementUi.
An analysis method for a model constructed based on a person relationship of graph calculation:
a) constructing a display effect of the relation graph by using GoJS;
b) identity information of one or more persons can be input, and the relationship between persons can be inquired or analyzed according to the input conditions by automatically selecting depth traversal priority or breadth traversal priority;
c) and (3) supporting the expansion of the relationship, performing relationship expansion through the relationship model constructed in the step (II), selecting a plurality of different relationship models to form a combined analysis condition, and inputting different parameters in the analysis process to obtain different analysis results.
Compared with the prior art, the invention has the beneficial effects that:
1. the storage overhead and the data utilization rate are improved, and the relational data are generated in real time after the graph is calculated, so that more storage space does not need to be occupied again; the graph database stores the most fine-grained basic information and track information, different relational models can use the same graph data, and the repeated utilization rate of the data is high.
2. Due to the fact that the concept of the relational model is introduced, one or more relational models can be flexibly called in the relational analysis process, and different relational analysis results can be obtained by introducing different parameters.
3. The timeliness of the relation analysis is met, the relation analysis process is a real-time graph calculation process, the analysis result can be presented instantly, and the timeliness is high.
Drawings
FIG. 1 is a method for constructing and analyzing a human relationship based on graph calculation.
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.
As shown in fig. 1, a personnel relationship construction based on graph calculation includes the following steps:
firstly, extracting relational data;
a) extracting basic information, track information, ticket information and the like of personnel from internal and external system databases through spark Sql, taking entities such as personnel, trains, hotels, mobile phone numbers and the like as vertexes, taking events or affiliations as sides, converting a relational database into a graph data file, and writing the graph data file into a distributed storage system HDFS;
b) graph data files are imported into graph databases by means of the HugeGraph-Loader tool provided by HugeGraph.
Secondly, constructing a relation model; a relation model is configured at the front end through Vue + ElementUI, and the persistence of the relation model is realized at the rear end through a persistence interface developed by SpringBoot + Vue + ElementUi.
An analysis method for a model constructed based on a person relationship of graph calculation:
a) constructing a display effect of the relation graph by using GoJS;
b) identity information of one or more persons can be input, and the relationship between persons can be inquired or analyzed according to the input conditions by automatically selecting depth traversal priority or breadth traversal priority;
c) and (3) supporting the expansion of the relationship, performing relationship expansion through the relationship model constructed in the step (II), selecting a plurality of different relationship models to form a combined analysis condition, and inputting different parameters in the analysis process to obtain different analysis results.
The above description is only for the preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art should be considered to be within the technical scope of the present invention, and the technical solutions and the inventive concepts thereof according to the present invention should be equivalent or changed within the scope of the present invention.

Claims (2)

1. A graph computation-based human relationship building, comprising the steps of:
firstly, extracting relational data;
a) extracting basic information, track information, ticket information and the like of personnel from internal and external system databases through spark Sql, taking entities such as personnel, trains, hotels, mobile phone numbers and the like as vertexes, taking events or affiliations as sides, converting a relational database into a graph data file, and writing the graph data file into a distributed storage system HDFS;
b) graph data files are imported into graph databases by means of the HugeGraph-Loader tool provided by HugeGraph.
Secondly, constructing a relation model; a relation model is configured at the front end through Vue + ElementUI, and the persistence of the relation model is realized at the rear end through a persistence interface developed by SpringBoot + Vue + ElementUi.
2. The analysis method for the personnel relationship construction based on the graph calculation is characterized by comprising the following steps:
a) constructing a display effect of the relation graph by using GoJS;
b) identity information of one or more persons can be input, and the relationship between persons can be inquired or analyzed according to the input conditions by automatically selecting depth traversal priority or breadth traversal priority;
c) and (3) supporting the expansion of the relationship, performing relationship expansion through the relationship model constructed in the step (II), selecting a plurality of different relationship models to form a combined analysis condition, and inputting different parameters in the analysis process to obtain different analysis results.
CN202011618324.3A 2020-12-30 2020-12-30 Personnel relationship construction and analysis method based on graph calculation Pending CN112749237A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011618324.3A CN112749237A (en) 2020-12-30 2020-12-30 Personnel relationship construction and analysis method based on graph calculation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011618324.3A CN112749237A (en) 2020-12-30 2020-12-30 Personnel relationship construction and analysis method based on graph calculation

Publications (1)

Publication Number Publication Date
CN112749237A true CN112749237A (en) 2021-05-04

Family

ID=75650175

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011618324.3A Pending CN112749237A (en) 2020-12-30 2020-12-30 Personnel relationship construction and analysis method based on graph calculation

Country Status (1)

Country Link
CN (1) CN112749237A (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104123369A (en) * 2014-07-24 2014-10-29 中国移动通信集团广东有限公司 CMDB system based on graphic data base and implementation method
CN109753573A (en) * 2018-12-26 2019-05-14 北京中亦安图科技股份有限公司 A kind of processing method and processing device based on chart database building preset model
US20190171669A1 (en) * 2016-04-11 2019-06-06 Kpit Technologies Limited A method for generating a graph model for monitoring machinery health
CN110209826A (en) * 2018-02-06 2019-09-06 武汉观图信息科技有限公司 A kind of financial map construction and analysis method towards bank risk control
CN110297872A (en) * 2019-06-28 2019-10-01 浪潮软件集团有限公司 A kind of building, querying method and the system of sciemtifec and technical sphere knowledge mapping
CN110442753A (en) * 2019-07-17 2019-11-12 北京飞利信电子技术有限公司 A kind of chart database auto-creating method and device based on OPC UA
CN110909986A (en) * 2019-11-04 2020-03-24 苏宁金融科技(南京)有限公司 Suspected actual controller risk identification method and system based on knowledge graph
CN111274495A (en) * 2020-01-20 2020-06-12 平安科技(深圳)有限公司 Data processing method and device for user relationship strength, computer equipment and storage medium
CN111930827A (en) * 2020-08-10 2020-11-13 大连源动力科技有限公司 Personnel relationship mining method based on personnel and room relationship data
CN111966870A (en) * 2020-08-14 2020-11-20 深圳市万物云科技有限公司 Graph database-based real-time community relation construction method and related components thereof
CN112132441A (en) * 2020-09-16 2020-12-25 西安科技大学 Risk propagation information evaluation method, risk propagation information evaluation system, storage medium and computer equipment
CN112131273A (en) * 2020-09-23 2020-12-25 南京数云信息科技有限公司 Data relation mining method and device based on Mysql database log

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104123369A (en) * 2014-07-24 2014-10-29 中国移动通信集团广东有限公司 CMDB system based on graphic data base and implementation method
US20190171669A1 (en) * 2016-04-11 2019-06-06 Kpit Technologies Limited A method for generating a graph model for monitoring machinery health
CN110209826A (en) * 2018-02-06 2019-09-06 武汉观图信息科技有限公司 A kind of financial map construction and analysis method towards bank risk control
CN109753573A (en) * 2018-12-26 2019-05-14 北京中亦安图科技股份有限公司 A kind of processing method and processing device based on chart database building preset model
CN110297872A (en) * 2019-06-28 2019-10-01 浪潮软件集团有限公司 A kind of building, querying method and the system of sciemtifec and technical sphere knowledge mapping
CN110442753A (en) * 2019-07-17 2019-11-12 北京飞利信电子技术有限公司 A kind of chart database auto-creating method and device based on OPC UA
CN110909986A (en) * 2019-11-04 2020-03-24 苏宁金融科技(南京)有限公司 Suspected actual controller risk identification method and system based on knowledge graph
CN111274495A (en) * 2020-01-20 2020-06-12 平安科技(深圳)有限公司 Data processing method and device for user relationship strength, computer equipment and storage medium
CN111930827A (en) * 2020-08-10 2020-11-13 大连源动力科技有限公司 Personnel relationship mining method based on personnel and room relationship data
CN111966870A (en) * 2020-08-14 2020-11-20 深圳市万物云科技有限公司 Graph database-based real-time community relation construction method and related components thereof
CN112132441A (en) * 2020-09-16 2020-12-25 西安科技大学 Risk propagation information evaluation method, risk propagation information evaluation system, storage medium and computer equipment
CN112131273A (en) * 2020-09-23 2020-12-25 南京数云信息科技有限公司 Data relation mining method and device based on Mysql database log

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
智慧包: "Vue+ElementsUi+SpringBoot实现前后端分离的小例子", 《CSDN》 *

Similar Documents

Publication Publication Date Title
CN106447346A (en) Method and system for construction of intelligent electric power customer service system
CN108897780A (en) A kind of method and system of analytical calculation personnel cohesion
CN110288495A (en) Case statute of limitation intelligence checking method and device
CN111367951A (en) Method and device for processing stream data
CN110532283A (en) A kind of smart city big data processing system based on Hadoop aggregated structure
Diallo et al. Agent-based simulation from anonymized data: An application to Lille metropolis
CN107845042A (en) Supervisory systems is imposed in house in a kind of state-owned land
CN111382149A (en) Financial data analysis system and method
CN109753541A (en) A kind of relational network construction method and device, computer readable storage medium
CN112749237A (en) Personnel relationship construction and analysis method based on graph calculation
CN117765177A (en) Method and system for performing three-dimensional actual combat on plan based on large model knowledge base
CN110543503B (en) Data mining method aiming at fixed pile position sharing bicycle riding rule and abnormal behavior
Purwandari et al. Database management system design for automatic weather information with twitter data collection
CN115934693A (en) Dynamic calculation method for regional real population
CN115080636A (en) Big data analysis system based on network service
CN105786929A (en) Information monitoring method and device
Bellini et al. Knowledge base construction process for smart-city services
CN107729382B (en) Open sharing system for parking lot data and processing method thereof
Sun et al. Analysis of bus trip characteristics and demand forecasting based on NARX neural network model
CN116485427B (en) Preprocessing method for global civil aviation passenger ticket fuel additional charge real-time calculation
CN110990430A (en) Large-scale data parallel processing system
CN112766146B (en) Multi-source data-based dynamic reservoir monitoring system and method
Bruceshepard Metropolitan political decentralization: A test of the life-style values model
CN109101549B (en) Taxi GPS track data extraction method beyond operation range
Hou Urban Traffic Accident Factor Analysis, Risk Prediction and Early Warning Based on Big Data Technology

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: 20210504