CN108376145B - ETL task automatic processing method and device - Google Patents

ETL task automatic processing method and device Download PDF

Info

Publication number
CN108376145B
CN108376145B CN201810046377.9A CN201810046377A CN108376145B CN 108376145 B CN108376145 B CN 108376145B CN 201810046377 A CN201810046377 A CN 201810046377A CN 108376145 B CN108376145 B CN 108376145B
Authority
CN
China
Prior art keywords
layer
stg
ods
data
name
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
CN201810046377.9A
Other languages
Chinese (zh)
Other versions
CN108376145A (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.)
Beijing Fangjianghu Technology Co Ltd
Original Assignee
Beijing Fangjianghu 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 Beijing Fangjianghu Technology Co Ltd filed Critical Beijing Fangjianghu Technology Co Ltd
Priority to CN201810046377.9A priority Critical patent/CN108376145B/en
Publication of CN108376145A publication Critical patent/CN108376145A/en
Application granted granted Critical
Publication of CN108376145B publication Critical patent/CN108376145B/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
    • 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

Abstract

The invention provides an ETL task automatic processing method and device, wherein the method comprises the following steps: putting data collected from a source database and a LOG LOG into an STG layer data sheet; and detecting whether the STG layer data table has corresponding ODS layer data tables, if not, creating the corresponding ODS layer data tables, if so, detecting whether the data table fields in the STG layer data table have corresponding fields in the ODS layer data tables, and if not, supplementing the corresponding fields in the ODS layer data tables. The invention can effectively liberate manpower, save manpower time cost and improve efficiency.

Description

ETL task automatic processing method and device
Technical Field
The invention relates to the technical field of computers, in particular to an ETL task automatic processing method and device.
Background
The ETL (extract-transform-load), namely extraction, transformation, and loading, is an important ring in the construction of a data warehouse, and extracts required data from a data source, and loads the data into the data warehouse according to a predefined data warehouse model through data cleaning and transformation.
However, the data cleaning and conversion work requires manual processing, and is very labor-intensive due to the large workload.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides the automatic ETL task processing method and device, which can effectively liberate manpower, save the manpower time cost and improve the efficiency.
In order to achieve the purpose, the invention provides the following technical scheme:
in a first aspect, the present invention provides an ETL task automatic processing method, including:
putting data collected from a source database and a LOG LOG into an STG layer data sheet;
and detecting whether the STG layer data table has corresponding ODS layer data tables, if not, creating the corresponding ODS layer data tables, if so, detecting whether the data table fields in the STG layer data table have corresponding fields in the ODS layer data tables, and if not, supplementing the corresponding fields in the ODS layer data tables.
Further, when creating a corresponding ODS layer data table, the table name of the ODS layer data table follows the following naming convention: data layer name _ source library name _ source table name _ update frequency and extraction mode.
Further, when the corresponding fields are supplemented in the ODS layer data table, the field names are consistent with those in the standard data dictionary, which contains the following fields: STG layer table name, STG layer table field English name, STG layer table field Chinese name, STG layer table field data type, ODS layer table name, ODS layer table field standard English name, ODS layer table field standard Chinese name, ODS layer table field standard data type, and ODS layer table field default values.
Further, the method further comprises: data is transferred from the STG layer data table to the ODS layer data table.
Further, the method further comprises: when the ETL task fails, judging whether the failure reason is that an ETL scheduling system is unstable or not, if so, starting the ETL task for retry, otherwise, judging whether the ETL task is modified by a programmer, if so, rolling back the ETL task to a task version before modification to ensure the normal execution of the ETL task, sending an email to inform a responsible person corresponding to the ETL task that the task version is rolled back, otherwise, judging whether the ETL task which fails is the ETL task with the data asset level higher than a first preset threshold or the downstream influence range larger than a second preset threshold or not, if so, sending prompt information to prompt an operation and maintenance attendant to process in time, otherwise, storing the failure task to be processed by the operation and maintenance attendant or the ETL responsible person at normal working time.
In a second aspect, the present invention further provides an ETL task automatic processing device, including:
the transfer module is used for putting data collected from the source database and the LOG LOG into an STG layer data table;
and the detection module is used for detecting whether the STG layer data table has the corresponding ODS layer data table, if not, creating the corresponding ODS layer data table, if so, detecting whether the data table fields in the STG layer data table have the corresponding fields in the ODS layer data table, and if not, supplementing the corresponding fields in the ODS layer data table.
Further, when the detection module creates the corresponding ODS layer data table, the table name of the ODS layer data table follows the following naming convention: data layer name _ source library name _ source table name _ update frequency and extraction mode.
Further, when the detection module supplements corresponding fields in the ODS layer data table, field names are consistent with those in a standard data dictionary, wherein the standard data dictionary comprises the following fields: STG layer table name, STG layer table field English name, STG layer table field Chinese name, STG layer table field data type, ODS layer table name, ODS layer table field standard English name, ODS layer table field standard Chinese name, ODS layer table field standard data type, and ODS layer table field default values.
In a third aspect, the present invention further provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and when the processor executes the computer program, the steps of the ETL task automatic processing method according to the first aspect are implemented.
In a fourth aspect, the present invention also provides a computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements the steps of the ETL task automatic processing method according to the first aspect.
According to the technical scheme, the ETL task automatic processing method provided by the invention comprises the steps of firstly putting data collected from a source database and a LOG LOG into an STG layer data table, then detecting whether the STG layer data table has a corresponding ODS layer data table, if not, creating the corresponding ODS layer data table, if so, detecting whether the data table fields in the STG layer data table have corresponding fields in the ODS layer data table, and if not, supplementing the corresponding fields in the ODS layer data table. Therefore, the invention can realize the automatic processing of the ETL task, thereby effectively liberating the manpower, saving the manpower time cost and simultaneously improving the efficiency.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a flow chart of an ETL task automatic processing method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of an ETL task processing procedure;
FIG. 3 is a schematic structural diagram of an ETL task automatic processing device according to another embodiment of the present invention;
fig. 4 is a schematic structural diagram of an electronic device according to yet another embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, 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 some, but not all, embodiments of the present invention. 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.
An embodiment of the present invention provides an ETL task automatic processing method, referring to fig. 1 and fig. 2, the method includes the following steps:
step 101: and putting the data collected from the source database and the LOG LOG into an STG layer data table.
Step 102: and detecting whether the STG layer data table has corresponding ODS layer data tables, if not, creating the corresponding ODS layer data tables, if so, detecting whether the data table fields in the STG layer data table have corresponding fields in the ODS layer data tables, and if not, supplementing the corresponding fields in the ODS layer data tables.
As can be seen from the above description, in the ETL task automatic processing method provided in this embodiment, first, data collected from a source database and a LOG are put into an STG layer data table, and then whether the STG layer data table has a corresponding ODS layer data table is detected, if not, a corresponding ODS layer data table is created, if yes, whether data table fields in the STG layer data table have corresponding fields in the ODS layer data table is detected, and if not, corresponding fields are supplemented in the ODS layer data table. Therefore, the automatic processing of the ETL task can be realized, so that the manpower can be effectively liberated, the manpower time cost is saved, and the efficiency is improved.
In a preferred embodiment, the table names of the ODS layer data tables, when creating the corresponding ODS layer data tables, follow the following naming convention: data layer name _ source library name _ source table name _ update frequency and extraction mode. Such as ods _ uc _ user _ da, where the naming information is in the metadata of the STG layer data table.
In a preferred embodiment, the field names are kept consistent with those in a standard data dictionary containing the following fields when the corresponding fields are supplemented in the ODS layer data table: STG layer table name, STG layer table field English name, STG layer table field Chinese name, STG layer table field data type, ODS layer table name, ODS layer table field standard English name, ODS layer table field standard Chinese name, ODS layer table field standard data type, and ODS layer table field default values.
It can be understood that the data in the current standard data dictionary is used as a training set for machine learning, and based on the algorithm such as k-nearest neighbor in machine learning, the naming, data type and default values of the ODS layer table field are obtained, and finally the ETL task of creating the table or adding the field is completed.
In a preferred embodiment, after performing the above step 101-102, the method further includes:
step 103: data is transferred from the STG layer data table to the ODS layer data table.
It can be understood that after the above processing of steps 101-102 is completed, the data cleaning and standardization work from the STG layer to the ODS layer is completed, so that the data can be more easily transferred from the STG layer data table to the ODS layer data table.
In the actual operation and maintenance process, ETL tasks fail, which is always a nightmare troubling operators on duty. The ETL failure tasks must be processed frequently overnight, otherwise the downstream ETL tasks are influenced, and the work of decision support, analysts and operators and the like is influenced. However, it is not reasonable to immediately process the ETL when the ETL reports an error, and for this reason, in a preferred embodiment, the automatic processing method for the ETL task further includes the following processing procedures:
when the ETL task fails, judging whether the failure reason is that an ETL scheduling system is unstable or not, if so, starting the ETL task for retry, otherwise, judging whether the ETL task is modified by a programmer, if so, rolling back the ETL task to a task version before modification to ensure the normal execution of the ETL task, sending an email to inform a responsible person corresponding to the ETL task that the task version is rolled back, otherwise, judging whether the ETL task which fails is the ETL task with the data asset level higher than a first preset threshold or the downstream influence range larger than a second preset threshold or not, if so, sending prompt information to prompt an operation and maintenance attendant to process in time, otherwise, storing the failure task to be processed by the operation and maintenance attendant or the ETL responsible person at normal working time.
It can be understood that, through the above judgment and processing procedures, unnecessary night work of the operation and maintenance attendant can be avoided, so that the working intensity of the operation and maintenance attendant can be reduced.
Therefore, the ETL task automatic processing method provided by the embodiment can automatically establish the table and add the field, name the field and standardize the data type, thereby improving the efficiency, liberating the manpower and saving the time cost of expensive engineers. In addition, according to the automatic processing method for the ETL task, which is provided by the embodiment, because the failed ETL task can be automatically processed, the influence range of the task can be reduced, and frequent night visits of operation and maintenance operators can be reduced.
Based on the same inventive concept, another embodiment of the present invention provides an ETL task automatic processing device, referring to fig. 3, the device including: a transfer module 21 and a detection module 22, wherein:
the transfer module 21 is configured to put data collected from the source database and the LOG into the STG layer data table;
the detection module 22 is configured to detect whether the STG layer data table has a corresponding ODS layer data table, if not, create a corresponding ODS layer data table, if so, detect whether the data table fields in the STG layer data table have corresponding fields in the ODS layer data table, and if not, supplement the corresponding fields in the ODS layer data table.
In a preferred embodiment, when the detection module 22 creates a corresponding ODS layer data table, the table name of the ODS layer data table follows the following naming convention: data layer name _ source library name _ source table name _ update frequency and extraction mode.
In a preferred embodiment, the detection module 22 is configured to keep the field names consistent with those in a standard data dictionary when the corresponding fields are supplemented in the ODS layer data table, where the standard data dictionary includes the following fields: STG layer table name, STG layer table field English name, STG layer table field Chinese name, STG layer table field data type, ODS layer table name, ODS layer table field standard English name, ODS layer table field standard Chinese name, ODS layer table field standard data type, and ODS layer table field default values.
In a preferred embodiment, the apparatus further comprises a processing module for transferring data from the STG layer data table to the ODS layer data table.
The ETL task automatic processing device provided by the embodiment of the present invention can be used for executing the ETL task automatic processing method described in the above embodiment, and the specific working principle and the beneficial effects thereof are similar, and are not described in detail herein.
Based on the same inventive concept, another embodiment of the present invention provides an electronic device, which specifically includes the following components, with reference to fig. 4: a processor 701, a memory 702, a communication interface 703 and a bus 704;
the processor 701, the memory 702 and the communication interface 703 complete mutual communication through the bus 704; the communication interface 703 is used for realizing information transmission between related devices such as modeling software, an intelligent manufacturing equipment module library and the like;
the processor 701 is configured to call the computer program in the memory 702, and the processor implements all the steps in the first embodiment when executing the computer program, for example, the processor implements the following steps when executing the computer program:
step 101: and putting the data collected from the source database and the LOG LOG into an STG layer data table.
Step 102: and detecting whether the STG layer data table has corresponding ODS layer data tables, if not, creating the corresponding ODS layer data tables, if so, detecting whether the data table fields in the STG layer data table have corresponding fields in the ODS layer data tables, and if not, supplementing the corresponding fields in the ODS layer data tables.
Based on the same inventive concept, another embodiment of the present invention provides a computer-readable storage medium, having a computer program stored thereon, where the computer program is executed by a processor to implement all the steps of the first embodiment, for example, when the processor executes the computer program, the processor implements the following steps:
step 101: and putting the data collected from the source database and the LOG LOG into an STG layer data table.
Step 102: and detecting whether the STG layer data table has corresponding ODS layer data tables, if not, creating the corresponding ODS layer data tables, if so, detecting whether the data table fields in the STG layer data table have corresponding fields in the ODS layer data tables, and if not, supplementing the corresponding fields in the ODS layer data tables.
In the description of the present invention, it should be noted that the terms "upper", "lower", and the like indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings, which are merely for convenience in describing the present invention and simplifying the description, and do not indicate or imply that the referred device or element must have a specific orientation, be constructed in a specific orientation, and operate, and thus, should not be construed as limiting the present invention. Unless expressly stated or limited otherwise, the terms "mounted," "connected," and "connected" are intended to be inclusive and mean, for example, that they may be fixedly connected, detachably connected, or integrally connected; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood by those skilled in the art according to specific situations.
It is further noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The above examples are only for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (4)

1. An ETL task automatic processing method is characterized by comprising the following steps:
putting data collected from a source database and a LOG LOG into an STG layer data sheet;
detecting whether the STG layer data table has a corresponding ODS layer data table, if not, creating the corresponding ODS layer data table, if so, detecting whether the data table fields in the STG layer data table have corresponding fields in the ODS layer data table, and if not, supplementing the corresponding fields in the ODS layer data table;
wherein the method further comprises:
when an ETL task fails, judging whether the failure reason is that an ETL scheduling system is unstable or not, if so, starting the ETL task for retry, otherwise, judging whether the ETL task is modified by a programmer, if so, rolling back the ETL task to a task version before modification to ensure the normal execution of the ETL task, sending an email to inform a responsible person corresponding to the ETL task that the task version is rolled back, otherwise, judging whether the ETL task which fails is the ETL task with the data asset level higher than a first preset threshold or the downstream influence range larger than a second preset threshold or not, if so, sending prompt information to prompt an operation and maintenance attendant to process in time, otherwise, storing the failure task and processing the operation and maintenance attendant or the ETL responsible person in normal working time;
wherein, when creating the corresponding ODS layer data table, the table name of the ODS layer data table follows the following naming convention: the data layer name _ source library name _ source table name _ updating frequency and the extraction mode;
wherein the method further comprises:
transferring data from the STG layer data table to the ODS layer data table;
when corresponding fields are supplemented in the ODS layer data table, the field names are consistent with those in a standard data dictionary, wherein the standard data dictionary comprises the following fields: STG layer table name, STG layer table field English name, STG layer table field Chinese name, STG layer table field data type, ODS layer table name, ODS layer table field standard English name, ODS layer table field standard Chinese name, ODS layer table field standard data type and ODS layer table field default value;
the data in the current standard data dictionary is used as a training set for machine learning, and the naming, data type and default value of the ODS layer table field are obtained based on a k-nearest neighbor algorithm in the machine learning, so that the ETL task of generating a table or adding fields is completed.
2. An ETL task automatic processing device, comprising:
the transfer module is used for putting data collected from the source database and the LOG LOG into an STG layer data table;
the detection module is used for detecting whether the STG layer data table has a corresponding ODS layer data table or not, if not, the corresponding ODS layer data table is created, if so, whether the data table fields in the STG layer data table have corresponding fields in the ODS layer data table or not is detected, and if not, the corresponding fields are supplemented in the ODS layer data table;
wherein, the detection module is further configured to:
when an ETL task fails, judging whether the failure reason is that an ETL scheduling system is unstable or not, if so, starting the ETL task for retry, otherwise, judging whether the ETL task is modified by a programmer, if so, rolling back the ETL task to a task version before modification to ensure the normal execution of the ETL task, sending an email to inform a responsible person corresponding to the ETL task that the task version is rolled back, otherwise, judging whether the ETL task which fails is the ETL task with the data asset level higher than a first preset threshold or the downstream influence range larger than a second preset threshold or not, if so, sending prompt information to prompt an operation and maintenance attendant to process in time, otherwise, storing the failure task and processing the operation and maintenance attendant or the ETL responsible person in normal working time;
when the detection module creates the corresponding ODS layer data table, the table name of the ODS layer data table follows the following naming specification: the data layer name _ source library name _ source table name _ updating frequency and the extraction mode;
wherein the apparatus further comprises a processing module for transferring data from the STG layer data table to the ODS layer data table;
when the detection module supplements corresponding fields in the ODS layer data table, the field names are consistent with those in a standard data dictionary, wherein the standard data dictionary comprises the following fields: STG layer table name, STG layer table field English name, STG layer table field Chinese name, STG layer table field data type, ODS layer table name, ODS layer table field standard English name, ODS layer table field standard Chinese name, ODS layer table field standard data type and ODS layer table field default value;
the data in the current standard data dictionary is used as a training set for machine learning, and the naming, data type and default value of the ODS layer table field are obtained based on a k-nearest neighbor algorithm in the machine learning, so that the ETL task of generating a table or adding fields is completed.
3. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the steps of the ETL task automatic processing method according to claim 1 are implemented when the processor executes the program.
4. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the ETL task automatic processing method according to claim 1.
CN201810046377.9A 2018-01-17 2018-01-17 ETL task automatic processing method and device Active CN108376145B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810046377.9A CN108376145B (en) 2018-01-17 2018-01-17 ETL task automatic processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810046377.9A CN108376145B (en) 2018-01-17 2018-01-17 ETL task automatic processing method and device

Publications (2)

Publication Number Publication Date
CN108376145A CN108376145A (en) 2018-08-07
CN108376145B true CN108376145B (en) 2021-04-20

Family

ID=63015654

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810046377.9A Active CN108376145B (en) 2018-01-17 2018-01-17 ETL task automatic processing method and device

Country Status (1)

Country Link
CN (1) CN108376145B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109725998A (en) * 2018-12-26 2019-05-07 亚信科技(中国)有限公司 A kind of task retries method and device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104866403A (en) * 2015-05-13 2015-08-26 上海钢富电子商务有限公司 Distributed task processing system and method
US20170212934A1 (en) * 2007-09-21 2017-07-27 Hasso-Plattner-Institut für Softwaresystemtechnik GmbH ETL-Less Zero-Redundancy System and Method for Reporting OLTP Data

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170212934A1 (en) * 2007-09-21 2017-07-27 Hasso-Plattner-Institut für Softwaresystemtechnik GmbH ETL-Less Zero-Redundancy System and Method for Reporting OLTP Data
CN104866403A (en) * 2015-05-13 2015-08-26 上海钢富电子商务有限公司 Distributed task processing system and method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
某商业智能管理系统的设计与实现;金震;《中国优秀硕士学位论文全文数据库 信息科技辑》;20170315(第3期);第21-30、39-43页 *
金震.某商业智能管理系统的设计与实现.《中国优秀硕士学位论文全文数据库 信息科技辑》.2017,(第3期),第21-30、39-43页. *

Also Published As

Publication number Publication date
CN108376145A (en) 2018-08-07

Similar Documents

Publication Publication Date Title
CN104410535A (en) Intelligent cloud resource monitoring and warning method
US10142928B2 (en) Method and apparatus for reducing power consumption, and mobile terminal
CN108376145B (en) ETL task automatic processing method and device
CN102915344B (en) SQL (structured query language) statement processing method and device
CN105426544B (en) Method and device for monitoring database state
CN111198691A (en) Application multi-runtime configuration and deployment method based on cloud platform
CN104965729A (en) Method of server for automatically setting BIOS default values
CN105278991A (en) Construction method of cloud application deployment and configuration model
CN110502399B (en) Fault detection method and device
US20110161350A1 (en) Application server and method for collecting machine data
WO2021164187A1 (en) Data processing method, apparatus and device
CN105760445A (en) Junk word filtering method and system
CN106250266B (en) System repairing method and device
CN101201866A (en) System and method for managing circuit laying document
CN111314879B (en) Unmanned platform information perception network rapid response method and device under emergency
US7716637B2 (en) Embedded macros
CN204407010U (en) Off line programming system
CN106886556A (en) A kind of method and device for optimizing memory space
CN112256489A (en) Data acquisition method and device of cloud development platform and data storage architecture
CN111078236A (en) Automatic software installation method and system, electronic equipment and storage medium
CN110825795A (en) Method, device and equipment for accessing database and computer readable storage medium
CN104778120A (en) Comprehensive debugging method and system on basis of task types and equipment models
CN105512137A (en) Method for operating database handle, and database handle management system
CN110764759A (en) Data conversion method, storage medium and system
CN110389868B (en) Method and system for optimizing complete machine diagnosis process of server manufacturing factory

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 100085 Floor 101 102-1, No. 35 Building, No. 2 Hospital, Xierqi West Road, Haidian District, Beijing

Applicant after: Seashell Housing (Beijing) Technology Co.,Ltd.

Address before: 100085 Floor 101 102-1, No. 35 Building, No. 2 Hospital, Xierqi West Road, Haidian District, Beijing

Applicant before: LIANJIA(BEIJING) TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20210222

Address after: 101309 room 24, 62 Farm Road, Erjie village, Yangzhen, Shunyi District, Beijing

Applicant after: Beijing fangjianghu Technology Co.,Ltd.

Address before: 100085 Floor 101 102-1, No. 35 Building, No. 2 Hospital, Xierqi West Road, Haidian District, Beijing

Applicant before: Seashell Housing (Beijing) Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant