WO2012169807A2 - Method and system for building database using data warehouse - Google Patents

Method and system for building database using data warehouse Download PDF

Info

Publication number
WO2012169807A2
WO2012169807A2 PCT/KR2012/004507 KR2012004507W WO2012169807A2 WO 2012169807 A2 WO2012169807 A2 WO 2012169807A2 KR 2012004507 W KR2012004507 W KR 2012004507W WO 2012169807 A2 WO2012169807 A2 WO 2012169807A2
Authority
WO
WIPO (PCT)
Prior art keywords
data
ods
business
business rule
source
Prior art date
Application number
PCT/KR2012/004507
Other languages
French (fr)
Korean (ko)
Other versions
WO2012169807A3 (en
Inventor
백승호
Original Assignee
Baek Seung Ho
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 Baek Seung Ho filed Critical Baek Seung Ho
Publication of WO2012169807A2 publication Critical patent/WO2012169807A2/en
Publication of WO2012169807A3 publication Critical patent/WO2012169807A3/en

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/21Design, administration or maintenance of databases
    • G06F16/211Schema design and management
    • G06F16/212Schema design and management with details for data modelling support

Definitions

  • the disclosed technology relates to database construction technology, and more particularly to a database technology using a data warehouse that can apply new business rules without reconfiguring the data warehouse by configuring the business logic as an independent area of the data warehouse. .
  • Data Warehouse (DW) system is a system for analyzing data of various operating systems operated by users such as companies. While the operating system supports certain functions for operation such as inventory management, accounting information, and sales system, the data warehouse may provide a function for integrating and analyzing data generated by various operating systems.
  • a database building method using a data warehouse is achieved by creating a data warehouse based on source data provided from at least one source system.
  • the database construction method using a data warehouse comprises the steps of refining at least some of the source data to construct an Operational Data Store (ODS), integrating the data of the ODS, and generating a reference relationship between the related data.
  • ODS Operational Data Store
  • DW data warehouse
  • a database system using a data warehouse constructs a database based on source data provided from at least one source system.
  • the database system using the data warehouse includes an Operational Data Store (ODS) for refining at least some of the source data, and a DW (Data Warehouse) for integrating and associating data of the ODS and generating reference relationships.
  • ODS Operational Data Store
  • DW Data Warehouse
  • the data mart includes a business logic for managing at least one business rule for analysis and a multi-dimensional model for data of the ODS or DW based on any one of the at least one business rule.
  • the work system building method using a database is implemented using a database generated from at least one source system.
  • a database generated from at least one source system.
  • DW data warehouse
  • FIG. 1 is a schematic diagram illustrating a database system using a data warehouse to which the disclosed technology can be applied, and an operating system and a user system associated therewith.
  • FIG. 2 is a block diagram illustrating a database system using a data warehouse according to an embodiment of the disclosed technology.
  • FIG. 3 is a schematic diagram illustrating an embodiment of configuring an ODS.
  • FIG. 4 is a schematic diagram illustrating an embodiment of configuring logic data.
  • FIG. 5 is a block diagram of an embodiment of a database construction method using a data warehouse to which the disclosed technology can be applied.
  • FIG. 6 is a flowchart of an embodiment of the database building method of FIG. 5.
  • first and second are intended to distinguish one component from another component, and the scope of rights should not be limited by these terms.
  • first component may be named a second component, and similarly, the second component may also be named a first component.
  • an identification code (e.g., a, b, c, etc.) is used for convenience of description, and the identification code does not describe the order of the steps, and each step clearly indicates a specific order in context. Unless stated otherwise, they may occur out of the order noted. That is, each step may occur in the same order as specified, may be performed substantially simultaneously, or may be performed in the reverse order.
  • FIG. 1 is a schematic diagram illustrating a database system using a data warehouse to which the disclosed technology can be applied, and an operating system and a user system associated therewith.
  • a database system including a data warehouse (DW) and a data mart.
  • the database system 100 configures a data warehouse 120 having an entity-relational model with respect to operational data (hereinafter, source data) stored in an operating system (hereinafter, referred to as a source system), and configured data warehouse.
  • the data mart 140 which is a plurality of multidimensional models, may be configured based on the house 120. Detailed description of the database system 100 according to the disclosed technology will be described later with reference to FIG. 2.
  • the source system may include various systems or databases (eg, inventory management system, purchasing management system, inventory management system, retail system, etc.) for business processing being used in the enterprise.
  • databases eg, inventory management system, purchasing management system, inventory management system, retail system, etc.
  • the user system can obtain analyzed information about the source data using the data mart 140.
  • FIG. 1 illustrates an online analytical processing (OLAP) server and a web server, various other systems may be used according to the needs of those skilled in the art.
  • OLAP online analytical processing
  • FIG. 2 is a diagram illustrating a database system according to an embodiment of the disclosed technology
  • FIG. 3 is a schematic diagram illustrating an embodiment of configuring an ODS
  • FIG. 4 illustrates an embodiment of configuring a DW. It is a schematic diagram to make.
  • the database system 100 includes an ODS 110, a data warehouse (DW) 120, a business logic 130, a data mart 140, and the like. Includes metadata 160.
  • the database system 100 may further include a staging area (not shown) and / or summary report 150.
  • the staging area (not shown) is a temporary area for receiving source data to the DW 120.
  • the staging area may temporarily store the data in order to load the source data into the DW 120. Since the staging area may not require a predetermined format for storing data, the staging area may store various types of data such as a table form or a file form.
  • the staging area is not an essential component of the database system 100 in accordance with the disclosed technology and may be added according to implementation needs.
  • Operational Data Store (ODS) 110 is an intermediate data store for configuring DW 120.
  • the ODS 110 may store source data of the source system and perform some purification or processing on the data.
  • the ODS 110 may store the data without changing the format (model) of the source data, and then correct (resolve) the error data by verifying code standardization and data integrity. For example, after storing the sales data of the source system, the consistency can be verified (eg, the sum of annual sales and the sum of sales from January to December).
  • the ODS 110 may be configured by performing a predetermined ETT (Extraction, Processing, Transformation, Transport) procedure on the source data.
  • ETT Extraction, Processing, Transformation, Transport
  • ETT means extracting, purifying, processing, transmitting, or loading data, and the like, and in the configuration of the ODS 110, loading and purification of source data may be performed.
  • the ODS 110 may be configured by refining the source data based on business rules for each operating system, not integrated rules. By using the ODS 110, the data system can be easily processed, converted, and purified in configuring the database system 100.
  • DW 120 is integrated data of an ER (Entity-Relationship) model constructed by performing a predetermined ETT procedure on the ODS 110.
  • the DW 120 may integrate and standardize various source data purified by the ODS 110 as one model (ER model).
  • Company A has a purchasing management system, an inventory management system, a retail system, and a wholesale system to carry out both retail and wholesale operations, and to provide computer support.
  • the data warehouse is used to analyze sales and compare with purchase, retail, wholesale, and inventory, and adjust unnecessary inventory to reduce costs.
  • data from multiple source systems can be designed and built into one unified model.
  • the retail and wholesale systems each have corresponding customer information, and the retail and wholesale customers can be at least partly the same, then the data warehouse is managed by different source systems (retail and wholesale systems).
  • one data model can be constructed with the theme of customer.
  • one customer data is modeled and constructed as described above, only one data exists in the DW even though Hong Gil-dong customers are duplicated in the main system (retail system and wholesale system).
  • DW can be built by performing integrated and standardized modeling on the source data.
  • the DW 120 may integrate data (purified source data) constituting the ODS 110 and generate a reference relationship with respect to data that is related to each other.
  • DW 120 may maintain the key structure of the data of ODS 110.
  • DW 120 may maintain a link for reference to data in ODS 110. Since the "customer L1" data shown in FIG. 4 is data integrating the "customer 01", the "customer 03", and the “customer 03" data of the ODS 110, it is possible to maintain a link for reference as shown in the arrow. have. Data of the DW 120 may refer to other data in the DW 120. It can be seen that the "customer L2" data in FIG.
  • the "customer L1" and “performance L1" data in the DW 120 refers to the "customer L3" data.
  • the "customer L2" data may be a customer rating (L2) given based on the last three months of performance
  • the "customer L3” data may refer to a customer rating ( L3).
  • the DW 120 may perform certain data processing to exclude duplication of data and to maintain consistency.
  • Business logic 130 is an area for managing business rules.
  • the data mart is designed by reflecting the business rules, so the business rules themselves are not managed as an independent area but only reflected in the data mart design process.
  • the disclosed technology manages business rules in business logic 130, which is one independent area of database system 100, and business logic 130 may provide the managed business rules to data mart 140.
  • the business logic 130 may implement at least one business rule necessary for analysis without duplication, and the data mart 140 receives the corresponding business rule from the business logic 130 to perform multidimensional data modeling. can do.
  • the business rule is a predetermined rule for organizing the data mart by subject. For example, if you try to construct a data mart for retail and wholesale, the business rules include: (i) determining the number of retail sales in the market code for domestic and traditional markets only; It is the same as deciding when to trade as a wholesaler. Since the at least one business rule implemented in the business logic 130 may be determined according to the needs of those skilled in the art according to the source system and the required analysis, the disclosed invention is not limited to the specific business rule. That is, since the disclosed technology includes the business logic 130 as an independent area for directly implementing and managing business rules, the disclosed technology is not limited to each business rule itself implemented in the business logic 130.
  • the data mart 140 may be configured as multi-dimensional modeled data based on an analysis subject for the integrated data of the DW 120 based on any one of at least one business rule implemented in the business logic 130.
  • the data mart 140 may be configured as statistics on analytical topics such as CRM, statistics, and the like as shown in FIG. 2.
  • the data mart 140 is a model rule for the data required for analysis, such as the number of items (dimension) inventory, sales, purchases, retail, wholesale (Fact; Measure) for inventory analysis Can be collected according to.
  • the data mart 140 analyzes the criteria (configuration data) implemented in the ODS 110 and the DW 120 in accordance with the business rules of the business logic 130 (eg, analysis). Can be grouped by topic).
  • the data mart 140 may not perform processing of data other than simply aggregation (for example, grouping) analysis criteria implemented in the ODS 110 and the DW 120.
  • the data mart 140 since the data mart 140 is composed of a multi-dimensional model, it may represent a nesting relationship for each subject.
  • elements of the data mart 140 may be represented by a star schema or a snow flake schema.
  • it is preferable that the elements of the data mart 140 do not have any reference relations except the subject-specific nesting relations.
  • the summary report 150 is a summary table configured by performing a predetermined ETT procedure on the data mart 140.
  • the summary report 150 may design the data so that it can be displayed on a standardized screen.
  • the summary report 150 preferably organizes the table to be summarized from one subject.
  • the metadata 160 may maintain metadata for at least one of the ODS 110 and the summary report 150. In configuring the ODS 110 to the summary report 150, each element may be configured using the metadata 160.
  • FIG. 5 is a block diagram of an embodiment of a database building method using a data warehouse to which the disclosed technology can be applied
  • FIG. 6 is a flowchart of an embodiment of the database building method of FIG. 5.
  • step S510 in a method of constructing a database using a data warehouse, at least a part of source data is purified to form an operational data store (ODS) (step S510), data of which the data of the ODS are integrated and associated with each other.
  • ODS operational data store
  • DW data warehouse
  • step S530 Creating a reference relationship between the data warehouse (DW) (step S520), implementing the at least one business rule for analysis to construct the business logic (step S530), and at least one of the business rules Comprising one step of generating a multi-dimensional model for each subject of analysis on the data of the ODS 110 or DW 120 based on one (step S510).
  • the ODS 110 is configured based on the source data provided from the source system (step S610).
  • the ODS 110 may be configured by loading at least a portion of the source data and verifying the integrity of the data with respect to at least some of the loaded source data (refining or ETT).
  • the ETT refers to combining at least one of the extraction, transformation, or transportation of the source data.
  • the specific contents of the ETT may vary depending on the type of the source system, the extraction cycle of the data, the amount of data, the loading speed, the quality of the source data, the format of the historical data, the requirements of the user, and the role of the source system.
  • the ETT may be performed only by a refinement process of determining the consistency of the loaded source data and correcting the error data.
  • the DW 120 may be configured by integrating the data of the ODS 110 and generating a reference relationship between related data (ETT) (step S620).
  • the ETT performed here may include a series of processes of integrating data included in the ODS and processing to generate a reference relationship between the data having an association.
  • the reference relationship may be configured as an entity-relationship (ER) model.
  • the step S620 of constructing the DW 120 may include: (i) generating a reference relationship with the data included in the ODS 110 for any data (first data) in the DW 120; and (ii) generating a reference relationship with data (second data) in DW 120.
  • the step S620 of configuring the DW 120 may further include performing data processing to exclude duplication of data included in the DW 120. By removing the duplicated data, the performance of the entire database system 100 may be improved, and a false reference may be prevented.
  • the DW 120 generated by step S620 may be configured using the key structure of the purified data included in the ODS 110 as it is. By using such a same key structure, even if a reference relationship is made between each other, compatibility in data processing can be achieved.
  • the business logic 130 may be configured by implementing at least one business rule for analysis (step S630).
  • the step of configuring business logic selects at least one business rule for analysis, checks for duplicates of at least one selected business rule, and then implements a non-overlapping business rule. Can be performed. That is, the business rules implemented in the business logic 130 preferably do not have redundancy, and according to an embodiment, predetermined steps of checking and removing such redundancy may be performed.
  • the step S630 of configuring the business logic is a unique step of the disclosed technology, and in the description, the step S630 is described after the DW is configured (step S620), but this is for convenience of description and the step S630 of configuring the business logic. May be performed at any point in time prior to configuring the data mart.
  • the data mart 140 is generated by generating a multi-dimensional model for each analysis subject on the data of the ODS 110 or the DW 120 based on one of the business rules of the business logic 130. Can be configured (step S640).
  • the data mart 140 may be configured as a multi-dimensional model generated for at least one analysis subject, and the multi-dimensional model generated for each analysis subject is configured by using data constituting the ODS 110 or the DW 120. Can be.
  • step S640 of configuring the data mart 140 selects a business rule in the business logic 140 and at least one of the data of the ODS 110 or the DW 120 based on the business rule.
  • the method may include constructing a multidimensional model for each analysis subject.
  • the multi-dimensional model constituting the data mart 140 may be composed of a star schema or a snow flake schema.
  • a summary table may be configured on at least one subject based on the data mart 140 (step S650).
  • the disclosed technique can have the following effects. However, since a specific embodiment does not mean to include all of the following effects or only the following effects, it should not be understood that the scope of the disclosed technology is limited by this.
  • the database system may reduce the cost of redundant development when creating each data mart, and greatly reduce the possibility of error by eliminating such duplication.
  • a database system can ensure a user access to more useful data. This is because the logic data may be composed of a set of related data, and each model of the data mart may be configured for each problem (issue) to be solved.
  • a database system may ensure consistency between the source data and the data of the data warehouse. This is because the processing of the data is minimized in constructing the data of the ODS.
  • a database system can build a data warehouse that is insensitive to changes in the source data system. This is because logic data can act as a buffer between the ODS and the data mart.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

A method for building a database using a data warehouse is comprised by generating the data warehouse based on items of source data, which are provided by at least one source system. The method for building the database comprises the steps of: configuring an operational data store (ODS) by refining at least a portion of the items of source data; comprising the data warehouse (DW) by integrating the ODS data and generating a reference relationship between the items of data which have an associative relationship; comprising a business logic by enabling at least one business rule for analysis; and comprising a data mart by generating a multi-dimensional model per analysis subject with regard to the ODS or the DW data, based on the at least one business rule.

Description

데이터 웨어하우스를 이용한 데이터베이스 구축 방법 및 그 시스템Database construction method and system using data warehouse
개시된 기술은 데이터베이스 구축 기술에 관한 것으로, 특히 비즈니스 로직을 데이터 웨어하우스의 하나의 독립된 영역으로서 구성함으로써 데이터 웨어하우스를 재구성하지 않고도 새로운 비즈니스 규칙을 적용할 수 있는 데이터 웨어하우스를 이용한 데이터베이스 기술에 관한 것이다.The disclosed technology relates to database construction technology, and more particularly to a database technology using a data warehouse that can apply new business rules without reconfiguring the data warehouse by configuring the business logic as an independent area of the data warehouse. .
데이터 웨어하우스(Data Warehouse, DW) 시스템이란 기업 등의 사용자가 운영하는 다양한 운영 시스템의 데이터를 분석하기 위한 시스템이다. 운영 시스템은 재고관리, 회계정보, 영업 시스템과 같이 운영을 위한 소정의 기능을 지원하는데 반하여, 데이터 웨어하우스는 다양한 운영 시스템에 의하여 생성된 데이터를 통합하여 분석할 수 있는 기능을 제공할 수 있다.Data Warehouse (DW) system is a system for analyzing data of various operating systems operated by users such as companies. While the operating system supports certain functions for operation such as inventory management, accounting information, and sales system, the data warehouse may provide a function for integrating and analyzing data generated by various operating systems.
종래의 데이터 웨어하우스 기술은 데이터 워어하우스에 구성된 데이터를 특정하게 프로그램된 비즈니스 로직에 따라 데이터 마트에 제공함으로써 분석을 수행하였다. 따라서, 상이한 분석을 수행하기 위해서는 비즈니스 로직을 변경 또는 수정하기 위하여 프로그램 자체를 다시 분석하여 재 코딩 해야 하였으므로, 비용과 시간이 많이 요구되며 오류 발생의 확률이 적지 않은 단점이 있다.Conventional data warehouse technology has performed analysis by providing data constructed in the data warehouse to data marts according to specifically programmed business logic. Therefore, in order to perform different analysis, the program itself has to be re-analyzed and recoded in order to change or modify business logic, which requires a lot of cost and time, and has a low probability of error occurrence.
실시예들 중에서, 데이터 웨어하우스를 이용한 데이터베이스 구축 방법은 적어도 하나의 소스 시스템으로부터 제공된 소스 데이터들을 기초로 데이터 웨어하우스를 생성하여 이루어진다. 데이터 웨어하우스를 이용한 상기 데이터베이스 구축 방법은 상기 소스 데이터들 중 적어도 일부를 정제하여 ODS(Operational Data Store)를 구성하는 단계, 상기 ODS의 데이터들을 통합하고 연관관계를 가지는 데이터들 간에 참조 관계를 생성하여 DW(Data Warehouse)를 구성하는 단계, 분석을 위한 적어도 하나의 비즈니스 규칙을 구현하여 비즈니스 로직을 구성하는 단계 및 상기 적어도 하나의 비즈니스 규칙 중 어느 하나를 기초로 상기 ODS 또는 DW의 데이터에 대하여 분석 주제별로 다차원 모델을 생성하여 데이터 마트를 구성하는 단계를 포함한다.Among the embodiments, a database building method using a data warehouse is achieved by creating a data warehouse based on source data provided from at least one source system. The database construction method using a data warehouse comprises the steps of refining at least some of the source data to construct an Operational Data Store (ODS), integrating the data of the ODS, and generating a reference relationship between the related data. Configuring a data warehouse (DW), implementing business logic by implementing at least one business rule for analysis, and analyzing the data of the ODS or DW based on any one of the at least one business rule. Creating a multi-dimensional model to construct a data mart.
실시예들 중에서, 데이터 웨어하우스를 이용한 데이터베이스 시스템은 적어도 하나의 소스 시스템으로부터 제공된 소스 데이터들을 기초로 데이터베이스를 구성한다. 상기 데이터 웨어하우스를 이용한 데이터베이스 시스템은 상기 소스 데이터들 중 적어도 일부를 정제하는 ODS(Operational Data Store), 상기 ODS의 데이터들을 통합하고 연관관계를 가지는 데이터들 간에 참조 관계를 생성하는 DW(Data Warehouse), 분석을 위한 적어도 하나의 비즈니스 규칙을 관리하는 비즈니스 로직 및 상기 적어도 하나의 비즈니스 규칙 중 어느 하나를 기초로 상기 ODS 또는 DW의 데이터들에 대하여 분석 주제별로 다차원 모델로 구성하는 데이터 마트를 포함한다.Among embodiments, a database system using a data warehouse constructs a database based on source data provided from at least one source system. The database system using the data warehouse includes an Operational Data Store (ODS) for refining at least some of the source data, and a DW (Data Warehouse) for integrating and associating data of the ODS and generating reference relationships. The data mart includes a business logic for managing at least one business rule for analysis and a multi-dimensional model for data of the ODS or DW based on any one of the at least one business rule.
실시예들 중에서, 데이터베이스를 이용한 업무 시스템 구축 방법은 적어도 하나의 소스 시스템으로부터 생성되는 데이터베이스를 이용하여 실시된다. 상기 데이터베이스를 이용한 업무 시스템 구축 방법은 상기 적어도 하나의 소스 데이터들을 통합하고 연관관계를 생성하여 DW(Data Warehouse)를 구성하는 단계, 분석을 위한 적어도 하나의 비즈니스 규칙에 따라 적어도 하나의 비즈니스 로직을 구성하는 단계 및 상기 적어도 하나의 비즈니스 규칙 중 적어도 하나를 상기 비즈니스 로직에서 선택하고, 선택된 적어도 하나의 비즈니스 규칙을 이용하여 상기 DW의 데이터를 통합하여 다차원 모델링을 수행하여 데이터 마트를 구성하는 단계를 포함한다.Among the embodiments, the work system building method using a database is implemented using a database generated from at least one source system. In the method of building a business system using the database, integrating the at least one source data and generating an association to construct a data warehouse (DW), and construct at least one business logic according to at least one business rule for analysis. And selecting at least one of the at least one business rule from the business logic, and integrating the data of the DW using the selected at least one business rule to perform multidimensional modeling to construct a data mart. .
도 1은 개시된 기술이 적용될 수 있는 데이터 웨어하우스를 이용한 데이터베이스 시스템 및 그와 연관된 운영 시스템과 사용자 시스템을 나타내는 대략적인 구성도이다.1 is a schematic diagram illustrating a database system using a data warehouse to which the disclosed technology can be applied, and an operating system and a user system associated therewith.
도 2는 개시된 기술의 일 실시예에 따른 데이터 웨어하우스를 이용한 데이터베이스 시스템을 설명하기 위한 구성도이다.2 is a block diagram illustrating a database system using a data warehouse according to an embodiment of the disclosed technology.
도 3은 ODS를 구성하는 일 실시예를 설명하기 위한 개략도이다.3 is a schematic diagram illustrating an embodiment of configuring an ODS.
도 4는 로직 데이터를 구성하는 일 실시예를 설명하기 위한 개략도이다.4 is a schematic diagram illustrating an embodiment of configuring logic data.
도 5는 개시된 기술이 적용될 수 있는 데이터 웨어하우스를 이용한 데이터베이스 구축 방법의 일 실시예에 대한 블록도이다.5 is a block diagram of an embodiment of a database construction method using a data warehouse to which the disclosed technology can be applied.
도 6은 도 5의 데이터베이스 구축 방법의 일 실시예에 대한 순서도이다.FIG. 6 is a flowchart of an embodiment of the database building method of FIG. 5.
개시된 기술에 관한 설명은 구조적 내지 기능적 설명을 위한 실시예에 불과하므로, 개시된 기술의 권리범위는 본문에 설명된 실시예에 의하여 제한되는 것으로 해석되어서는 아니 된다. 즉, 실시예는 다양한 변경이 가능하고 여러 가지 형태를 가질 수 있으므로 개시된 기술의 권리범위는 기술적 사상을 실현할 수 있는 균등물들을 포함하는 것으로 이해되어야 한다.Description of the disclosed technology is only an embodiment for structural or functional description, the scope of the disclosed technology should not be construed as limited by the embodiments described in the text. That is, the embodiments may be variously modified and may have various forms, and thus the scope of the disclosed technology should be understood to include equivalents capable of realizing the technical idea.
한편, 본 출원에서 서술되는 용어의 의미는 다음과 같이 이해되어야 할 것이다.On the other hand, the meaning of the terms described in the present application should be understood as follows.
"제1", "제2" 등의 용어는 하나의 구성요소를 다른 구성요소로부터 구별하기 위한 것으로, 이들 용어들에 의해 권리범위가 한정되어서는 아니 된다. 예를 들어, 제1 구성요소는 제2 구성요소로 명명될 수 있고, 유사하게 제2 구성요소도 제1 구성요소로 명명될 수 있다.Terms such as "first" and "second" are intended to distinguish one component from another component, and the scope of rights should not be limited by these terms. For example, the first component may be named a second component, and similarly, the second component may also be named a first component.
어떤 구성요소가 다른 구성요소에 "연결되어"있다고 언급된 때에는, 그 다른 구성요소에 직접적으로 연결될 수도 있지만, 중간에 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다. 반면에, 어떤 구성요소가 다른 구성요소에 "직접 연결되어"있다고 언급된 때에는 중간에 다른 구성요소가 존재하지 않는 것으로 이해되어야 할 것이다. 한편, 구성요소들 간의 관계를 설명하는 다른 표현들, 즉 "~사이에"와 "바로 ~사이에" 또는 "~에 이웃하는"과 "~에 직접 이웃하는" 등도 마찬가지로 해석되어야 한다.When a component is referred to as being "connected" to another component, it should be understood that there may be other components in between, although it may be directly connected to the other component. On the other hand, when a component is referred to as being "directly connected" to another component, it should be understood that there is no other component in between. On the other hand, other expressions describing the relationship between the components, such as "between" and "immediately between" or "neighboring to" and "directly neighboring to", should be interpreted as well.
단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한 복수의 표현을 포함하는 것으로 이해되어야 하고, "포함하다"또는 "가지다" 등의 용어는 설시된 특징, 숫자, 단계, 동작, 구성요소, 부분품 또는 이들을 조합한 것이 존재함을 지정하려는 것이며, 하나 또는 그 이상의 다른 특징이나 숫자, 단계, 동작, 구성요소, 부분품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.Singular expressions should be understood to include plural expressions unless the context clearly indicates otherwise, and terms such as "comprise" or "have" refer to features, numbers, steps, operations, components, parts, or parts thereof described. It is to be understood that the combination is intended to be present and does not exclude in advance the possibility of the presence or addition of one or more other features or numbers, steps, operations, components, parts or combinations thereof.
각 단계들에 있어 식별부호(예를 들어, a, b, c 등)는 설명의 편의를 위하여 사용되는 것으로 식별부호는 각 단계들의 순서를 설명하는 것이 아니며, 각 단계들은 문맥상 명백하게 특정 순서를 기재하지 않는 이상 명기된 순서와 다르게 일어날 수 있다. 즉, 각 단계들은 명기된 순서와 동일하게 일어날 수도 있고 실질적으로 동시에 수행될 수도 있으며 반대의 순서대로 수행될 수도 있다.In each step, an identification code (e.g., a, b, c, etc.) is used for convenience of description, and the identification code does not describe the order of the steps, and each step clearly indicates a specific order in context. Unless stated otherwise, they may occur out of the order noted. That is, each step may occur in the same order as specified, may be performed substantially simultaneously, or may be performed in the reverse order.
여기서 사용되는 모든 용어들은 다르게 정의되지 않는 한, 개시된 기술이 속하는 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가진다. 일반적으로 사용되는 사전에 정의되어 있는 용어들은 관련 기술의 문맥상 가지는 의미와 일치하는 것으로 해석되어야 하며, 본 출원에서 명백하게 정의하지 않는 한 이상적이거나 과도하게 형식적인 의미를 지니는 것으로 해석될 수 없다.All terms used herein have the same meaning as commonly understood by one of ordinary skill in the art unless otherwise defined. Generally, the terms defined in the dictionary used are to be interpreted to coincide with the meanings in the context of the related art, and should not be interpreted as having ideal or excessively formal meanings unless clearly defined in the present application.
도 1은 개시된 기술이 적용될 수 있는 데이터 웨어하우스를 이용한 데이터베이스 시스템 및 그와 연관된 운영 시스템과 사용자 시스템을 나타내는 대략적인 구성도이다. 이하에서는, 데이터 웨어하우스(DW) 및 데이터 마트를 포함하여 데이터베이스 시스템으로 통칭하여 설명한다.1 is a schematic diagram illustrating a database system using a data warehouse to which the disclosed technology can be applied, and an operating system and a user system associated therewith. Hereinafter, a description will be collectively referred to as a database system including a data warehouse (DW) and a data mart.
도 1을 참조하면, 데이터베이스 시스템(100)은 운영 시스템(이하, 소스 시스템)에 저장된 운영 데이터(이하, 소스 데이터)에 대하여 개체 관계형 모델을 가지는 데이터 웨어하우스(120)를 구성하고, 구성된 데이터 웨어하우스(120)를 기초로 복수의 다차원 모델인 데이터 마트(140)를 구성하여 이루어질 수 있다. 개시된 기술에 따른 데이터베이스 시스템(100)에 대한 상세한 설명은 도 2를 참조하여 후술한다.Referring to FIG. 1, the database system 100 configures a data warehouse 120 having an entity-relational model with respect to operational data (hereinafter, source data) stored in an operating system (hereinafter, referred to as a source system), and configured data warehouse. The data mart 140, which is a plurality of multidimensional models, may be configured based on the house 120. Detailed description of the database system 100 according to the disclosed technology will be described later with reference to FIG. 2.
소스 시스템은 해당 기업에서 사용되고 있는 업무 처리를 위한 다양한 시스템들 또는 데이터베이스(예컨대, 재고관리 시스템, 구매관리시스템, 재고관리시스템, 소매시스템 등)들을 포함할 수 있다. The source system may include various systems or databases (eg, inventory management system, purchasing management system, inventory management system, retail system, etc.) for business processing being used in the enterprise.
사용자 시스템은 데이터 마트(140)를 이용하여 소스 데이터에 대한 분석된 정보를 획득할 수 있다. 도 1에서는 OLAP(OnLine Analytical Processing) 서버와 웹 서버를 도시하고 있으나, 당업자의 요구에 따라 그 외의 다양한 시스템이 사용될 수 있다. The user system can obtain analyzed information about the source data using the data mart 140. Although FIG. 1 illustrates an online analytical processing (OLAP) server and a web server, various other systems may be used according to the needs of those skilled in the art.
이하에서는 도 2 내지 도 6를 참조하여 개시된 기술에 따른 데이터베이스 시스템(100) 및 그 구성 방법에 대하여 상세히 설명한다.Hereinafter, a database system 100 and a configuration method thereof according to the disclosed technology will be described in detail with reference to FIGS. 2 to 6.
도 2는 개시된 기술의 일 실시예에 따른 데이터베이스 시스템을 설명하기 위한 구성도이고, 도 3은 ODS를 구성하는 일 실시예를 설명하기 위한 개략도이며, 도 4는 DW를 구성하는 일 실시예를 설명하기 위한 개략도이다.2 is a diagram illustrating a database system according to an embodiment of the disclosed technology, FIG. 3 is a schematic diagram illustrating an embodiment of configuring an ODS, and FIG. 4 illustrates an embodiment of configuring a DW. It is a schematic diagram to make.
도 2 내지 도 4를 참조하여 데이터베이스 시스템(100)에 대하여 설명하면, 데이터베이스 시스템(100)은 ODS(110), DW(Data Warehouse)(120), 비즈니스 로직(130), 데이터 마트(140) 및 메타데이터(160)를 포함한다. 일 실시예에서, 데이터베이스 시스템(100)은 스테이징(Staging) 영역(미도시) 및/또는 요약 리포트(150)를 더 포함할 수 있다.2 to 4, the database system 100 includes an ODS 110, a data warehouse (DW) 120, a business logic 130, a data mart 140, and the like. Includes metadata 160. In one embodiment, the database system 100 may further include a staging area (not shown) and / or summary report 150.
스테이징(Staging) 영역(미도시)은 소스 데이터를 DW(120)로 제공받기 위한 임시 영역이다. 다시 말해, 스테이징(Staging) 영역은 소스 데이터를 DW(120)에 적재하기 위해 해당 데이터를 임시적으로 저장할 수 있다. 스테이징(Staging) 영역은 데이터를 저장하기 위한 소정의 형식이 요구되지 않을 수 있으므로, 테이블 형태 또는 파일 형태와 같이 다양한 형태의 데이터를 저장할 수 있다. 스테이징(Staging) 영역은 개시된 기술에 따른 데이터베이스 시스템(100)의 필수적 구성요소는 아니며 구현 상의 필요에 따라 부가될 수 있다.The staging area (not shown) is a temporary area for receiving source data to the DW 120. In other words, the staging area may temporarily store the data in order to load the source data into the DW 120. Since the staging area may not require a predetermined format for storing data, the staging area may store various types of data such as a table form or a file form. The staging area is not an essential component of the database system 100 in accordance with the disclosed technology and may be added according to implementation needs.
ODS(Operational Data Store)(110)는 DW(120)를 구성하기 위한 중간 단계의 데이터 저장장소이다. ODS(110)는 소스 시스템의 소스 데이터를 저장하고 해당 데이터에 대한 소정의 정제 또는 가공을 수행할 수 있다. Operational Data Store (ODS) 110 is an intermediate data store for configuring DW 120. The ODS 110 may store source data of the source system and perform some purification or processing on the data.
일 실시예에서, ODS(110)는 소스 데이터의 형식(모델)을 변경하지 않고 저장한 후, 코드 표준화 및 데이터 정합성을 검증하여 오류 데이터를 수정(정제)할 수 있다. 예를 들어, 소스 시스템의 매출 데이터를 저장한 후, 정합성(예컨대, 연매출과 1 내지 12월의 매출들의 합이 같은지)을 검증할 수 있다. ODS(110)는 소스 데이터에 대하여 소정의 ETT(추출:Extraction, 가공:Transformation, 전송:Transportation) 절차를 수행하여 구성될 수 있다. 일반적으로 ETT란 데이터를 추출, 정제, 가공, 전송 또는 적재 등을 수행하는 것을 의미하며, 여기에서 ODS(110)를 구성함에 있어서는 소스 데이터에 대한 적재 및 정제가 수행될 수 있다. 도 3은 소스 시스템의 데이터를 ODS(110)에 적재하는 예를 나타내며, 도시된 바와 같이 서로 상이한 소스 시스템들(SYS2, SYS3, SYS5)에서 고객 데이터들(고객 01, 고객 021, 고객 03)을 적재할 수 있고, 적재된 고객 데이터들에 대하여 정합성을 검증하여 오류데이터를 수정할 수 있다. 일 실시예에서, ODS(110)는 통합 규칙이 아닌 각 운영 시스템 별 비즈니스 규칙을 기준으로 소스 데이터를 정제하여 구성될 수 있다. 이러한 ODS(110)를 이용함으로써 데이터베이스 시스템(100)를 구성함에 있어서 데이터의 가공, 변환, 정제 등을 용이하게 실시할 수 있다.In one embodiment, the ODS 110 may store the data without changing the format (model) of the source data, and then correct (resolve) the error data by verifying code standardization and data integrity. For example, after storing the sales data of the source system, the consistency can be verified (eg, the sum of annual sales and the sum of sales from January to December). The ODS 110 may be configured by performing a predetermined ETT (Extraction, Processing, Transformation, Transport) procedure on the source data. In general, ETT means extracting, purifying, processing, transmitting, or loading data, and the like, and in the configuration of the ODS 110, loading and purification of source data may be performed. 3 shows an example of loading data of a source system into the ODS 110, and shows customer data (customer 01, customer 021, customer 03) in different source systems SYS2, SYS3, SYS5 as shown. It can be loaded, and the error data can be corrected by verifying the consistency of the loaded customer data. In one embodiment, the ODS 110 may be configured by refining the source data based on business rules for each operating system, not integrated rules. By using the ODS 110, the data system can be easily processed, converted, and purified in configuring the database system 100.
DW(120)는 ODS(110)에 대하여 소정의 ETT 절차를 수행하여 구성되는 ER(Entity-Relationship) 모델의 통합된 데이터이다. 다시 말해, DW(120)는 ODS(110)에 의하여 정제된 여러 소스 데이터들을 하나의 모델(ER 모델)로서 통합하고 표준화를 수행할 수 있다. DW 120 is integrated data of an ER (Entity-Relationship) model constructed by performing a predetermined ETT procedure on the ODS 110. In other words, the DW 120 may integrate and standardize various source data purified by the ODS 110 as one model (ER model).
예를 들어, A 회사에서는 소매와 도매를 모두 수행하고 이를 전산적으로 지원하기 위해 구매관리시스템, 재고관리시스템, 소매시스템 및 도매시스템이 구축되어 있으며 전사적으로 물류 및 영업정보를 분석하기 위해 데이터 웨어하우스를 구축한다고 가정한다. 즉, 데이터 웨어하우스를 이용하여 외부환경대비 매출분석 및 구매와 소매, 도매, 재고간 어떤 상관관계가 있는지 알아보고, 불필요한 재고를 조정하여 비용을 절감하고자 한다고 가정한다. 이러한 가정에 따라 데이터 웨어하우스를 구축하기 위해서는 여러 소스 시스템(구매관리시스템, 재고관리시스템, 소매시스템 및 도매시스템)의 데이터를 하나의 통합된 모델로 설계하여 구축할 수 있다. 여기에서, 소매시스템과 도매시스템에는 각각 해당 고객정보가 있고, 소매고객과 도매고객은 적어도 일부가 서로 동일할 수 있다고 하면, 데이터 웨어하우스는 서로 다른 소스 시스템들(소매시스템 및 도매시스템)에서 관리되는 소매고객 및 도매고객 데이터에 대하여 고객이란 주제로서 하나의 데이터 모델을 구성할 수 있다. 이와 같이 하나의 고객 데이터를 모델링하여 구축하면, 기간계 시스템(소매시스템 및 도매시스템)에는 각각 홍길동이란 고객이 중복되어 존재하더라도 DW에는 오로지 하나의 데이터만 존재하게 된다(Single View). 이와 같이, DW는 소스 데이터에 대하여 통합화 및 표준화된 모델링을 수행함으로써 구축될 수 있다.For example, Company A has a purchasing management system, an inventory management system, a retail system, and a wholesale system to carry out both retail and wholesale operations, and to provide computer support. Suppose you are building a house. In other words, it is assumed that the data warehouse is used to analyze sales and compare with purchase, retail, wholesale, and inventory, and adjust unnecessary inventory to reduce costs. To build a data warehouse based on these assumptions, data from multiple source systems (purchasing management systems, inventory management systems, retail systems, and wholesale systems) can be designed and built into one unified model. Here, if the retail and wholesale systems each have corresponding customer information, and the retail and wholesale customers can be at least partly the same, then the data warehouse is managed by different source systems (retail and wholesale systems). With respect to retail and wholesale customer data, one data model can be constructed with the theme of customer. When one customer data is modeled and constructed as described above, only one data exists in the DW even though Hong Gil-dong customers are duplicated in the main system (retail system and wholesale system). As such, DW can be built by performing integrated and standardized modeling on the source data.
더 상세히 설명하면, DW(120)는 ODS(110)를 구성하는 데이터(정제된 소스 데이터)를 통합하고, 서로 연관 관계를 가지는 데이터들에 대하여 참조 관계를 생성할 수 있다. 일 실시예에서, DW(120)는 ODS(110)의 데이터의 키 구조를 그대로 유지할 수 있다. 일 실시예에서, DW(120)는 ODS(110)의 데이터에 대하여 참조를 위한 링크(link)를 유지할 수 있다. 도 4에 도시된 "고객 L1" 데이터는 ODS(110)의 데이터인 "고객 01", "고객 03" 및 "고객 03"을 통합한 데이터이므로, 도시된 화살표와 같이 참조를 위한 링크를 유지할 수 있다. DW(120)의 데이터는 해당 DW(120) 내의 다른 데이터를 참조할 수 있다. 도 4의 "고객 L2" 데이터는 DW(120) 내의 "고객 L1" 및 "실적 L1" 데이터를 참조하고 있고, "고객 L3" 데이터는 "고객 L2" 데이터를 참조하고 있음을 알 수 있다. 여기에서, 예를 들어 "고객 L2" 데이터는 최근 3개월의 실적을 기준으로 부여되는 고객 등급(L2)일 수 있고, "고객 L3" 데이터는 최근 12개월의 실적을 기준으로 부여되는 고객 등급(L3) 일 수 있다. 일 실시예에서, DW(120)는 구성하는 데이터의 중복을 배제하고 일관성을 유지하기 위한 소정의 데이터 가공을 실시할 수 있다.In more detail, the DW 120 may integrate data (purified source data) constituting the ODS 110 and generate a reference relationship with respect to data that is related to each other. In one embodiment, DW 120 may maintain the key structure of the data of ODS 110. In one embodiment, DW 120 may maintain a link for reference to data in ODS 110. Since the "customer L1" data shown in FIG. 4 is data integrating the "customer 01", the "customer 03", and the "customer 03" data of the ODS 110, it is possible to maintain a link for reference as shown in the arrow. have. Data of the DW 120 may refer to other data in the DW 120. It can be seen that the "customer L2" data in FIG. 4 refers to the "customer L1" and "performance L1" data in the DW 120, and the "customer L3" data refers to the "customer L2" data. Here, for example, the "customer L2" data may be a customer rating (L2) given based on the last three months of performance, and the "customer L3" data may refer to a customer rating ( L3). In one embodiment, the DW 120 may perform certain data processing to exclude duplication of data and to maintain consistency.
비즈니스 로직(130)은 비즈니스 규칙을 관리하는 영역이다. 종래의 경우, 비즈니스 규칙을 반영하여 데이터 마트를 설계하므로, 비즈니스 규칙 자체를 독립적 영역으로 관리하지 않고 데이터 마트의 설계 과정상에만 반영하였다. 개시된 기술은 비즈니스 규칙을 데이터베이스 시스템(100)의 하나의 독립된 영역인 비즈니스 로직(130)에서 관리하고, 비즈니스 로직(130)은 관리하고 있는 비즈니스 규칙을 데이터 마트(140)에 제공할 수 있다. Business logic 130 is an area for managing business rules. In the conventional case, the data mart is designed by reflecting the business rules, so the business rules themselves are not managed as an independent area but only reflected in the data mart design process. The disclosed technology manages business rules in business logic 130, which is one independent area of database system 100, and business logic 130 may provide the managed business rules to data mart 140.
더 상세히 설명하면, 비즈니스 로직(130)은 분석에 필요한 적어도 하나의 비즈니스 규칙을 중복 없이 구현할 수 있고, 데이터 마트(140)는 해당하는 비즈니스 규칙을 비즈니스 로직(130)으로부터 제공받아 다차원 데이터 모델링을 수행할 수 있다. 여기에서, 비즈니스 규칙은 데이터 마트를 주제별로 구성하기 위한 소정의 규칙이다. 예를 들어, 소매건수, 도매건수에 대하여 데이터 마트를 구성하려고 하면, 비즈니스 규칙은 (i) 시장코드 중 국내, 재래시장에만 해당하는 매출 건수를 소매건수로 결정하는 것과 (ii) 고객이 일정한 금액이상을 거래했을 때를 도매로서 결정하는 것 등과 같은 것이다. 비즈니스 로직(130)에 구현되는 적어도 하나의 비즈니스 규칙은 소스 시스템 및 요구되는 분석 사항에 따라 당업자의 요구에 따라 결정될 수 있으므로, 개시된 발명은 특정한 비즈니스 규칙에 한정되지 아니한다. 즉, 개시된 기술은 비즈니스 규칙을 직접적으로 구현하고 관리하는 독립된 영역으로서 비즈니스 로직(130)을 포함하는 것이므로, 비즈니스 로직(130)내에 구현된 각각의 비즈니스 규칙 자체에 한정되지 아니한다. In more detail, the business logic 130 may implement at least one business rule necessary for analysis without duplication, and the data mart 140 receives the corresponding business rule from the business logic 130 to perform multidimensional data modeling. can do. Here, the business rule is a predetermined rule for organizing the data mart by subject. For example, if you try to construct a data mart for retail and wholesale, the business rules include: (i) determining the number of retail sales in the market code for domestic and traditional markets only; It is the same as deciding when to trade as a wholesaler. Since the at least one business rule implemented in the business logic 130 may be determined according to the needs of those skilled in the art according to the source system and the required analysis, the disclosed invention is not limited to the specific business rule. That is, since the disclosed technology includes the business logic 130 as an independent area for directly implementing and managing business rules, the disclosed technology is not limited to each business rule itself implemented in the business logic 130.
데이터 마트(140)는 비즈니스 로직(130)에 구현된 적어도 하나의 비즈니스 규칙 중 어느 하나를 기초로 DW(120)의 통합된 데이터에 대하여 분석 주제 중심의 다차원 모델링 된 데이터로서 구성될 수 있다. 예를 들어, 데이터 마트(140)는 도 2에 도시된 바와 같이 CRM, 통계 등의 분석 주제에 대한 통계로서 구성될 수 있다. 다른 예를 들어, 데이터 마트(140)는 재고분석을 위해 품목별(차원; Dimension) 재고건수, 매출건수, 매입건수, 소매건수, 도매건수(Fact; Measure) 등과 같이 분석에 필요한 데이터들을 일정한 모델 규칙에 따라 수집할 수 있다. 일 실시예에서, 데이터 마트(140)는 비즈니스 로직(130)의 비즈니스 규칙에 따라 ODS(110) 및 DW(120)에 구현된 분석기준들(구성 데이터들)을 분석 목적(예를 들어, 분석주제)별로 그룹화할 수 있다. 여기에서, 데이터 마트(140)는 ODS(110) 및 DW(120)에 구현된 분석기준들을 단순 집계(예를 들어, 그룹화)하는 것 외에 데이터의 가공을 수행하지 않을 수 있다. 일 실시예에서, 데이터 마트(140)는 다차원 모델로 구성되므로 주제별 내포관계를 표현할 수 있다. 이를 위하여, 데이터 마트(140)의 요소들은 스타 스키마(Star Schema) 또는 스노우 플레이크 스키마(Snow Flake Schema)로 표현될 수 있다. 여기에서, 데이터 마트(140)의 요소들은 주제별 내포관계를 제외한 다른 참조관계를 가지지 않는 것이 바람직하다. The data mart 140 may be configured as multi-dimensional modeled data based on an analysis subject for the integrated data of the DW 120 based on any one of at least one business rule implemented in the business logic 130. For example, the data mart 140 may be configured as statistics on analytical topics such as CRM, statistics, and the like as shown in FIG. 2. In another example, the data mart 140 is a model rule for the data required for analysis, such as the number of items (dimension) inventory, sales, purchases, retail, wholesale (Fact; Measure) for inventory analysis Can be collected according to. In one embodiment, the data mart 140 analyzes the criteria (configuration data) implemented in the ODS 110 and the DW 120 in accordance with the business rules of the business logic 130 (eg, analysis). Can be grouped by topic). Here, the data mart 140 may not perform processing of data other than simply aggregation (for example, grouping) analysis criteria implemented in the ODS 110 and the DW 120. In one embodiment, since the data mart 140 is composed of a multi-dimensional model, it may represent a nesting relationship for each subject. To this end, elements of the data mart 140 may be represented by a star schema or a snow flake schema. Here, it is preferable that the elements of the data mart 140 do not have any reference relations except the subject-specific nesting relations.
요약 리포트(150)는 데이터 마트(140)에 대하여 소정의 ETT 절차를 수행하여 구성되는 요약 테이블이다. 요약 리포트(150)는 정형화된 화면에 표현될 수 있도록 데이터를 설계할 수 있다. 요약 리포트(150)는 하나의 주제로부터 요약되도록 테이블을 구성하는 것이 바람직하다.The summary report 150 is a summary table configured by performing a predetermined ETT procedure on the data mart 140. The summary report 150 may design the data so that it can be displayed on a standardized screen. The summary report 150 preferably organizes the table to be summarized from one subject.
메타데이터(160)는 ODS(110) 내지 요약 리포트(150) 중 적어도 하나에 대한 메타데이터를 유지할 수 있다. ODS(110) 내지 요약 리포트(150)를 구성함에 있어 메타데이터(160)를 이용하여 각 요소를 구성할 수 있다.The metadata 160 may maintain metadata for at least one of the ODS 110 and the summary report 150. In configuring the ODS 110 to the summary report 150, each element may be configured using the metadata 160.
도 5는 개시된 기술이 적용될 수 있는 데이터 웨어하우스를 이용한 데이터베이스 구축 방법의 일 실시예에 대한 블록도이고, 도 6은 도 5의 데이터베이스 구축 방법의 일 실시예에 대한 순서도이다.FIG. 5 is a block diagram of an embodiment of a database building method using a data warehouse to which the disclosed technology can be applied, and FIG. 6 is a flowchart of an embodiment of the database building method of FIG. 5.
도 5를 참조하면, 데이터 웨어하우스를 이용한 데이터베이스 구축 방법은 소스 데이터들 중 적어도 일부를 정제하여 ODS(Operational Data Store)를 구성하는 단계(단계 S510), ODS의 데이터들을 통합하고 연관관계를 가지는 데이터들 간에 참조 관계를 생성하여 DW(Data Warehouse)를 구성하는 단계(단계 S520), 분석을 위한 적어도 하나의 비즈니스 규칙을 구현하여 비즈니스 로직을 구성하는 단계(단계 S530) 및 적어도 하나의 비즈니스 규칙 중 어느 하나를 기초로 ODS(110) 또는 DW(120)의 데이터에 대하여 분석 주제별로 다차원 모델을 생성하여 데이터 마트를 구성하는 단계(단계 S510)를 포함한다.Referring to FIG. 5, in a method of constructing a database using a data warehouse, at least a part of source data is purified to form an operational data store (ODS) (step S510), data of which the data of the ODS are integrated and associated with each other. Creating a reference relationship between the data warehouse (DW) (step S520), implementing the at least one business rule for analysis to construct the business logic (step S530), and at least one of the business rules Comprising one step of generating a multi-dimensional model for each subject of analysis on the data of the ODS 110 or DW 120 based on one (step S510).
도 6을 참조하여 도 5의 데이터베이스 구축 방법에 대하여 더 상세히 설명하면, 소스 시스템으로부터 제공된 소스 데이터들을 기초로 ODS(110)를 구성한다(단계 S610). 단계 S610를 더 상세히 설명하면, 소스 데이터의 적어도 일부를 적재하고, 적재된 소스 데이터들 중 적어도 일부에 대하여 데이터의 정합성을 검증하여(정제,ETT)하여 ODS(110)를 구성할 수 있다. 여기에서, ETT란 소스 데이터를 추출(Extraction), 가공(Transformation) 또는 전송(Transportation) 중 적어도 하나 또는 이들을 결합하는 것을 의미한다. ETT의 구체적 수행 내용은 소스 시스템의 종류, 데이터의 추출 주기, 데이터의 양, 로딩 속도, 소스 데이터의 질, 과거 데이터의 형식, 사용자의 요구 조건, 소스 시스템의 역할에 따라 달라질 수 있다. ODS를 구성하는 단계 S610에서는 적재된 소스 데이터에 대하여 정합성을 판단하고 오류 데이터를 수정하는 정제 과정만으로 ETT가 수행될 수 있다. 6, the ODS 110 is configured based on the source data provided from the source system (step S610). Referring to step S610 in more detail, the ODS 110 may be configured by loading at least a portion of the source data and verifying the integrity of the data with respect to at least some of the loaded source data (refining or ETT). Here, the ETT refers to combining at least one of the extraction, transformation, or transportation of the source data. The specific contents of the ETT may vary depending on the type of the source system, the extraction cycle of the data, the amount of data, the loading speed, the quality of the source data, the format of the historical data, the requirements of the user, and the role of the source system. In the step S610 of configuring the ODS, the ETT may be performed only by a refinement process of determining the consistency of the loaded source data and correcting the error data.
ODS(110)가 구성되면, ODS(110)의 데이터들을 통합하고 연관관계를 가지는 데이터들 간에 참조 관계를 생성하여(ETT) DW(120)를 구성할 수 있다(단계 S620). 여기에서 수행되는 ETT는 ODS에 포함된 데이터들을 통합하고, 연관관계를 가지는 데이터들 간에 참조 관계를 생성하도록 가공하는 일련의 과정을 포함할 수 있다. 여기에서, 참조 관계는 개체 관계 (ER,Entity-Relationship) 모델로 구성될 수 있다. 일 실시예에서, DW(120)를 구성하는 단계 S620는 DW(120) 내의 어느 한 데이터(제1 데이터)에 대하여 (i) ODS(110)에 포함된 데이터와의 참조 관계를 생성하는 단계와, (ii) DW(120) 내의 데이터(제2 데이터)와의 참조 관계를 생성하는 단계를 포함할 수 있다. 다시 말해, DW(120)를 구성하는 어느 관계 모델을 생성할 때, 해당 데이터와 연관된 ODS(110) 내의 데이터에 대한 참조 뿐만 아니라, DW(120)의 다른 데이터와의 참조관계를 생성할 수 있다. 일 실시예에서, DW(120)를 구성하는 단계 S620는 DW(120)에 포함된 데이터들에 대하여 중복을 배제하기 위한 데이터 가공을 실시하는 단계를 더 포함할 수 있다. 중복된 데이터를 제거함으로써 데이터베이스 시스템(100) 전체의 성능을 향상시키고, 잘못된 참조(Spider Weg)을 방지할 수 있다. 일 실시예에서, 단계 S620에 의하여 생성된 DW(120)는 ODS(110)에 포함된 정제된 데이터의 키 구조를 그대로 이용하여 구성될 수 있다. 이러한 동일한 키 구조를 이용함으로써, 상호 간에 참조 관계가 이루어져도 데이터의 처리에 있어서 호환성을 가질 수 있게 된다.When the ODS 110 is configured, the DW 120 may be configured by integrating the data of the ODS 110 and generating a reference relationship between related data (ETT) (step S620). The ETT performed here may include a series of processes of integrating data included in the ODS and processing to generate a reference relationship between the data having an association. Here, the reference relationship may be configured as an entity-relationship (ER) model. In an embodiment, the step S620 of constructing the DW 120 may include: (i) generating a reference relationship with the data included in the ODS 110 for any data (first data) in the DW 120; and (ii) generating a reference relationship with data (second data) in DW 120. In other words, when generating a relation model constituting the DW 120, not only a reference to data in the ODS 110 associated with the corresponding data, but also a reference relation with other data of the DW 120 may be generated. . In an embodiment, the step S620 of configuring the DW 120 may further include performing data processing to exclude duplication of data included in the DW 120. By removing the duplicated data, the performance of the entire database system 100 may be improved, and a false reference may be prevented. In one embodiment, the DW 120 generated by step S620 may be configured using the key structure of the purified data included in the ODS 110 as it is. By using such a same key structure, even if a reference relationship is made between each other, compatibility in data processing can be achieved.
DW(120)가 구성되면, 분석을 위한 적어도 하나의 비즈니스 규칙을 구현하여 비즈니스 로직(130)을 구성할 수 있다(단계 S630). 일 실시예에서, 비즈니스 로직을 구성하는 단계(단계 S630)는 분석을 위한 적어도 하나의 비즈니스 규칙을 선택하고, 선택된 적어도 하나의 비즈니스 규칙에 대하여 중복 여부를 확인한 후, 중복되지 않은 비즈니스 규칙을 구현하여 수행될 수 있다. 즉, 비즈니스 로직(130)에 구현된 비즈니스 규칙은 중복성을 가지지 않는 것이 바람직하며, 실시예에 따라 이러한 중복을 검사, 제거하는 소정의 단계가 실시될 수 있다. 여기에서, 비즈니스 로직을 구성하는 단계 S630은 개시된 기술의 특유한 단계로서, 설명에서는 DW가 구성(단계 S620)된 후에 본 단계 S630을 설명하고 있으나 이는 설명의 편의를 위한 것으로서 비즈니스 로직을 구성하는 단계 S630은 데이터 마트를 구성하기 전이라면 어느 임의의 시점에서든 수행될 수 있다.Once the DW 120 is configured, the business logic 130 may be configured by implementing at least one business rule for analysis (step S630). In one embodiment, the step of configuring business logic (step S630) selects at least one business rule for analysis, checks for duplicates of at least one selected business rule, and then implements a non-overlapping business rule. Can be performed. That is, the business rules implemented in the business logic 130 preferably do not have redundancy, and according to an embodiment, predetermined steps of checking and removing such redundancy may be performed. Here, the step S630 of configuring the business logic is a unique step of the disclosed technology, and in the description, the step S630 is described after the DW is configured (step S620), but this is for convenience of description and the step S630 of configuring the business logic. May be performed at any point in time prior to configuring the data mart.
비즈니스 로직(130)이 구성되면, 비즈니스 로직(130)의 비즈니스 규칙 중 어느 하나를 기초로 ODS(110) 또는 DW(120)의 데이터에 대하여 분석 주제별로 다차원 모델을 생성하여 데이터 마트(140)를 구성할 수 있다(단계 S640). 여기에서, 데이터 마트(140)는 적어도 하나의 분석 주제별로 생성된 다차원 모델로서 구성될 수 있고, 분석 주제별로 생성된 다차원 모델은 ODS(110) 또는 DW(120)를 구성하는 데이터들을 이용하여 구성될 수 있다. When the business logic 130 is configured, the data mart 140 is generated by generating a multi-dimensional model for each analysis subject on the data of the ODS 110 or the DW 120 based on one of the business rules of the business logic 130. Can be configured (step S640). Here, the data mart 140 may be configured as a multi-dimensional model generated for at least one analysis subject, and the multi-dimensional model generated for each analysis subject is configured by using data constituting the ODS 110 or the DW 120. Can be.
일 실시예에서, 데이터 마트(140)를 구성하는 단계 S640는 비즈니스 로직(140)에서 비즈니스 규칙을 선택하는 단계와, 비즈니스 규칙을 기초로 ODS(110) 또는 DW(120) 중 적어도 하나의 데이터들을 분석 주제별로 다차원 모델을 구성하는 단계를 포함할 수 있다. In one embodiment, step S640 of configuring the data mart 140 selects a business rule in the business logic 140 and at least one of the data of the ODS 110 or the DW 120 based on the business rule. The method may include constructing a multidimensional model for each analysis subject.
일 실시예에서, 데이터 마트(140)를 구성하는 다차원 모델은 스타 스키마(Star Schema) 또는 스노우 플레이크 스키마(Snow Flake Schema)로 구성될 수 있다.In one embodiment, the multi-dimensional model constituting the data mart 140 may be composed of a star schema or a snow flake schema.
데이터 마트(140)가 구성되면, 데이터 마트(140)를 기초로 적어도 하나의 주제에 대하여 요약 테이블을 구성할 수 있다(단계 S650). When the data mart 140 is configured, a summary table may be configured on at least one subject based on the data mart 140 (step S650).
개시된 기술은 다음의 효과를 가질 수 있다. 다만, 특정 실시예가 다음의 효과를 전부 포함하여야 한다거나 다음의 효과만을 포함하여야 한다는 의미는 아니므로, 개시된 기술의 권리범위는 이에 의하여 제한되는 것으로 이해되어서는 아니 될 것이다.The disclosed technique can have the following effects. However, since a specific embodiment does not mean to include all of the following effects or only the following effects, it should not be understood that the scope of the disclosed technology is limited by this.
개시된 기술의 일 실시예에 따른 데이터베이스 시스템은 각 데이터 마트를 만들 때, 중복 개발하여야만 했던 비용을 줄일 수도 있고, 이러한 중복을 배제함으로서 오류의 가능성도 크게 낮출 수 있다. The database system according to an embodiment of the disclosed technology may reduce the cost of redundant development when creating each data mart, and greatly reduce the possibility of error by eliminating such duplication.
개시된 기술의 일 실시예에 따른 데이터베이스 시스템은 보다 유용한 데이터에 대한 접근성을 사용자에게 보장할 수 있다. 서로 관련된 데이터들의 집합으로 로직 데이터를 구성하고, 이들을 해결하고자 하는 문제(이슈)별로 데이터 마트의 각 모델을 구성할 수 있기 때문이다.A database system according to one embodiment of the disclosed technology can ensure a user access to more useful data. This is because the logic data may be composed of a set of related data, and each model of the data mart may be configured for each problem (issue) to be solved.
개시된 기술의 일 실시예에 따른 데이터베이스 시스템은 원천 데이터와 데이터 웨어하우스의 데이터 간의 일치성을 보장할 수 있다. ODS의 데이터를 구성함에 있어서, 데이터의 가공 부분을 최소화하여 실시하기 때문이다.A database system according to one embodiment of the disclosed technology may ensure consistency between the source data and the data of the data warehouse. This is because the processing of the data is minimized in constructing the data of the ODS.
개시된 기술의 일 실시예에 따른 데이터베이스 시스템은 원천 데이터 시스템의 변화에 둔감한 데이터 웨어하우스를 구축할 수 있다. 로직 데이터가 ODS와 데이터 마트 간의 완충 역할을 수행할 수 있기 때문이다.A database system according to one embodiment of the disclosed technology can build a data warehouse that is insensitive to changes in the source data system. This is because logic data can act as a buffer between the ODS and the data mart.
상기에서는 본 출원의 바람직한 실시예를 참조하여 설명하였지만, 해당 기술 분야의 숙련된 당업자는 하기의 특허 청구의 범위에 기재된 본 출원의 사상 및 영역으로부터 벗어나지 않는 범위 내에서 본 출원을 다양하게 수정 및 변경시킬 수 있음을 이해할 수 있을 것이다.Although described above with reference to the preferred embodiment of the present application, those skilled in the art various modifications and changes to the present application without departing from the spirit and scope of the present application described in the claims below I can understand that you can.

Claims (13)

  1. 적어도 하나의 소스 시스템으로부터 제공된 소스 데이터들을 기초로 데이터 웨어하우스를 생성하는 데이터베이스 구축 방법에 있어서,A database construction method for creating a data warehouse based on source data provided from at least one source system,
    상기 소스 데이터들 중 적어도 일부를 정제하여 ODS(Operational Data Store)를 구성하는 단계;Refining at least some of the source data to construct an Operational Data Store (ODS);
    상기 ODS의 데이터들을 통합하고 연관관계를 가지는 데이터들 간에 참조 관계를 생성하여 DW(Data Warehouse)를 구성하는 단계; Integrating data of the ODS and generating a reference relationship between related data to construct a data warehouse (DW);
    분석을 위한 적어도 하나의 비즈니스 규칙을 구현하여 비즈니스 로직을 구성하는 단계; 및Constructing business logic by implementing at least one business rule for analysis; And
    상기 적어도 하나의 비즈니스 규칙 중 어느 하나를 기초로 상기 ODS 또는 DW의 데이터에 대하여 분석 주제별로 다차원 모델을 생성하여 데이터 마트를 구성하는 단계를 포함하는 데이터 웨어하우스를 이용한 데이터베이스 구축 방법.And constructing a data mart by generating a multi-dimensional model for each analysis subject on the data of the ODS or the DW based on any one of the at least one business rule.
  2. 제1항에 있어서, 상기 ODS를 구성하는 단계는The method of claim 1, wherein configuring the ODS
    상기 소스 데이터들 중 적어도 일부를 적재하는 단계;Loading at least some of the source data;
    상기 적재된 소스 데이터들 중 적어도 일부에 대하여 데이터의 정합성을 검증하는 단계; 및 Verifying the consistency of data with respect to at least some of the loaded source data; And
    상기 정합성을 검증한 결과, 오류 데이터가 존재하면 해당 오류 데이터를 수정하는 단계를 포함하는 것을 특징으로 하는 데이터 웨어하우스를 이용한 데이터베이스 구축 방법.And if the error data exists, correcting the error data, as a result of verifying the consistency.
  3. 제1항에 있어서, 상기 DW를 구성하는 단계는The method of claim 1, wherein the step of constructing the DW
    상기 ODS에 포함된 적어도 하나의 정제된 데이터와의 참조 관계를 생성하는 단계; 및Creating a reference relationship with at least one purified data included in the ODS; And
    상기 DW 내의 데이터와의 참조 관계를 생성하는 단계를 포함하는 것을 특징으로 하는 데이터 웨어하우스를 이용한 데이터베이스 구축 방법.And generating a reference relationship with the data in the DW.
  4. 제3항에 있어서, 상기 DW를 구성하는 단계는The method of claim 3, wherein configuring the DW comprises:
    상기 DW에 포함된 데이터들에 대하여 중복된 데이터를 삭제 가공하는 단계를 더 포함하는 것을 특징으로 하는 데이터 웨어하우스를 이용한 데이터베이스 구축 방법. And deleting the duplicated data with respect to the data included in the DW.
  5. 제1항에 있어서, 상기 DW는The method of claim 1, wherein the DW
    상기 ODS에 적재된 데이터의 키 구조를 이용하는 것을 특징으로 하는 데이터 웨어하우스를 이용한 데이터베이스 구축 방법.And a key structure of the data loaded in the ODS.
  6. 제1항에 있어서, 상기 비즈니스 로직을 구성하는 단계는The method of claim 1, wherein configuring the business logic
    분석을 위한 적어도 하나의 비즈니스 규칙을 선택하는 단계; 및Selecting at least one business rule for analysis; And
    상기 선택된 적어도 하나의 비즈니스 규칙에 대하여 중복 여부를 확인하는 단계를 포함하는 것을 특징으로 하는 데이터 웨어하우스를 이용한 데이터베이스 구축 방법.And confirming whether or not the selected at least one business rule is a duplicate.
  7. 제1항에 있어서, 상기 데이터 마트를 구성하는 단계는The method of claim 1, wherein configuring the data mart
    상기 비즈니스 로직에서 비즈니스 규칙을 선택하는 단계; 및Selecting a business rule in the business logic; And
    상기 비즈니스 규칙을 기초로 상기 ODS 또는 상기 DW 중 적어도 하나의 데이터들을 분석 주제별로 다차원 모델을 구성하는 단계를 포함하는 것을 특징으로 하는 데이터 웨어하우스를 이용한 데이터베이스 구축 방법.And constructing a multi-dimensional model of at least one of the ODS or the DW based on the business rule based on the business rule.
  8. 제1항에 있어서, 상기 다차원 모델은The method of claim 1, wherein the multi-dimensional model
    스타 스키마(Star Schema) 또는 스노우 플레이크 스키마(Snow Flake Schema)로 구성되는 것을 특징으로 하는 데이터 웨어하우스를 이용한 데이터베이스 구축 방법.A method of building a database using a data warehouse, comprising a star schema or a snow flake schema.
  9. 제1항에 있어서, 상기 데이터 웨어하우스를 이용한 데이터베이스 구축 방법은The method of claim 1, wherein the database construction method using the data warehouse
    상기 데이터 마트를 기초로 요약 테이블을 구성하는 단계를 더 포함하는 것을 특징으로 하는 데이터 웨어하우스를 이용한 데이터베이스 구축 방법.And constructing a summary table based on the data mart.
  10. 적어도 하나의 소스 시스템으로부터 제공된 소스 데이터들을 기초로 구성된 데이터베이스 시스템에 있어서,A database system constructed based on source data provided from at least one source system,
    상기 소스 데이터들 중 적어도 일부를 정제하는 ODS(Operational Data Store);An Operational Data Store (ODS) that purifies at least some of the source data;
    상기 ODS의 데이터들을 통합하고 연관관계를 가지는 데이터들 간에 참조 관계를 생성하는 DW(Data Warehouse); A data warehouse (DW) for integrating data of the ODS and generating a reference relationship between the related data;
    분석을 위한 적어도 하나의 비즈니스 규칙을 관리하는 비즈니스 로직; 및Business logic for managing at least one business rule for analysis; And
    상기 적어도 하나의 비즈니스 규칙 중 어느 하나를 기초로 상기 ODS 또는 DW의 데이터들에 대하여 분석 주제별로 다차원 모델로 구성하는 데이터 마트를 포함하는 데이터 웨어하우스를 이용한 데이터베이스 시스템.A database system using a data warehouse including a data mart for constructing a multi-dimensional model for each analysis subject of the data of the ODS or DW based on any one of the at least one business rule.
  11. 제10항에 있어서, 상기 데이터 웨어하우스는11. The method of claim 10, wherein the data warehouse
    상기 분석 주제별로 상기 데이터 마트를 기초로 구성된 요약 테이블을 더 포함하는 것을 특징으로 하는 데이터 웨어하우스를 이용한 데이터베이스 시스템.And a summary table configured based on the data mart for each analysis subject.
  12. 제10항에 있어서, 상기 비즈니스 로직은11. The method of claim 10, wherein the business logic
    상기 분석을 위한 적어도 하나의 비즈니스 규칙을 중복없이 각각 구현하고, 구현된 적어도 하나의 비즈니스 규칙을 상기 데이터 마트에 제공하는 것을 특징으로 하는 데이터 웨어하우스를 이용한 데이터베이스 시스템.And implementing at least one business rule for the analysis without duplication, respectively, and providing the implemented at least one business rule to the data mart.
  13. 적어도 하나의 소스 시스템으로부터 생성되는 데이터베이스를 이용한 업무 시스템 구축 방법에 있어서,In the method of building a business system using a database generated from at least one source system,
    상기 적어도 하나의 소스 데이터들을 통합하고 연관관계를 생성하여 DW(Data Warehouse)를 구성하는 단계;Integrating the at least one source data and generating an association to construct a data warehouse (DW);
    분석을 위한 적어도 하나의 비즈니스 규칙에 따라 적어도 하나의 비즈니스 로직을 구성하는 단계; 및Constructing at least one business logic in accordance with at least one business rule for analysis; And
    상기 적어도 하나의 비즈니스 규칙 중 적어도 하나를 상기 비즈니스 로직에서 선택하고, 선택된 적어도 하나의 비즈니스 규칙을 이용하여 상기 DW의 데이터를 통합하여 다차원 모델링을 수행하여 데이터 마트를 구성하는 단계를 포함하는 데이터 웨어하우스를 이용한 업무 시스템 구축 방법.Selecting at least one of the at least one business rule from the business logic, and integrating the data of the DW using the selected at least one business rule to perform multidimensional modeling to construct a data mart How to build a business system using.
PCT/KR2012/004507 2011-06-07 2012-06-07 Method and system for building database using data warehouse WO2012169807A2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2011-0054503 2011-06-07
KR1020110054503A KR101253335B1 (en) 2011-06-07 2011-06-07 Method for constructing database based on warehouse and database system therof

Publications (2)

Publication Number Publication Date
WO2012169807A2 true WO2012169807A2 (en) 2012-12-13
WO2012169807A3 WO2012169807A3 (en) 2013-03-28

Family

ID=47296607

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2012/004507 WO2012169807A2 (en) 2011-06-07 2012-06-07 Method and system for building database using data warehouse

Country Status (2)

Country Link
KR (1) KR101253335B1 (en)
WO (1) WO2012169807A2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110807016A (en) * 2019-09-29 2020-02-18 北京淇瑀信息科技有限公司 Data warehouse construction method and device applied to financial business and electronic equipment
CN111104394A (en) * 2019-12-31 2020-05-05 新奥数能科技有限公司 Energy data warehouse system construction method and device
CN111159154A (en) * 2019-12-31 2020-05-15 新奥数能科技有限公司 Energy data warehouse system
CN111367989A (en) * 2020-06-01 2020-07-03 北京江融信科技有限公司 Real-time data index calculation system and method
CN112612778A (en) * 2020-12-25 2021-04-06 上海航空工业(集团) 有限公司 Enterprise data architecture method

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101508068B1 (en) * 2013-11-19 2015-04-07 중소기업은행 Apparatus and method for data de-duplication

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010084166A (en) * 2000-02-24 2001-09-06 이태균 System and method for providing customer relationship management solution based on internet
JP2003150594A (en) * 2001-11-12 2003-05-23 Hitachi Ltd Data warehouse system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010084166A (en) * 2000-02-24 2001-09-06 이태균 System and method for providing customer relationship management solution based on internet
JP2003150594A (en) * 2001-11-12 2003-05-23 Hitachi Ltd Data warehouse system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
CHOI, CHEOL MIN.: 'Design and implementation of Data WareHouse-based for the Efficient Analysis of Data' GRADUATE SCHOOL OF ENGINEERING & TECHNOLOGY August 2007, *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110807016A (en) * 2019-09-29 2020-02-18 北京淇瑀信息科技有限公司 Data warehouse construction method and device applied to financial business and electronic equipment
CN111104394A (en) * 2019-12-31 2020-05-05 新奥数能科技有限公司 Energy data warehouse system construction method and device
CN111159154A (en) * 2019-12-31 2020-05-15 新奥数能科技有限公司 Energy data warehouse system
CN111367989A (en) * 2020-06-01 2020-07-03 北京江融信科技有限公司 Real-time data index calculation system and method
CN111367989B (en) * 2020-06-01 2020-08-28 北京江融信科技有限公司 Real-time data index calculation system and method
CN112612778A (en) * 2020-12-25 2021-04-06 上海航空工业(集团) 有限公司 Enterprise data architecture method
CN112612778B (en) * 2020-12-25 2024-05-07 上海航空工业(集团)有限公司 Enterprise data architecture method

Also Published As

Publication number Publication date
WO2012169807A3 (en) 2013-03-28
KR20120135665A (en) 2012-12-17
KR101253335B1 (en) 2013-04-10

Similar Documents

Publication Publication Date Title
WO2012169807A2 (en) Method and system for building database using data warehouse
TW498201B (en) System and method for generating year 2000 test cases
CN1713179B (en) Impact analysis in an object model
US20110004622A1 (en) Method and apparatus for gathering and organizing information pertaining to an entity
US20060218160A1 (en) Change control management of XML documents
US7418449B2 (en) System and method for efficient enrichment of business data
US20120159333A1 (en) Representation of an interactive document as a graph of entities
CN107506451A (en) abnormal information monitoring method and device for data interaction
CN103890709A (en) Cache based key-value store mapping and replication
US20070239653A1 (en) User interface morph based on permissions
CN105144080A (en) System for metadata management
WO2006026659A2 (en) Services oriented architecture for data integration services
US7113951B2 (en) Method and system for detecting tables to be modified
US20200364183A1 (en) Device and method for managing ledger data on blockchain
US8756205B2 (en) System and method for rule-based data object matching
CN112579586A (en) Data processing method, device, equipment and storage medium
CN101770469A (en) Page based data query method and system thereof
Challawala et al. MySQL 8 for Big Data: Effective Data Processing with MySQL 8, Hadoop, NoSQL APIs, and Other Big Data Tools
CN109376063A (en) A kind of blog search method and apparatus, storage medium
US20100161676A1 (en) Lifecycle management and consistency checking of object models using application platform tools
CN113962597A (en) Data analysis method and device, electronic equipment and storage medium
CN109544392B (en) Method, system, device and medium for insurance order processing
CN110889013A (en) Data association method, device, server and storage medium based on XML
US20230044288A1 (en) Computer implemented system and method of enrichment of data for digital product definition in a heterogenous environment
US8515955B2 (en) Analyzing XML data

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12797382

Country of ref document: EP

Kind code of ref document: A2

NENP Non-entry into the national phase in:

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 28/03/2014)

122 Ep: pct application non-entry in european phase

Ref document number: 12797382

Country of ref document: EP

Kind code of ref document: A2