CN108052557B - Method and system for accessing graphic data of GIS power grid into full-service data center - Google Patents

Method and system for accessing graphic data of GIS power grid into full-service data center Download PDF

Info

Publication number
CN108052557B
CN108052557B CN201711237445.1A CN201711237445A CN108052557B CN 108052557 B CN108052557 B CN 108052557B CN 201711237445 A CN201711237445 A CN 201711237445A CN 108052557 B CN108052557 B CN 108052557B
Authority
CN
China
Prior art keywords
names
field
sdo
data
data extraction
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
CN201711237445.1A
Other languages
Chinese (zh)
Other versions
CN108052557A (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.)
Shandong Luruan Digital Technology Co Ltd
Original Assignee
Shandong Luneng 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 Shandong Luneng Software Technology Co Ltd filed Critical Shandong Luneng Software Technology Co Ltd
Priority to CN201711237445.1A priority Critical patent/CN108052557B/en
Publication of CN108052557A publication Critical patent/CN108052557A/en
Application granted granted Critical
Publication of CN108052557B publication Critical patent/CN108052557B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/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/25Integrating or interfacing systems involving database management systems
    • G06F16/254Extract, transform and load [ETL] procedures, e.g. ETL data flows in data warehouses
    • 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/29Geographical information databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/06Electricity, gas or water supply

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Economics (AREA)
  • Health & Medical Sciences (AREA)
  • Marketing (AREA)
  • Public Health (AREA)
  • Water Supply & Treatment (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Remote Sensing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Software Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method and a system for accessing graphic data of a GIS power grid into a full-service data center, wherein a source oracle database is connected according to a configuration file, and then table names of all tables are read from the source oracle database; reading the metadata information of each table according to the table name; confirming a field name SHAPE corresponding to the field type of MDSYS.SDO _ GEOMETRY in a table containing power grid graphic data according to the acquired metadata information; SHAPE, including seven subfield names; creating a target table of an analysis domain of the full-service data center: traversing all the columns in each obtained table, converting seven sub-field names corresponding to the MDSYS.SDO _ GEOMETRY types into field names of mysql of a target end database, wherein the rest field names of the mysql are consistent with the field names of a source end oracle database; and executing a data extraction conversion loading task.

Description

Method and system for accessing graphic data of GIS power grid into full-service data center
Technical Field
The invention relates to a method and a system for accessing graphic data of a GIS power grid into a full-service data center.
Background
The GIS System (Geographic Information System, Geographic Information System or Geo-Information System, GIS) is used as a core service System of a national network company, and the total data of the GIS System needs to be copied to a full service data center analysis domain. Several data access modes commonly used for data access of a GIS system include: data extraction ETL tools (key/informatics/sqoop), data replication tools (OGG), and the like.
The disadvantages are as follows: for the power grid graphic data in the GIS system, the data are all stored in an ORACLE space field (SDO _ GROMETRY), and the data type adopts a technology of decomposition storage, namely, one geographic space is decomposed into a plurality of objects. Because the database component selected by the analysis domain of the full-service data center cannot directly store the fields of the type of the ORACLE database MDSYS.SDO _ GEOMETRY of the source system, the direct access of the graphic data of the power grid cannot be realized, and conversion processing is needed, but the development of an ETL program is complicated, the data conversion logic is complex, and the efficiency is not high.
Disclosure of Invention
Aiming at the technical difficulty that the traditional ETL mode can not directly convert the power grid graphic data, the method and the system which have strong practicability and allow the GIS power grid graphic data to be accessed into the full-service data center are provided.
The method for accessing GIS power grid graphic data to the full-service data center comprises the following steps:
step (1): connecting a source oracle database according to the configuration file, and reading table names of all tables from the source oracle database; reading the metadata information of each table according to the table name;
step (2): confirming a field name SHAPE corresponding to the field type of MDSYS.SDO _ GEOMETRY in the table containing the power grid graphic data according to the metadata information acquired in the step (1); the field name SHAPE, comprising seven subfield names;
and (3): creating a target table of an analysis domain of the full-service data center: traversing all columns in each table obtained in the step (1), converting the seven sub-field names in the step (2) corresponding to the MDSYS.SDO _ GEOMETRY type into field names of mysql of a target end database, wherein the rest field names of the mysql are consistent with the field names of the source end oracle database;
and (4): and executing a data extraction conversion loading task.
The metadata information includes: index information for the table, partition information, maximum ROWID value for each block of the table, minimum ROWID value for each block of the table, field name for each column in the table, and field type for each column.
A field name SHAPE comprising: seven sub-field names of SHAPE, SDO _ GTYPE, SHAPE, SDO _ SRID, SHAPE, SDO _ POINT.X, SHAPE, SDO _ POINT.Y, SHAPE, SDO _ ELEM _ INFO, and SHAPE, SDO _ ORDINATES.
The step (4) comprises the following steps:
step (41): creating a data extraction process pool, and setting the number n of processes to be smaller than the number of the tables acquired in the step (1);
step (42): one process is only responsible for data extraction of one table, when the data extraction of one process in the data extraction process pool is completed, a new table is added and placed into the data extraction process pool, and the total number of the executed processes is maintained to be n;
step (43): and (3) each process divides all data in the table into a plurality of subtasks according to the partition information obtained in the step (1), the maximum ROWID value of each block of the table and the minimum ROWID value of each block of the table, then starts multithreading, and each thread extracts the data volume corresponding to one subtask at a time.
GIS electric wire netting graphic data inserts system in full service data center, includes: a memory, a processor, and a computer program stored on the memory and executed on the processor, the computer program when executed by the processor performing the steps of:
step (1): connecting a source oracle database according to the configuration file, and reading table names of all tables from the source oracle database; reading the metadata information of each table according to the table name;
step (2): confirming a field name SHAPE corresponding to the field type of MDSYS.SDO _ GEOMETRY in the table containing the power grid graphic data according to the metadata information acquired in the step (1); the field name SHAPE, comprising seven subfield names;
and (3): creating a target table of an analysis domain of the full-service data center: traversing all columns in each table obtained in the step (1), converting the seven sub-field names in the step (2) corresponding to the MDSYS.SDO _ GEOMETRY type into field names of mysql of a target end database, wherein the rest field names of the mysql are consistent with the field names of the source end oracle database;
and (4): and executing a data extraction conversion loading task.
A computer readable storage medium having stored thereon computer instructions which, when executed by a processor, perform the steps of:
step (1): connecting a source oracle database according to the configuration file, and reading table names of all tables from the source oracle database; reading the metadata information of each table according to the table name;
step (2): confirming a field name SHAPE corresponding to the field type of MDSYS.SDO _ GEOMETRY in the table containing the power grid graphic data according to the metadata information acquired in the step (1); the field name SHAPE, comprising seven subfield names;
and (3): creating a target table of an analysis domain of the full-service data center: traversing all columns in each table obtained in the step (1), converting the seven sub-field names in the step (2) corresponding to the MDSYS.SDO _ GEOMETRY type into field names of mysql of a target end database, wherein the rest field names of the mysql are consistent with the field names of the source end oracle database;
and (4): and executing a data extraction conversion loading task.
Compared with the prior art, the invention has the beneficial effects that:
at present, the construction work of the data center analysis domain is comprehensively carried out in the national network, wherein a GIS system is taken as a core business system of a company, and the full extraction of business data is one of key work of the data analysis domain. By analyzing the GIS power grid graphic data access difficulty, a data access mode aiming at the type of the power grid graphic data is provided, reference is provided for the popularization unit to carry out GIS power grid graphic data access, the popularization unit can be helped to complete the data access work smoothly, and the popularization value is good.
Aiming at the technical difficulty that the traditional ETL mode can not directly convert the power grid graphic data, the method has strong practicability, can directly extract, convert and totally access the power grid graphic data to the analysis domain of the full-service data center, and has simple conversion logic and high efficiency.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, illustrate embodiments of the application and, together with the description, serve to explain the application and are not intended to limit the application.
FIG. 1 is a flow chart of the present invention.
Detailed Description
It should be noted that the following detailed description is exemplary and is intended to provide further explanation of the disclosure. Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs.
It is noted that the terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of example embodiments according to the present application. As used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, and it should be understood that when the terms "comprises" and/or "comprising" are used in this specification, they specify the presence of stated features, steps, operations, devices, components, and/or combinations thereof, unless the context clearly indicates otherwise.
As shown in fig. 1, a method for accessing graphic data of a GIS power grid to a full-service data center includes:
step (1): connecting a source oracle database according to the configuration file, and reading table names of all tables from the source oracle database; reading the metadata information of each table according to the table name;
step (2): confirming a field name SHAPE corresponding to the field type of MDSYS.SDO _ GEOMETRY in the table containing the power grid graphic data according to the metadata information acquired in the step (1); the field name SHAPE, comprising seven subfield names;
and (3): creating a target table of an analysis domain of the full-service data center: traversing all columns in each table obtained in the step (1), converting the seven sub-field names in the step (2) corresponding to the MDSYS.SDO _ GEOMETRY type into field names of mysql of a target end database, wherein the rest field names of the mysql are consistent with the field names of the source end oracle database;
and (4): and executing a data extraction conversion loading task.
The metadata information includes: index information for the table, partition information, maximum ROWID value for each block of the table, minimum ROWID value for each block of the table, field name for each column in the table, and field type for each column.
A field name SHAPE comprising: seven sub-field names of SHAPE, SDO _ GTYPE, SHAPE, SDO _ SRID, SHAPE, SDO _ POINT.X, SHAPE, SDO _ POINT.Y, SHAPE, SDO _ ELEM _ INFO, and SHAPE, SDO _ ORDINATES.
The step (4) comprises the following steps:
step (41): creating a data extraction process pool, and setting the number n of processes to be smaller than the number of the tables acquired in the step (1);
step (42): one process is only responsible for data extraction of one table, when the data extraction of one process in the data extraction process pool is completed, a new table is added and placed into the data extraction process pool, and the total number of the executed processes is maintained to be n;
step (43): and (3) each process divides all data in the table into a plurality of subtasks according to the partition information obtained in the step (1), the maximum ROWID value of each block of the table and the minimum ROWID value of each block of the table, then starts multithreading, and each thread extracts the data volume corresponding to one subtask at a time.
GIS electric wire netting graphic data inserts system in full service data center, includes: a memory, a processor, and a computer program stored on the memory and executed on the processor, the computer program when executed by the processor performing the steps of:
step (1): connecting a source oracle database according to the configuration file, and reading table names of all tables from the source oracle database; reading the metadata information of each table according to the table name;
step (2): confirming a field name SHAPE corresponding to the field type of MDSYS.SDO _ GEOMETRY in the table containing the power grid graphic data according to the metadata information acquired in the step (1); the field name SHAPE, comprising seven subfield names;
and (3): creating a target table of an analysis domain of the full-service data center: traversing all columns in each table obtained in the step (1), converting the seven sub-field names in the step (2) corresponding to the MDSYS.SDO _ GEOMETRY type into field names of mysql of a target end database, wherein the rest field names of the mysql are consistent with the field names of the source end oracle database;
and (4): and executing a data extraction conversion loading task.
A computer readable storage medium having stored thereon computer instructions which, when executed by a processor, perform the steps of:
step (1): connecting a source oracle database according to the configuration file, and reading table names of all tables from the source oracle database; reading the metadata information of each table according to the table name;
step (2): confirming a field name SHAPE corresponding to the field type of MDSYS.SDO _ GEOMETRY in the table containing the power grid graphic data according to the metadata information acquired in the step (1); the field name SHAPE, comprising seven subfield names;
and (3): creating a target table of an analysis domain of the full-service data center: traversing all columns in each table obtained in the step (1), converting the seven sub-field names in the step (2) corresponding to the MDSYS.SDO _ GEOMETRY type into field names of mysql of a target end database, wherein the rest field names of the mysql are consistent with the field names of the source end oracle database;
and (4): and executing a data extraction conversion loading task.
The field names of mysql are seven sub-field names, and the field types of mysql are set according to table 1.
TABLE 1
Figure BDA0001489249150000051
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (5)

  1. The method for accessing GIS power grid graphic data to a full-service data center is characterized by comprising the following steps:
    step (1): connecting a source oracle database according to the configuration file, and reading table names of all tables from the source oracle database; reading the metadata information of each table according to the table name;
    step (2): confirming a field name SHAPE corresponding to the field type of MDSYS.SDO _ GEOMETRY in the table containing the power grid graphic data according to the metadata information acquired in the step (1); the field name SHAPE, comprising seven subfield names;
    and (3): creating a target table of an analysis domain of the full-service data center: traversing all columns in each table obtained in the step (1), converting the seven sub-field names in the step (2) corresponding to the MDSYS.SDO _ GEOMETRY type into field names of mysql of a target end database, wherein the rest field names of the mysql are consistent with the field names of the source end oracle database;
    and (4): executing data extraction, conversion and loading tasks concurrently;
    the step (4) comprises the following steps:
    step (41): creating a data extraction process pool, and setting the number n of processes to be smaller than the number of the tables acquired in the step (1);
    step (42): one process is only responsible for data extraction of one table, when the data extraction of one process in the data extraction process pool is completed, a new table is added and placed into the data extraction process pool, and the total number of the executed processes is maintained to be n;
    step (43): and (3) each process divides all data in the table into a plurality of subtasks according to the partition information obtained in the step (1), the maximum ROWID value of each block of the table and the minimum ROWID value of each block of the table, then starts multithreading, and each thread extracts the data volume corresponding to one subtask at a time.
  2. 2. The method for accessing graphic data of the GIS power grid to the full-service data center according to claim 1, wherein the metadata information comprises: index information for the table, partition information, maximum ROWID value for each block of the table, minimum ROWID value for each block of the table, field name for each column in the table, and field type for each column.
  3. 3. The method for accessing graphic data of the GIS power grid to the full-service data center according to claim 1, wherein the field name SHAPE comprises: seven sub-field names of SHAPE, SDO _ GTYPE, SHAPE, SDO _ SRID, SHAPE, SDO _ POINT.X, SHAPE, SDO _ POINT.Y, SHAPE, SDO _ ELEM _ INFO, and SHAPE, SDO _ ORDINATES.
  4. The GIS power grid graphic data access system of the full-service data center is characterized by comprising: a memory, a processor, and a computer program stored on the memory and executed on the processor, the computer program when executed by the processor performing the steps of:
    step (1): connecting a source oracle database according to the configuration file, and reading table names of all tables from the source oracle database; reading the metadata information of each table according to the table name;
    step (2): confirming a field name SHAPE corresponding to the field type of MDSYS.SDO _ GEOMETRY in the table containing the power grid graphic data according to the metadata information acquired in the step (1); the field name SHAPE, comprising seven subfield names;
    and (3): creating a target table of an analysis domain of the full-service data center: traversing all columns in each table obtained in the step (1), converting the seven sub-field names in the step (2) corresponding to the MDSYS.SDO _ GEOMETRY type into field names of mysql of a target end database, wherein the rest field names of the mysql are consistent with the field names of the source end oracle database;
    and (4): executing data extraction, conversion and loading tasks concurrently;
    the step (4) comprises the following steps:
    step (41): creating a data extraction process pool, and setting the number n of processes to be smaller than the number of the tables acquired in the step (1);
    step (42): one process is only responsible for data extraction of one table, when the data extraction of one process in the data extraction process pool is completed, a new table is added and placed into the data extraction process pool, and the total number of the executed processes is maintained to be n;
    step (43): and (3) each process divides all data in the table into a plurality of subtasks according to the partition information obtained in the step (1), the maximum ROWID value of each block of the table and the minimum ROWID value of each block of the table, then starts multithreading, and each thread extracts the data volume corresponding to one subtask at a time.
  5. 5. A computer readable storage medium having stored thereon computer instructions which, when executed by a processor, perform the steps of:
    step (1): connecting a source oracle database according to the configuration file, and reading table names of all tables from the source oracle database; reading the metadata information of each table according to the table name;
    step (2): confirming a field name SHAPE corresponding to the field type of MDSYS.SDO _ GEOMETRY in the table containing the power grid graphic data according to the metadata information acquired in the step (1); the field name SHAPE, comprising seven subfield names;
    and (3): creating a target table of an analysis domain of the full-service data center: traversing all columns in each table obtained in the step (1), converting the seven sub-field names in the step (2) corresponding to the MDSYS.SDO _ GEOMETRY type into field names of mysql of a target end database, wherein the rest field names of the mysql are consistent with the field names of the source end oracle database;
    and (4): executing data extraction, conversion and loading tasks concurrently;
    the step (4) comprises the following steps:
    step (41): creating a data extraction process pool, and setting the number n of processes to be smaller than the number of the tables acquired in the step (1);
    step (42): one process is only responsible for data extraction of one table, when the data extraction of one process in the data extraction process pool is completed, a new table is added and placed into the data extraction process pool, and the total number of the executed processes is maintained to be n;
    step (43): and (3) each process divides all data in the table into a plurality of subtasks according to the partition information obtained in the step (1), the maximum ROWID value of each block of the table and the minimum ROWID value of each block of the table, then starts multithreading, and each thread extracts the data volume corresponding to one subtask at a time.
CN201711237445.1A 2017-11-30 2017-11-30 Method and system for accessing graphic data of GIS power grid into full-service data center Active CN108052557B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711237445.1A CN108052557B (en) 2017-11-30 2017-11-30 Method and system for accessing graphic data of GIS power grid into full-service data center

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711237445.1A CN108052557B (en) 2017-11-30 2017-11-30 Method and system for accessing graphic data of GIS power grid into full-service data center

Publications (2)

Publication Number Publication Date
CN108052557A CN108052557A (en) 2018-05-18
CN108052557B true CN108052557B (en) 2020-10-27

Family

ID=62121840

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711237445.1A Active CN108052557B (en) 2017-11-30 2017-11-30 Method and system for accessing graphic data of GIS power grid into full-service data center

Country Status (1)

Country Link
CN (1) CN108052557B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109213751B (en) * 2018-08-06 2021-11-23 北京所问数据科技有限公司 Spark platform based Oracle database parallel migration method

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000112982A (en) * 1998-10-07 2000-04-21 Ricoh Co Ltd Different kind of data base integration system
CN101051076B (en) * 2006-04-03 2011-10-05 上海市闸北区绿化管理局 Mobile space data collection and processing and publishing method
CN101082934A (en) * 2007-06-19 2007-12-05 北京师范大学 Three-dimensional visual method of very-large-scale space data in network surroundings
CN101763347B (en) * 2008-12-24 2012-11-21 中国移动通信集团河北有限公司 GIS (Geographical Information System) interface platform as well as network GIS management system and management method
CN101969391B (en) * 2010-10-27 2012-08-01 北京邮电大学 Cloud platform supporting fusion network service and operating method thereof
CN103440279A (en) * 2013-08-13 2013-12-11 江苏华大天益电力科技有限公司 Data adapter and data adaptation method thereof in data acquisition process
CN104318481A (en) * 2014-05-04 2015-01-28 国家电网公司 Power-grid-operation-oriented holographic time scale measurement data extraction conversion method
US9563522B2 (en) * 2015-03-31 2017-02-07 Oracle International Corporation Data recovery for a relational database management system instance in a heterogeneous database system
CN105279234A (en) * 2015-09-24 2016-01-27 国网山西省电力公司大同供电公司 Cross-platform data acquisition and conversion method of state overhaul data of electric transmission and transformation equipment
CN106709067B (en) * 2017-01-19 2020-01-17 中国测绘科学研究院 Multisource heterogeneous space data circulation method based on Oracle database

Also Published As

Publication number Publication date
CN108052557A (en) 2018-05-18

Similar Documents

Publication Publication Date Title
CN104899295B (en) A kind of heterogeneous data source data relation analysis method
CN110032369A (en) A kind of code automatic generation method, device and medium
CN103577440A (en) Data processing method and device in non-relational database
CN103186541A (en) Generation method and device for mapping relationship
CN104424263A (en) Data recording method and data recording device
EP3889797A1 (en) Database index and database query processing method, apparatus, and device
JP2019527898A (en) Systems, methods, and data structures for fast search or filtering of large datasets
CN106528898A (en) Method and device for converting data of non-relational database into relational database
CN109471893B (en) Network data query method, equipment and computer readable storage medium
CN108052557B (en) Method and system for accessing graphic data of GIS power grid into full-service data center
Sehrish et al. Spark and HPC for high energy physics data analyses
CN107766519B (en) Method for visually configuring data structure
CN104572666A (en) Method for analyzing and importing Excel into database in batch based on Jxl
CN106294401A (en) Automatically the method and device in SQL list storehouse is set up
CN112711649A (en) Database multi-field matching method, device, equipment and storage medium
CN111857723A (en) Parameter compiling method and device and computer readable storage medium
CN113836115B (en) Data acquisition method, device, electronic equipment and readable storage medium
Han et al. iGraph in action: performance analysis of disk-based graph indexing techniques
CN106557564A (en) A kind of object data analysis method and device
CN110147396A (en) A kind of mapping relations generation method and device
CN106909570B (en) Data conversion method and device
Yao et al. Extensible and Scalable Entity Resolution for Financial Datasets Using RLTK
CN106250493A (en) A kind of data processing method and device
CN113961636A (en) Object relation query method and device, computer equipment and storage medium
CN102629951B (en) Decoding method and apparatus thereof

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
CP03 Change of name, title or address

Address after: Yinhe building, 2008 Xinluo street, high tech Industrial Development Zone, Jinan City, Shandong Province, 250098

Patentee after: Shandong luruan Digital Technology Co.,Ltd.

Address before: 250001 5th floor, block B, Yinhe building, 2008 Xinluo street, high tech Zone, Jinan City, Shandong Province

Patentee before: SHANDONG LUNENG SOFTWARE TECHNOLOGY Co.,Ltd.

CP03 Change of name, title or address