CN110275861B - Data storage method and device, storage medium and electronic device - Google Patents

Data storage method and device, storage medium and electronic device Download PDF

Info

Publication number
CN110275861B
CN110275861B CN201910557273.9A CN201910557273A CN110275861B CN 110275861 B CN110275861 B CN 110275861B CN 201910557273 A CN201910557273 A CN 201910557273A CN 110275861 B CN110275861 B CN 110275861B
Authority
CN
China
Prior art keywords
file
metadata
attribute information
stored
metadata model
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
CN201910557273.9A
Other languages
Chinese (zh)
Other versions
CN110275861A (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 Mininglamp Software System Co ltd
Original Assignee
Beijing Mininglamp Software System 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 Mininglamp Software System Co ltd filed Critical Beijing Mininglamp Software System Co ltd
Priority to CN201910557273.9A priority Critical patent/CN110275861B/en
Publication of CN110275861A publication Critical patent/CN110275861A/en
Application granted granted Critical
Publication of CN110275861B publication Critical patent/CN110275861B/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/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • G06F16/116Details of conversion of file system types or formats
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/13File access structures, e.g. distributed indices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/164File meta data generation

Landscapes

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

Abstract

The invention provides a data storage method, a data storage device and a storage medium, wherein the method comprises the following steps: acquiring a file to be stored, wherein the file to be stored comprises: metadata and first attribute information; matching the first attribute information with a plurality of second attribute information of a plurality of metadata models, and determining the metadata model corresponding to the first attribute information under the condition that the matching result meets a preset condition, wherein the metadata model is used for analyzing the file to be stored; and analyzing the file to be stored according to the second attribute information of the metadata model to obtain a target file, and storing the target file in a metadata storage medium corresponding to the metadata model.

Description

Data storage method and device, storage medium and electronic device
Technical Field
The invention relates to the field of data storage, in particular to a data storage method and device, a storage medium and an electronic device.
Background
Metadata (Metadata) is data (data about other data) describing other data, or structural data (structured data) for providing information about a certain resource. In the field of data warehousing, metadata is divided into technical metadata and business metadata by purpose. First, the metadata can provide user-based information, and the metadata, such as business description information of the recorded data items, can help the user to use the data. Second, metadata can support the management and maintenance of data by the system, e.g., metadata about the data item storage method can support the system in accessing data in the most efficient manner. The unified management and collection of metadata is the basis for building a data warehouse.
However, for a general system or a data warehouse, the collection metadata and the storage metadata are strongly coupled, and different parsing programs need to be written for the metadata in different business scenarios so as to convey the collected metadata to the storage medium. However, the database is generally a relational database or a graph database, the metadata acquisition and storage system has low expandability, the format and source limitation of the acquired metadata are high, and the metadata entry can be realized only by writing a new acquisition and analysis logic by a technician, which is very complicated.
In the related art, for metadata from different sources, a technician must write different acquisition logics or acquisition programs to store the metadata, and an effective technical scheme is not proposed yet.
Disclosure of Invention
The embodiment of the invention provides a data storage method and device, a storage medium and an electronic device, which are used for at least solving the problem that in the related art, for metadata from different sources, different acquisition logics or acquisition programs must be written by technicians to store the metadata.
According to an embodiment of the present invention, there is provided a data storage method including: acquiring a file to be stored, wherein the file to be stored comprises: metadata and first attribute information; matching the first attribute information with a plurality of second attribute information of a plurality of metadata models, and determining the metadata model corresponding to the first attribute information under the condition that the matching result meets a preset condition, wherein the metadata model is used for analyzing the file to be stored; and analyzing the file to be stored according to the second attribute information of the metadata model to obtain a target file, and storing the target file into a metadata storage medium corresponding to the metadata model.
Optionally, matching the first attribute information with a plurality of second attribute information of a plurality of metadata models includes:
and matching the first field information of the first attribute information with the second field information of the plurality of second attribute information.
Optionally, analyzing the file to be stored according to the second attribute information of the metadata model, including:
checking whether the file format of the file to be stored is a target format;
and under the condition that the file format of the file to be stored is the target format, analyzing the file to be stored according to the second attribute information of the metadata model.
Optionally, after checking whether the file format of the file to be stored is the target format, the method further includes:
and outputting prompt information under the condition that the file format of the file to be stored is not in the target format.
Optionally, the obtaining the file to be stored includes:
and sequentially acquiring the files to be stored from the monitoring file directory according to a preset sequence.
According to another embodiment of the present invention, there is also provided a data storage device including:
the device comprises an acquisition module and a storage module, wherein the acquisition module is used for acquiring a file to be stored, and the file to be stored comprises: metadata and first attribute information;
the first processing module is used for matching the first attribute information with a plurality of second attribute information of a plurality of metadata models, and determining the metadata model corresponding to the first attribute information under the condition that the matching result meets a preset condition, wherein the metadata model is used for analyzing the file to be stored;
and the second processing module is used for analyzing the file to be stored according to the second attribute information of the metadata model to obtain a target file, and storing the target file into a metadata storage medium corresponding to the metadata model.
Optionally, the first processing module is further configured to match first field information of the first attribute information with second field information of the plurality of second attribute information.
Optionally, the second processing module is further configured to check whether a file format of the file to be stored is a target format;
and under the condition that the file format of the file to be stored is the target format, analyzing the file to be stored according to the second attribute information of the metadata model.
Optionally, the apparatus further comprises: an output module: and the prompt information is output under the condition that the file format of the file to be stored is not in the target format.
Optionally, the obtaining module is further configured to sequentially obtain the files to be stored from a monitoring file directory according to a preset sequence.
According to another embodiment of the present invention, there is also provided a storage medium having a computer program stored therein, wherein the computer program is configured to perform the data storage method of any one of the above when executed.
According to another embodiment of the present invention, there is also provided an electronic device including a memory and a processor, wherein the memory stores therein a computer program, and the processor is configured to execute the computer program to perform the data storage method according to any one of the above.
By the invention, the file to be stored is obtained, wherein the file to be stored comprises: metadata and first attribute information; matching the first attribute information with a plurality of second attribute information of a plurality of metadata models, and determining the metadata model corresponding to the first attribute information under the condition that the matching result meets a preset condition, wherein the metadata model is used for analyzing the file to be stored; the file to be stored is analyzed according to the second attribute information of the metadata model to obtain a target file, and the target file is stored in a metadata storage medium corresponding to the metadata model, namely, the metadata model is introduced in the data storage process.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
FIG. 1 is a flow chart of an alternative data storage method according to an embodiment of the present invention;
FIG. 2 is a block diagram of an alternative data storage device according to an embodiment of the present invention;
FIG. 3 is another block diagram of an alternative data storage device according to embodiments of the present invention;
FIG. 4 is another flow chart of an alternative data storage method according to an embodiment of the invention.
Detailed Description
The invention will be described in detail hereinafter with reference to the accompanying drawings in conjunction with embodiments. It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order.
An embodiment of the present invention provides a data storage method, and fig. 1 is a flowchart of the data storage method according to the embodiment of the present invention, as shown in fig. 1, including:
step S102, obtaining a file to be stored, wherein the file to be stored comprises: metadata and first attribute information;
step S104, matching the first attribute information with a plurality of second attribute information of a plurality of metadata models, and determining the metadata model corresponding to the first attribute information under the condition that the matching result meets a preset condition, wherein the metadata model is used for analyzing the file to be stored;
and step S106, analyzing the file to be stored according to the second attribute information of the metadata model to obtain a target file, and storing the target file into a metadata storage medium corresponding to the metadata model.
By the invention, the file to be stored is obtained, wherein the file to be stored comprises: metadata and first attribute information; matching the first attribute information with a plurality of second attribute information of a plurality of metadata models, and determining the metadata model corresponding to the first attribute information under the condition that the matching result meets a preset condition, wherein the metadata model is used for analyzing the file to be stored; the file to be stored is analyzed according to the second attribute information of the metadata model to obtain a target file, and the target file is stored in a metadata storage medium corresponding to the metadata model, namely, the metadata model is introduced in the data storage process.
In an optional embodiment of the present invention, matching the first attribute information with a plurality of second attribute information of a plurality of metadata models includes:
and matching the first field information of the first attribute information with the second field information of the plurality of second attribute information.
In an optional embodiment of the present invention, parsing the file to be stored according to the second attribute information of the metadata model includes:
checking whether the file format of the file to be stored is a target format;
and under the condition that the file format of the file to be stored is the target format, analyzing the file to be stored according to the second attribute information of the metadata model.
In an optional embodiment of the present invention, after verifying whether the file format of the file to be stored is the target format, the method further includes:
and outputting prompt information under the condition that the file format of the file to be stored is not in the target format.
In an optional embodiment of the present invention, the acquiring the file to be stored includes:
and sequentially acquiring the files to be stored from the monitoring file directory according to a preset sequence.
The following explains the above data storage process with an example, but is not intended to limit the technical solution of the embodiment of the present invention, and the technical solution of the example of the present invention is as follows:
step 1, defining a metadata model;
the metadata model is data describing metadata information, and a dependency relationship can be established among a plurality of metadata models.
In particular, defining the metadata models is done on a page, with the user filling in the specific attribute information required for each metadata model. For example, the dependency relationship refers to: and creating a metadata model A on the page, automatically refreshing the page, displaying the newly created model A, clicking the model A, selecting to create the model, and creating the model B, wherein the newly created model B is the sub-model of the model A, namely the dependency relationship.
Step 2, automatically generating corresponding second attribute information for the defined metadata model, and recording the second attribute information corresponding to the metadata model;
wherein the second attribute information can be understood as an acquisition template. The collection template is in csv (Comma-Separated Values format) format or Excel (spreadsheet) format, which conforms to human reading habits. That is, the collection template is used to represent items of second attribute information of metadata defined in the metadata model.
Step 3, under the condition of a file to be stored, putting the file to be stored into a specified monitoring file directory;
specifically, the file to be stored may be uploaded through the monitoring file directory. The monitoring file directory may be a distributed file system or a common file system. Alternatively, the file to be stored can also be uploaded through a web server.
And 4, sequentially acquiring the files to be stored from the monitoring file directory according to a preset sequence, wherein the files to be stored comprise: metadata and first attribute information;
step 5, matching the first attribute information with a plurality of second attribute information of a plurality of metadata models, and determining the metadata model corresponding to the first attribute information under the condition that the matching result meets a preset condition, wherein the metadata model is used for analyzing the file to be stored;
the first attribute information of the file to be stored may be understood as a kind of header information. If the file to be stored is a file with a file format (csv, excel), the header information includes field information (i.e., the first attribute information). And matching the field information with second attribute information of the metadata model attribute, so that the metadata model corresponding to the file to be stored can be automatically identified. For example, a metadata model a of the plurality of metadata models has attributes b, c, d; and the header information of the file to be stored comprises field information b, c and d, and the file to be stored is successfully matched with the metadata model A.
Step 6, checking whether the file format of the file to be stored is a target format; and outputting prompt information under the condition that the file format of the file to be stored is not in the target format.
Step 7, under the condition that the file format of the file to be stored is the target format, analyzing the file to be stored according to the second attribute information of the metadata model to obtain a target file;
and 8, storing the target file into a metadata storage medium corresponding to the metadata model.
By defining the metadata model, under the condition that files to be stored from different sources exist, the metadata model corresponding to the files to be stored can be found by matching the first attribute information of the files to be stored and the second attribute information of the plurality of metadata models, the files to be stored can be analyzed in the mode of the second attribute information of the metadata model to obtain a target file, and the target file is finally stored in a metadata storage medium corresponding to the metadata model.
Through the above description of the embodiments, those skilled in the art can clearly understand that the method according to the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but the former is a better implementation mode in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
In this embodiment, a data storage device is further provided, and the data storage device is used to implement the foregoing embodiments and preferred embodiments, and the description of the data storage device is omitted. As used below, the term "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
Fig. 2 is a block diagram of a data storage apparatus according to an embodiment of the present invention, as shown in fig. 2, the apparatus including:
an obtaining module 20, configured to obtain a file to be stored, where the file to be stored includes: metadata and first attribute information;
the first processing module 22 is configured to match the first attribute information with a plurality of second attribute information of a plurality of metadata models, and determine, when a matching result meets a preset condition, a metadata model corresponding to the first attribute information, where the metadata model is used to analyze the file to be stored;
and the second processing module 24 is configured to analyze the file to be stored according to the second attribute information of the metadata model to obtain a target file, and store the target file in a metadata storage medium corresponding to the metadata model.
By the invention, the file to be stored is obtained, wherein the file to be stored comprises: metadata and first attribute information; matching the first attribute information with a plurality of second attribute information of a plurality of metadata models, and determining the metadata model corresponding to the first attribute information under the condition that the matching result meets a preset condition, wherein the metadata model is used for analyzing the file to be stored; the file to be stored is analyzed according to the second attribute information of the metadata model to obtain a target file, and the target file is stored in a metadata storage medium corresponding to the metadata model, namely, the metadata model is introduced in the data storage process.
In an optional embodiment of the present invention, the first processing module 22 is further configured to match first field information of the first attribute information with second field information of the plurality of second attribute information.
In an optional embodiment of the present invention, the second processing module 24 is further configured to check whether a file format of the file to be stored is a target format;
and under the condition that the file format of the file to be stored is the target format, analyzing the file to be stored according to the second attribute information of the metadata model.
In an alternative embodiment of the present invention, as shown in fig. 3, the apparatus further includes: and the output module 26 is configured to output the prompt information when the file format of the file to be stored is not the target format.
In an optional embodiment of the present invention, the obtaining module 26 is further configured to sequentially obtain the files to be stored from the monitored file directory according to a preset sequence.
As shown in fig. 4, the data storage process is further described below with reference to the preferred embodiment, but the technical solution of the embodiment of the present invention is not limited thereto.
1) A user adds a service metadata, the metadata describes the content of an FTP server (File Transfer Protocol, FTP for short), and the content of the service metadata is an Excel report;
2) creating a metadata model corresponding to the service metadata on a web page of the system, and describing fields and auxiliary information required to be contained in the metadata model;
the above steps describing the fields and auxiliary information required to be included in the metadata model may be understood as a filling of a metadata template. For filling of a template of a complex metadata model, a corresponding analysis program can be written, the process of writing the corresponding analysis program is completely decoupled from the whole system, the use of the system cannot be influenced, the corresponding analysis program cannot be limited in a certain frame to complete the implementation of the function, and only the format of an output file is required to be correct.
3) When a file exists, uploading the file on a web page;
4) the background automatically analyzes the corresponding metadata model according to the uploaded file;
5) after the metadata model is matched, the format of the file is verified;
6) after verification is successful, if the file format of the file is the file in the Excel format, the file in the Excel format can be analyzed into a corresponding csv file according to the dependency relationship defined by the metadata model, the csv file is submitted to a task scheduling system according to the execution sequence of file tasks, the csv file waits to be added (namely stored) into a database, and if verification fails, corresponding error information is prompted;
7) and (5) adding tasks of the database according to the submission sequence of the file tasks and the sequence, completely constructing the storage information of the whole metadata and the associated information between the metadata, and ending the process.
In summary, the problem that metadata of different formats and sources cannot be uniformly stored due to high limitations of formats and sources of the acquired metadata in related technologies can be at least solved.
The data storage process is further described with reference to another preferred embodiment, but the invention is not limited to the technical solution of the embodiment.
S402, defining a metadata model and a dependency relationship thereof;
s404, uploading a metadata model template, and putting a file conforming to the template format into a monitoring directory of a file system;
s406, analyzing a metadata model corresponding to the file, then carrying out format verification, and jumping to S408 if the verification is passed, or jumping to S412 if the verification is not passed;
s408, if the Excel file is analyzed to be a csv file, the Excel file is sequentially submitted to a task scheduling system to be executed according to the dependency relationship of the model;
s410, adding data into the database according to the hierarchy, and constructing metadata and associated information thereof layer by layer;
and S412, giving a corresponding error prompt.
An embodiment of the present invention further provides a storage medium including a stored program, wherein the program executes any one of the methods described above.
Alternatively, in the present embodiment, the storage medium may be configured to store program codes for performing the following steps:
s1, obtaining a file to be stored, wherein the file to be stored comprises: metadata and first attribute information;
s2, matching the first attribute information with a plurality of second attribute information of a plurality of metadata models, and determining the metadata model corresponding to the first attribute information under the condition that the matching result meets a preset condition, wherein the metadata model is used for analyzing the file to be stored;
and S3, analyzing the file to be stored according to the second attribute information of the metadata model to obtain a target file, and storing the target file in a metadata storage medium corresponding to the metadata model.
Optionally, in this embodiment, the storage medium may include, but is not limited to: various media capable of storing program codes, such as a usb disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic disk, or an optical disk.
Optionally, the specific examples in this embodiment may refer to the examples described in the above embodiments and optional implementation manners, and this embodiment is not described herein again.
Embodiments of the present invention also provide an electronic device comprising a memory having a computer program stored therein and a processor arranged to run the computer program to perform the steps of any of the above method embodiments.
Optionally, the electronic apparatus may further include a transmission device and an input/output device, wherein the transmission device is connected to the processor, and the input/output device is connected to the processor.
Optionally, in this embodiment, the processor may be configured to execute the following steps by a computer program:
s1, obtaining a file to be stored, wherein the file to be stored comprises: metadata and first attribute information;
s2, matching the first attribute information with a plurality of second attribute information of a plurality of metadata models, and determining the metadata model corresponding to the first attribute information under the condition that the matching result meets a preset condition, wherein the metadata model is used for analyzing the file to be stored;
and S3, analyzing the file to be stored according to the second attribute information of the metadata model to obtain a target file, and storing the target file in a metadata storage medium corresponding to the metadata model.
Optionally, the specific examples in this embodiment may refer to the examples described in the above embodiments and optional implementation manners, and this embodiment is not described herein again.
It will be apparent to those skilled in the art that the modules or steps of the present invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and alternatively, they may be implemented by program code executable by a computing device, such that they may be stored in a storage device and executed by a computing device, and in some cases, the steps shown or described may be performed in an order different than that described herein, or they may be separately fabricated into individual integrated circuit modules, or multiple ones of them may be fabricated into a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A method of storing data, comprising:
acquiring a file to be stored, wherein the file to be stored comprises: metadata and first attribute information;
matching the first attribute information with a plurality of second attribute information of a plurality of metadata models, and determining the metadata model corresponding to the first attribute information under the condition that the matching result meets a preset condition, wherein the metadata model is used for analyzing the file to be stored;
analyzing the file to be stored according to the second attribute information of the metadata model to obtain a target file, and storing the target file into a metadata storage medium corresponding to the metadata model; before obtaining the file to be stored, the method further comprises: defining a metadata model, wherein the metadata model is a model for describing metadata information, and a dependency relationship can be established among a plurality of metadata models; receiving attribute information corresponding to the metadata model; and generating corresponding second attribute information for the metadata model according to the attribute information, and recording the second attribute information corresponding to the metadata model.
2. The method of claim 1, wherein matching the first attribute information with a plurality of second attribute information of a plurality of metadata models comprises:
and matching the first field information of the first attribute information with the second field information of the plurality of second attribute information.
3. The method according to claim 1, wherein parsing the file to be stored according to the second attribute information of the metadata model includes:
checking whether the file format of the file to be stored is a target format;
and under the condition that the file format of the file to be stored is the target format, analyzing the file to be stored according to the second attribute information of the metadata model.
4. The method according to claim 3, wherein after checking whether the file format of the file to be stored is the target format, the method further comprises:
and outputting prompt information under the condition that the file format of the file to be stored is not in the target format.
5. The method according to any one of claims 1 to 4, wherein the obtaining the file to be stored comprises:
and sequentially acquiring the files to be stored from the monitoring file directory according to a preset sequence.
6. A data storage device, comprising:
the device comprises an acquisition module and a storage module, wherein the acquisition module is used for acquiring a file to be stored, and the file to be stored comprises: metadata and first attribute information;
the first processing module is used for matching the first attribute information with a plurality of second attribute information of a plurality of metadata models, and determining the metadata model corresponding to the first attribute information under the condition that the matching result meets a preset condition, wherein the metadata model is used for analyzing the file to be stored;
the second processing module is used for analyzing the file to be stored according to the second attribute information of the metadata model to obtain a target file and storing the target file into a metadata storage medium corresponding to the metadata model; the first processing module is further configured to define a metadata model, where the metadata model is a model describing metadata information, and a dependency relationship may be established between multiple metadata models; receiving attribute information corresponding to the metadata model; and generating corresponding second attribute information for the metadata model according to the attribute information, and recording the second attribute information corresponding to the metadata model.
7. The apparatus of claim 6, wherein the first processing module is further configured to match a first field information of the first attribute information with a second field information of the plurality of second attribute information.
8. The apparatus according to claim 6, wherein the second processing module is further configured to verify whether a file format of the file to be stored is a target format;
and under the condition that the file format of the file to be stored is the target format, analyzing the file to be stored according to the second attribute information of the metadata model.
9. A storage medium, in which a computer program is stored, wherein the computer program is arranged to perform the method of any of claims 1 to 5 when executed.
10. An electronic device comprising a memory and a processor, wherein the memory has stored therein a computer program, and wherein the processor is arranged to execute the computer program to perform the method of any of claims 1 to 5.
CN201910557273.9A 2019-06-25 2019-06-25 Data storage method and device, storage medium and electronic device Active CN110275861B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910557273.9A CN110275861B (en) 2019-06-25 2019-06-25 Data storage method and device, storage medium and electronic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910557273.9A CN110275861B (en) 2019-06-25 2019-06-25 Data storage method and device, storage medium and electronic device

Publications (2)

Publication Number Publication Date
CN110275861A CN110275861A (en) 2019-09-24
CN110275861B true CN110275861B (en) 2021-09-17

Family

ID=67963161

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910557273.9A Active CN110275861B (en) 2019-06-25 2019-06-25 Data storage method and device, storage medium and electronic device

Country Status (1)

Country Link
CN (1) CN110275861B (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110909187B (en) * 2019-11-07 2023-01-10 苏州浪潮智能科技有限公司 Image storage method, image reading method, image memory and storage medium
CN110968592B (en) * 2019-12-06 2023-11-21 深圳前海环融联易信息科技服务有限公司 Metadata acquisition method, metadata acquisition device, computer equipment and computer readable storage medium
CN111209443B (en) * 2020-01-03 2021-06-29 苏州亿歌网络科技有限公司 Questionnaire data storage method, device, server and storage medium
CN111274219B (en) * 2020-01-21 2023-12-08 浙江大华技术股份有限公司 Data storage method and device, storage medium and electronic device
CN112131289A (en) * 2020-08-17 2020-12-25 武汉旷视金智科技有限公司 Data processing method and device, electronic equipment and storage medium
CN113656094B (en) * 2021-08-03 2023-12-12 北京数码大方科技股份有限公司 Attribute information processing method and device
CN113722334B (en) * 2021-09-10 2024-05-17 京东科技控股股份有限公司 Data processing method, device, electronic equipment and medium
CN114372104A (en) * 2022-01-10 2022-04-19 苏州久知联信息技术有限公司 Electronic file metadata acquisition tool and method with good compatibility
CN114880308A (en) * 2022-07-12 2022-08-09 山东中创软件商用中间件股份有限公司 Metadata processing method, device and medium based on big data

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102571720A (en) * 2010-12-27 2012-07-11 中国移动通信集团辽宁有限公司 Method and device for processing heterogeneous information contents
CN104317974A (en) * 2014-11-21 2015-01-28 武汉理工大学 Reconfigurable multi-source data importing method in ERP system
CN107463661A (en) * 2017-07-31 2017-12-12 小草数语(北京)科技有限公司 The introduction method and device of data
CN107704479A (en) * 2017-02-08 2018-02-16 上海壹账通金融科技有限公司 Document generating method and device
CN109684290A (en) * 2018-12-20 2019-04-26 东软集团股份有限公司 Log storing method, device, equipment and computer readable storage medium

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150026114A1 (en) * 2013-07-18 2015-01-22 Dania M. Triff System and method of automatically extracting data from plurality of data sources and loading the same to plurality of target databases
US10452607B2 (en) * 2016-09-15 2019-10-22 Oracle International Corporation Reusable transformation mechanism to allow mappings between incompatible data types
CN108133000B (en) * 2017-12-21 2021-05-04 百度在线网络技术(北京)有限公司 Metadata storage method and device and server
CN108170752B (en) * 2017-12-21 2020-10-16 山东合天智汇信息技术有限公司 Template-based metadata management method and system
CN109189367B (en) * 2018-06-28 2022-06-24 重庆小雨点小额贷款有限公司 Data processing method, device, server and storage medium
CN109739867B (en) * 2018-12-29 2021-01-12 北京航天数据股份有限公司 Industrial metadata management method and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102571720A (en) * 2010-12-27 2012-07-11 中国移动通信集团辽宁有限公司 Method and device for processing heterogeneous information contents
CN104317974A (en) * 2014-11-21 2015-01-28 武汉理工大学 Reconfigurable multi-source data importing method in ERP system
CN107704479A (en) * 2017-02-08 2018-02-16 上海壹账通金融科技有限公司 Document generating method and device
CN107463661A (en) * 2017-07-31 2017-12-12 小草数语(北京)科技有限公司 The introduction method and device of data
CN109684290A (en) * 2018-12-20 2019-04-26 东软集团股份有限公司 Log storing method, device, equipment and computer readable storage medium

Also Published As

Publication number Publication date
CN110275861A (en) 2019-09-24

Similar Documents

Publication Publication Date Title
CN110275861B (en) Data storage method and device, storage medium and electronic device
US10789054B2 (en) Methods, systems, apparatuses and devices for facilitating change impact analysis (CIA) using modular program dependency graphs
US20230418732A1 (en) System and method for performing automated api tests
JP5298117B2 (en) Data merging in distributed computing
AU2016304571B2 (en) Model integration tool
US8584112B2 (en) Open application lifecycle management framework
US8869111B2 (en) Method and system for generating test cases for a software application
CN104317618B (en) A kind of firmware partition treating method and apparatus
CN108628748B (en) Automatic test management method and automatic test management system
US20200034750A1 (en) Generating artificial training data for machine-learning
CN106557307B (en) Service data processing method and system
CN105095207A (en) Methods for retrieving and obtaining contents of application software, and devices for retrieving and obtaining contents of application software
WO2015138568A1 (en) Analyzing components related to a software application in a software development environment
CN112463149B (en) Software-defined satellite-oriented reusable code library construction method and device
CN115993966B (en) Application development system and method
US20050137839A1 (en) Methods, apparatus and programs for system development
CN107562429A (en) A kind of android system static division method based on compiling rule
CN112749197B (en) Data fragment refreshing method, device, equipment and storage medium
CN116661758B (en) Method, device, electronic equipment and medium for optimizing log framework configuration
CN112051987B (en) Service data processing method, device and equipment, program generating method and device
CN116010349B (en) Metadata-based data checking method and device, electronic equipment and storage medium
US11934800B2 (en) Generating metadata to facilitate code generation
CN111562982B (en) Method and device for processing request data, computer readable storage medium and electronic equipment
US20230385056A1 (en) Removing inactive code to facilitate code generation
US20230385181A1 (en) Re-usable web-objects for use with automation tools

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