KR102358735B1 - The data relation generating system for graph database - Google Patents

The data relation generating system for graph database Download PDF

Info

Publication number
KR102358735B1
KR102358735B1 KR1020190155146A KR20190155146A KR102358735B1 KR 102358735 B1 KR102358735 B1 KR 102358735B1 KR 1020190155146 A KR1020190155146 A KR 1020190155146A KR 20190155146 A KR20190155146 A KR 20190155146A KR 102358735 B1 KR102358735 B1 KR 102358735B1
Authority
KR
South Korea
Prior art keywords
data
database
field
graph
user interface
Prior art date
Application number
KR1020190155146A
Other languages
Korean (ko)
Other versions
KR20210066200A (en
Inventor
김하영
강준성
임병수
이석원
Original Assignee
주식회사 와이즈넛
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 주식회사 와이즈넛 filed Critical 주식회사 와이즈넛
Priority to KR1020190155146A priority Critical patent/KR102358735B1/en
Publication of KR20210066200A publication Critical patent/KR20210066200A/en
Application granted granted Critical
Publication of KR102358735B1 publication Critical patent/KR102358735B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9024Graphs; Linked lists
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (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)
  • User Interface Of Digital Computer (AREA)

Abstract

본 발명은 그래프 데이터베이스에서 데이터 연관관계 생성 시스템과 그래프 데이터베이스에서 데이터 연관관계 생성하는 사용자 인터페이스 방법에 관합니다.
본 발명은 사용자 인터페이스를 통해 실시간으로 주어지는 사용자의 요청을 바탕으로 필드간 연관성을 설정하고, 설정된 필드간 연관 관계를 분석합니다. 그리고 데이터들의 연결 정보를 추출한 후 그래프 데이터베이스화 시켜주는 시스템 및 방법입니다. 사용자는 시스템에서 제공한 메타데이터를 통해 드래그앤드롭으로 간편하게 데이터 연관 쿼리를 만들 수 있고, 이 쿼리를 기반으로 데이터 연결 관계를 추출하여 그래프 형태의 데이터 결과를 생성할 수 있습니다.
The present invention relates to a system for generating data associations in a graph database and a user interface method for generating data associations in a graph database.
The present invention establishes a correlation between fields based on a user's request given in real time through a user interface, and analyzes the correlation between the established fields. And it is a system and method that extracts connection information of data and turns it into a graph database. Users can easily create data correlation queries by drag and drop through the metadata provided by the system, and extract data connection relationships based on the query to generate data results in the form of graphs.

Figure 112019122769641-pat00006
Figure 112019122769641-pat00006

Description

그래프 데이터베이스에서 데이터 연관관계 생성 시스템{THE DATA RELATION GENERATING SYSTEM FOR GRAPH DATABASE}Data Relations Generation System in Graph Database

본 발명은 그래프 데이터베이스 기술에 관한다.The present invention relates to graph database technology.

이른바 4차 산업혁명 시대를 맞이하여 빅데이터, 인공지능, 머신러닝 등 컴퓨팅 환경의 변화는 데이터 활용의 패러다임을 바꿔놓았다. 과거에는 데이터 통계 분석을 통한 객관적인 정보 파악이 중요했다. 그러나 오늘날 데이터 간의 관계 분석과 그 관계 분석의 시각화를 통해 더 직관적으로 숨겨진 의미를 찾고 이를 통해 더 용이하게 추론할 수 있는 시스템이 요구되고 있다. 이런 요구에 그래프 데이터베이스 솔루션이 주목을 받는다. In the era of the so-called 4th industrial revolution, changes in the computing environment such as big data, artificial intelligence, and machine learning have changed the paradigm of data utilization. In the past, it was important to obtain objective information through statistical analysis of data. However, there is a need for a system that can more intuitively find hidden meanings through relationship analysis between data and visualization of the relationship analysis and make inferences more easily through it. Graph database solutions are attracting attention in response to these needs.

그래프 데이터베이스는 기본적으로 그래프 데이터를 저장하기 위한 저장소와, 그래프 데이터를 실시간 처리하기 위한 그래프 프로세싱 엔진과 그래프 데이터를 효율적으로 저장하고 처리하기 위하여 지원되는 언어로 이루어져 있다. 이러한 구성의 그래프 데이터베이스는 데이터 간 관계 중심의 표현 및 처리가 중요한 모든 업무에 활용이 가능하다. 기존 관계형 데이터베이스 환경에서는 구매, 인적 정보 등 각종 데이터를 표의 형태로 저장한 후 별도의 데이터 시각화 기술을 통해 이를 그래프화하여 분석한 반면, 그래프 데이터베이스 솔루션에서는 데이터 자체를 점과 선의 그래프 형태로 저장하고, 선을 따라 특정 패턴과 이상 현상을 빠르게 추적할 수 있으며 이를 시각화함으로써 분석을 용이하게 한 것이 특징이다. 이를 통해 사용 기업은 데이터의 상관 관계를 보다 직관적으로 빠르게 분석할 수 있다.A graph database basically consists of a storage for storing graph data, a graph processing engine for real-time processing of graph data, and a supported language for efficiently storing and processing graph data. The graph database of this configuration can be used for all tasks where expression and processing based on relationships between data are important. In the existing relational database environment, various data such as purchase and human information are stored in the form of a table and then graphed and analyzed through a separate data visualization technology, whereas in a graph database solution, the data itself is stored in the form of a graph of points and lines, Specific patterns and anomalies can be quickly traced along a line, and analysis is facilitated by visualizing them. Through this, the user company can analyze the correlation of data more intuitively and quickly.

그러나 사용자는 각 데이터베이스와 관련된 쿼리를 익혀야 하기 때문에 사용성에 관한 진입 장벽이 존재한다. However, there is an entry barrier for usability because users have to learn the queries related to each database.

본 발명의 발명자들은 위와 같은 문제를 해결하기 위하여 연구하고 노력하였다. 그런 노력의 일환으로 과학기술정보통신부의 국가연구개발사업에 참여하여 연구 개발을 지속한 끝에 그 성과로서 본 발명을 완성하기에 이르렀다.The inventors of the present invention have researched and made efforts to solve the above problems. As part of such an effort, the Ministry of Science and ICT participated in the national R&D project and continued research and development, and ended up completing the present invention as a result.

본 발명의 목적은 데이터 분석가(데이터 사이언스 전문가인 이들 데이터 분석가가 본 명세서에서 "사용자"로 언급된다)가 데이터간 관계를 추적하기 쉽도록 메타데이터를 바탕으로 데이터간 릴레이션(relation)을 설정함으로써 연관관계를 제공하는 데 있다. 특히 본 발명에서는 사용자가 간편하게 드래그앤드롭 방식으로 쿼리를 생성할 수 있고, 사용자 요청과 관련된 맞춤형 그래프 형태 연관관계를 볼 수 있도록 한다. 이때 사용자가 드래그앤드롭 방식으로 생성하는 필드간 연관 관계를 바탕으로 연관성이 있는 데이터를 추출해내어 그래프 형태 데이터를 생성한다. It is an object of the present invention to make associations by establishing relationships between data based on metadata so that data analysts (these data analysts who are data science experts are referred to herein as "users") can easily track relationships between data. It's about providing a relationship. In particular, in the present invention, a user can easily create a query using a drag-and-drop method, and can view a relationship in a customized graph form related to a user request. At this time, data in graph form is generated by extracting related data based on the correlation between fields created by the user in a drag-and-drop method.

본 발명이 데이터 시스템은 데이터간 연관 관계 설정을 돕기 위해, 추출한 메타 데이터 정보를 사용자 인터페이스에 표출한다. 테이블에서 추출한 메타 정보에는 데이터가 생성된 시간, 저장된 위치, 데이터 타입 등이 해당되며, 사용자는 이 메타데이터 정보를 바탕으로 필드간 연관관계를 설정할 수 있다.The data system according to the present invention displays extracted metadata information on a user interface to help establish a correlation between data. Meta information extracted from the table includes data creation time, storage location, data type, etc., and the user can set the correlation between fields based on this metadata information.

한편, 본 발명의 명시되지 않은 또 다른 목적들은 하기의 상세한 설명 및 그 효과로부터 용이하게 추론할 수 있는 범위 내에서 추가적으로 고려될 것이다.On the other hand, other objects not specified in the present invention will be additionally considered within the range that can be easily inferred from the following detailed description and effects thereof.

위와 같은 과제를 달성하기 위해 본 발명의 제1국면은 그래프 데이터베이스에서 데이터 연관관계를 생성하는 사용자 인터페이스 방법으로서:In order to achieve the above object, a first aspect of the present invention is a user interface method for creating a data relation in a graph database:

데이터를 저장하는 항목인 필드가 복수로 구성된 복수의 테이블의 집합으로 만들어진 데이터베이스에, 사용자 컴퓨터 단말이 액세스하면, 사용자 컴퓨터 단말의 사용자 인터페이스를 통해 제1데이터베이스 테이블 및 하나 이상의 제2데이터베이스 테이블, 상기 제1데이터베이스 테이블에 포함되는 복수의 필드와 상기 제2데이터베이스 테이블에 포함되는 복수의 필드, 그리고 상기 데이터베이스들에 대한 메타데이터를 표시되고,When a user computer terminal accesses a database made of a set of a plurality of tables having a field, which is an item for storing data, a first database table and one or more second database tables, the first database table and one or more second database tables through the user interface of the user computer terminal. a plurality of fields included in the first database table, a plurality of fields included in the second database table, and metadata for the databases are displayed;

상기 사용자 컴퓨터 단말의 입력수단이 상기 사용자 인터페이스에서 상기 제1데이터베이스 테이블의 특정 필드를 선택해서 상기 제2데이터베이스 테이블의 특정 필드로 드래그앤드롭을 하거나 또는 상기 제2데이터베이스 테이블의 특정 필드를 선택해서 상기 제1데이터베이스 테이블의 특정 필드로 드래그앤드롭을 하면, 이 드래그앤드롭 이벤트에 대응하는 연관관계 쿼리가 자동으로 생성되도록 하는 단계를 포함하며,The input means of the user computer terminal selects a specific field of the first database table from the user interface and drags and drops it to a specific field of the second database table, or selects a specific field of the second database table and selects the When dragging and dropping to a specific field of the first database table, a step of automatically generating an affinity query corresponding to the drag and drop event;

상기 연관관계 쿼리에 대응하는 데이터를 데이터베이스에서 수집하여 수집한 데이터를 그래프 형태 데이터로 변환하여 시각화하는 것을 특징으로 한다.It is characterized in that the data corresponding to the correlation query is collected from the database, and the collected data is converted into graph data and visualized.

본 발명의 바람직한 어느 실시예에 따른 그래프 데이터베이스에서 데이터 연관관계를 생성하는 사용자 인터페이스 방법에 있어서, 상기 사용자 컴퓨터 단말의 입력수단의 인디케이터가 상기 제1데이터베이스 테이블의 필드 또는 상기 제2데이터베이스 테이블의 필드에 위치하면, 상기 필드의 메타데이터를 시각화하는 것이 좋다.In the user interface method for generating data correlation in a graph database according to a preferred embodiment of the present invention, an indicator of the input means of the user computer terminal is placed in a field of the first database table or a field of the second database table. Once located, it is good to visualize the metadata of the field.

또한, 본 발명의 바람직한 어느 실시예에 따른 그래프 데이터베이스에서 데이터 연관관계를 생성하는 사용자 인터페이스 방법에 있어서, 상기 사용자 인터페이스는 릴레이션 설정 화면과 테이블 뷰 화면을 포함하며, 상기 테이블 뷰 화면에서 상기 드래그앤드롭 이벤트가 일어나며, 상기 릴레이션 설정 화면에서의 설정 이벤트에 따라 상기 드래그앤드롭 이벤트로 생성되는 상기 데이터 연관관계에 대응하는 그래프 형태 데이터의 릴레이션이 정해지도록 하는 것이 좋다.In addition, in the user interface method for creating a data correlation relationship in a graph database according to a preferred embodiment of the present invention, the user interface includes a relation setting screen and a table view screen, and the drag and drop in the table view screen It is preferable that an event occurs, and a relation of graph-type data corresponding to the data correlation generated by the drag-and-drop event is determined according to a setting event on the relation setting screen.

본 발명의 바람직한 제2국면은 그래프 데이터베이스에서 데이터 연관관계 생성 시스템으로서, 데이터베이스에 액세스한 사용자 컴퓨터 단말의 사용자 인터페이스에서 입력수단이 서로 다른 데이터베이스 테이블의 필드를 드래그앤드롭 이벤트로 데이터 연관 쿼리를 생성하는 경우에:A second preferred aspect of the present invention is a data relation creation system in a graph database, in which input means in a user interface of a user computer terminal accessing the database creates a data relation query by drag-and-drop events on fields of different database tables. If the:

메타데이터 생성 모듈이 데이터베이스 테이블에 대한 메타데이터를 생성하여 사용자 인터페이스로 표시되도록 하고,causes the metadata generation module to generate metadata for the database tables and display them in the user interface;

데이터 수집 모듈이 상기 데이터베이스에 접근해서 상기 드래그앤드롭 이벤트에서 선택한 필드에 저장된 데이터를 선택하여 수집하고,The data collection module accesses the database and selects and collects data stored in the field selected in the drag-and-drop event,

그래프 생성 모듈이 상기 데이터 수집 모듈이 수집한 데이터를 그래프 형태의 데이터로 변환하여 상기 사용자 인터페이스로 시각화하는 것을 포함하는 것을 특징으로 한다. It characterized in that the graph generating module converts the data collected by the data collection module into graph data and visualizes it with the user interface.

본 발명의 바람직한 어느 실시예에 따른 그래프 데이터베이스에서 데이터 연관관계 생성 시스템에 있어서, 상기 사용자 컴퓨터 단말의 입력수단의 인디케이터가 상기 데이터베이스 테이블의 어떤 필드에 위치하면, 해당 필드의 메타데이터를 시각화하는 것이 좋다.In the data correlation generating system in the graph database according to a preferred embodiment of the present invention, if the indicator of the input means of the user computer terminal is located in a certain field of the database table, it is good to visualize the metadata of the corresponding field .

또한, 본 발명의 바람직한 어느 실시예에 따른 그래프 데이터베이스에서 데이터 연관관계 생성 시스템에 있어서, 상기 사용자 인터페이스는 릴레이션 설정 화면과 테이블 뷰 화면을 포함하며, 상기 테이블 뷰 화면에서 상기 드래그앤드롭 이벤트가 일어나며, 상기 릴레이션 설정 화면에서의 설정 이벤트에 따라 상기 드래그앤드롭 이벤트로 생성되는 상기 데이터 연관관계에 대응하는 그래프 형태 데이터의 릴레이션이 정해지도록 하는 것이 좋다.In addition, in the data correlation creation system in the graph database according to a preferred embodiment of the present invention, the user interface includes a relation setting screen and a table view screen, and the drag-and-drop event occurs in the table view screen, It is preferable that a relation of graph-type data corresponding to the data correlation generated by the drag-and-drop event is determined according to a setting event on the relation setting screen.

본 발명에 따르면 사용자가 데이터베이스의 사용자 인터페이스에서 드래그앤드롭으로 쿼리를 생성함으로써 각 데이터베이스와 관련된 쿼리를 익혀야 했던 사용성에 관한 진입 장벽을 낮출 수 있는 장점이 있다. 또한 그 결과를 그래프 형태로 받기 때문에 데이터간 연관 관계 파악을 쉽게 할 수 있다.According to the present invention, there is an advantage in that it is possible to lower the barrier to entry regarding usability, in which a user has to learn a query related to each database by dragging and dropping a query from the user interface of the database. In addition, since the result is received in the form of a graph, it is easy to understand the relationship between data.

한편, 여기에서 명시적으로 언급되지 않은 효과라 하더라도, 본 발명의 기술적 특징에 의해 기대되는 이하의 명세서에서 기재된 효과 및 그 잠정적인 효과는 본 발명의 명세서에 기재된 것과 같이 취급됨을 첨언한다.On the other hand, even if it is an effect not explicitly mentioned herein, it is added that the effects described in the following specification expected by the technical features of the present invention and their potential effects are treated as described in the specification of the present invention.

도 1은 본 발명에서 사용하는 그래프 자료 구조의 구성 예를 개념적으로 나타낸다.
도 2는 도 1의 릴레이션에 따라 구성되는 인접 리스트의 구성 예를 개략적으로 나타낸다.
도 3은 본 발명의 데이터베이스 구조의 구성 예를 나타낸다.
도 4는 본 발명의 바람직한 어느 실시예에 따른 데이터 연관관계 생성 시스템의 구성을 개략적으로 나타낸다.
도 5는 본 발명의 바람직한 어느 실시예에 따른 데이터 연관관계 생성 방법의 전체적인 구성 예를 개략적으로 나타낸다.
도 6은 본 발명의 바람직한 어느 실시예에 따른 데이터 연관관계 생성 시스템의 구성을 설명하는 시나리오를 나타낸다.
도 7은 본 발명의 바람직한 어느 실시예에 따른 데이터 연관관계 생성 시스템에서 사용자 인터페이스(200)의 구성 예를 나타낸다.
도 8은 본 발명의 바람직한 다른 실시예에 따른 데이터 연관관계 생성 시스템에서 데이터베이스와 데이터 연관관계 생성 모듈과의 관계를 개략적으로 나타내는 도면이다.
※ 첨부된 도면은 본 발명의 기술사상에 대한 이해를 위하여 참조로서 예시된 것임을 밝히며, 그것에 의해 본 발명의 권리범위가 제한되지는 아니한다.
1 conceptually shows a configuration example of a graph data structure used in the present invention.
FIG. 2 schematically shows a configuration example of a neighbor list configured according to the relation of FIG. 1 .
3 shows a configuration example of the database structure of the present invention.
4 schematically shows the configuration of a system for generating data associations according to a preferred embodiment of the present invention.
5 schematically shows an overall configuration example of a method for generating data associations according to a preferred embodiment of the present invention.
6 shows a scenario for explaining the configuration of a data association relationship generating system according to a preferred embodiment of the present invention.
7 shows an example of the configuration of the user interface 200 in the system for generating data associations according to a preferred embodiment of the present invention.
8 is a diagram schematically illustrating a relationship between a database and a data relationship creation module in a data relationship creation system according to another preferred embodiment of the present invention.
※ It is revealed that the accompanying drawings are exemplified as a reference for understanding the technical idea of the present invention, and the scope of the present invention is not limited thereby.

이하, 도면을 참조하여 본 발명의 다양한 실시예가 안내하는 본 발명의 구성과 그 구성으로부터 비롯되는 효과에 대해 살펴본다. 본 발명을 설명함에 있어서 관련된 공지기능에 대하여 이 분야의 기술자에게 자명한 사항으로서 본 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우에는 그 상세한 설명을 생략한다.Hereinafter, the configuration of the present invention guided by various embodiments of the present invention and effects resulting from the configuration will be described with reference to the drawings. In the description of the present invention, if it is determined that related known functions are obvious to those skilled in the art and may unnecessarily obscure the gist of the present invention, the detailed description thereof will be omitted.

그래프 자료 구조는 정점(Vertex 또는 Node)과 정점 사이를 잇는 간선(Edge 또는 Relation)으로 이루어진 데이터 구조이다. 데이터간 관계망을 파악하기 쉽고 분석을 위한 시각화에 용이하다. 그래프는 정점과 간선의 집합으로 표현할 수 있으므로 G(V, E)로 표현한다. A graph data structure is a data structure composed of vertices (vertex or nodes) and edges (edges or relations) connecting vertices. It is easy to understand the relational network between data and it is easy to visualize for analysis. Since a graph can be expressed as a set of vertices and edges, it is expressed as G(V, E).

도 1 및 도 2는 본 발명에서 데이터베이스를 그래프 형태의 데이터로 표현하는 그래프 자료 구조를 개념적으로 설명한다. 이러한 그래프의 구성요소는 도 1에 나타난 바와 같이 정점과 간선을 포함한다. 정점(1, 2, 3, 4)은 그래프에 저장하고자 하는 데이터를 나타낸다. 정점을 연결하는 선을 의미하는 간선(10, 20, 30, 40)은 데이터간 관계를 나타낸다. 1 and 2 conceptually explain a graph data structure in which the database is expressed as graph data in the present invention. The elements of this graph include vertices and edges as shown in FIG. 1 . Vertices (1, 2, 3, 4) represent data to be stored in the graph. Edges 10, 20, 30, and 40, which mean lines connecting vertices, represent relationships between data.

이들 정점(1, 2, 3, 4)과 간선(10, 20, 30, 40)의 도 1에 나타낸 표현을 통해 인접 리스트(Adjacent List)를 도 2와 같이 표현할 수 있다. 도 2의 인접 리스트는 어느 노드들이 어떤 연관관계로 연결되어 있는지를 저장한다. 노드 간 인접한 관계를 표현하는 인접 리스트를 통해 그래프를 저장하고 탐색할 수 있다. An Adjacent List can be expressed as shown in FIG. 2 through the expressions shown in FIG. 1 of these vertices 1, 2, 3, and 4 and the edges 10, 20, 30, and 40. As shown in FIG. The neighbor list of FIG. 2 stores which nodes are connected by which relation. Graphs can be stored and searched through adjacency lists that express adjacency relationships between nodes.

한편 본 발명에서는 데이터베이스 시스템이 제공하는 메타데이터(Metadata)를 사용자가 데이터 연관 쿼리를 만들 수 있도록 구성된다. 메타데이터는 데이터에 관한 구조화된 데이터로, 데이터를 설명해 주는 데이터이다. 메타데이터는 속성정보라고 볼 수 있는데 데이터를 식별할 수 있는 데이터 요소들로 구성된다. 예를 들어 데이터를 생성한 Date(날짜), Type(자료 유형), Format(표현 형식), Identifier(식별자), Availability(유효성) 등이 해당된다. 그리고 이러한 메타데이터의 속성을 이용하면 사용자는 자기가 원하는 특정 데이터를 쉽게 찾아낼 수 있다.Meanwhile, in the present invention, a user can make a data-related query using metadata provided by the database system. Metadata is structured data about data, and is data that describes data. Metadata can be viewed as attribute information and consists of data elements that can identify data. For example, Date, Type, Format, Identifier, Availability, etc. that created the data are applicable. And, by using the properties of such metadata, users can easily find specific data they want.

도 3은 본 발명의 바람직한 어느 실시예에 따른 데이터베이스(50)의 구성 예를 개략적으로 나타낸다. 데이터베이스는 관련성 있는 자료들의 집합체이다. 한 데이터베이스(50) 안에는 여러 테이블(51, 52, 53)이 존재할 수 있으므로 테이블(51, 52, 53)의 집합으로 표시할 수 있다.3 schematically shows a configuration example of a database 50 according to a preferred embodiment of the present invention. A database is a collection of related data. Since several tables 51 , 52 , 53 may exist in one database 50 , they may be displayed as a set of tables 51 , 52 , 53 .

본 발명에서 데이터베이스는 필드(Field: 51a), 레코드(Record: 51b), 테이블(Table: 51, 52, 53)으로 구성된다. 필드(51a)는 데이터를 저장하기 위한 항목이며, 레코드(51b)는 테이블에 저장된 각 행(row)이며, 테이블(51, 52, 53)은 필드로 구성된 데이터의 집합체로 기능한다.In the present invention, the database is composed of fields (Field: 51a), records (Record: 51b), and tables (Tables: 51, 52, 53). A field 51a is an item for storing data, a record 51b is each row stored in a table, and the tables 51, 52, and 53 function as an aggregate of data composed of fields.

도 4는 본 발명의 바람직한 어느 실시예에 따른 데이터베이스 연관관계 생성 시스템 구성을 개략적으로 나타낸다. 이 시스템은 데이터베이스(50), 데이터 연관관계 생성 모듈(100) 및 사용자 인터페이스(200)를 포함한다. 그리고 이 시스템을 관리하고 처리하는 프로세서는 서버에 설치된다. 서버는 하나 이상의 하드웨어/소프트웨어 장비로 구성되는데, 사용자 컴퓨터 단말이 서버에 접속하여 데이터베이스(50)에 액세스하게 되는데, 그때 사용자 인터페이스(200)가 데이터베이스 화면으로 사용자 컴퓨터 단말의 디스플레이에 표시된다.4 schematically shows the configuration of a database association relationship creation system according to a preferred embodiment of the present invention. The system includes a database 50 , a data association creation module 100 , and a user interface 200 . And the processor that manages and processes this system is installed in the server. The server is composed of one or more hardware/software equipment, and the user computer terminal accesses the server to access the database 50 , and then the user interface 200 is displayed on the display of the user computer terminal as a database screen.

사용자 인터페이스(200)는 데이터베이스에 저장된 테이블 목록, 필드 내용, 메타데이터를 미리 설정된 화면 구성으로 표출한다. 후술하는 바와 같이 사용자 컴퓨터 단말의 입력수단이 화면으로 표시되는 메타데이터 정보를 바탕으로 연관 분석을 원하는 테이블의 필드끼리 드래그앤드롭으로 연결하여 데이터 연관 쿼리를 완성할 것이다. The user interface 200 displays the table list, field contents, and metadata stored in the database in a preset screen configuration. As will be described later, based on the metadata information displayed on the screen by the input means of the user's computer terminal, the fields of the table for which the correlation analysis is desired are connected by drag and drop to complete the data correlation query.

데이터 연관관계 생성 모듈(100)은 메타데이터 생성 모듈(110), 데이터 수집 모듈(120) 및 그래프 데이터 생성 모듈(13)을 포함한다. The data correlation generation module 100 includes a metadata generation module 110 , a data collection module 120 , and a graph data generation module 13 .

메타데이터 생성 모듈(110)은 데이터베이스 테이블에 대한 메타데이터를 생성하는 모듈이다. 데이터가 생성된 시각, 저장 위치(ip, 경로 등), 그리고 데이터 타입 및 범위가 포함될 수 있다.The metadata generation module 110 is a module that generates metadata for a database table. This can include the time the data was created, the storage location (ip, path, etc.), and the data type and scope.

데이터 수집 모듈(120)은 사용자가 선택한 필드에 저장된 데이터를 데이터베이스(50)에서 선택해서 수집한다. 이 데이터 수집 모듈(120)은 데이터베이스에 접근할 수 있는 데이터베이스 커넥터 및 SQL 쿼리를 포함한다.The data collection module 120 selects and collects data stored in the field selected by the user from the database 50 . This data collection module 120 includes a database connector and SQL query that can access the database.

그래프 데이터 생성 모듈(130)은 수집한 데이터를 그래프 형태의 데이터로 변환한다.The graph data generation module 130 converts the collected data into graph data.

데이터 수집 모듈(120)에서 선택적으로 수집해 온 데이터 중에서 간선(relation: <-->)으로 묶인 필드 값이 연관관계 쿼리로 설정한 범위와 일치하면 남기고, 나머지 레코드 데이터는 삭제한다. 정점(Node), 간선(Relation) 및 인접 리스트(Adjacent List)는 다음과 같이 처리한다.Among the data selectively collected by the data collection module 120, if the field value bounded by a relation: <--> matches the range set by the correlation query, it is left and the remaining record data is deleted. Vertex, Relation, and Adjacent List are processed as follows.

- Node: 테이블에 저장된 record 데이터는 그래프의 node 로 저장하고 고유한 id를 부여한다.- Node: The record data stored in the table is saved as a node of the graph and a unique ID is given.

- Relation : 사용자가 요청한 연관관계는 그래프의 relation 으로 지정하고 고유한 id를 부여한다.- Relation: The relation requested by the user is designated as a relation in the graph and a unique id is given.

- Adjacent List : 데이터 수집 모듈(120)에서 찾은 연관관계를 인접리스트에 저장한다.- Adjacent List: The association found in the data collection module 120 is stored in the adjacency list.

도시 예에서는 데이터베이스(50)가 3개의 데이터베이스를 제시하고 있으나, 이는 설명의 편의를 위한 것이다. 더 적은 데이터베이스 구성도 가능하며, 또한 더 많은 데이터베이스가 구성될 수 있음은 물론이다. 본 명세서에서는 복수의 데이터베이스를 "제1데이터베이스"와 제2데이터베이스"로 분류하기로 한다. 이는 본 발명의 기술 구성이 그렇게 분류하는 절차를 포함한다는 게 아니라, 본 발명의 기술사상을 더 명확히 이해되도록 하기 위해 개념적으로 분류한 것이다. 제2데이터베이스는 제1데이터베이스가 아닌 하나 이상의 데이터베이스를 뜻한다. 전술한 바와 같은 필드, 레코드, 테이블로 구성되는 데이터베이스 구조는 동일하다. 예컨대 도시 예에서 데이터베이스 1(59)를 제1데이터베이스로 분류할 수 있다. 그렇다면 나머지 데이터베이스 2(58)와 데이터베이스 3(57)는 제2데이터베이스가 된다. In the illustrated example, the database 50 presents three databases, but this is for convenience of description. It goes without saying that fewer databases can be configured, and more databases can be configured. In this specification, a plurality of databases will be classified into “a first database” and a “second database.” This is not to say that the technical configuration of the present invention does not include the classification procedure, but in order to better understand the technical idea of the present invention. The second database refers to one or more databases other than the first database. The database structure consisting of fields, records, and tables as described above is the same. For example, in the example shown, database 1 (59 ) can be classified as the first database, then the remaining databases 2 (58) and 3 (57) become the second database.

사용자 컴퓨터 단말의 입력수단이 사용자 인터페이스(200)에서 제1데이터베이스(59) 테이블의 특정 필드를 선택해서 제2데이터베이스(58 또는 57) 테이블의 특정 필드로 드래그앤드롭(drag & drop)을 하거나, 혹은 제2데이터베이스(58 또는 57) 테이블의 특정 필드를 선택해서 제1데이터베이스(59) 테이블의 특정 필드로 드래그앤드롭을 하면, 이 드래그앤드롭 이벤트에 대응하는 연관관계 쿼리가 자동으로 생성되도록 하는 것이다. The input means of the user computer terminal selects a specific field of the table of the first database 59 in the user interface 200 and drags and drops it to a specific field of the table of the second database 58 or 57, or Alternatively, if a specific field in the table of the second database 58 or 57 is selected and dragged and dropped to a specific field in the table of the first database 59, an affinity query corresponding to this drag and drop event is automatically created. will be.

즉, 본 발명의 데이터베이스 연관관계 생성 방법은, 도 5에 도시된 것처럼, 데이터베이스에 접근한 사용자 컴퓨터 단말의 사용자 인터페이스에서 위와 같은 드래그앤드롭 이벤트를 실행한다(S100). 드래그앤드롭 이벤트에 대해서는 다시 설명하기로 한다. That is, in the method of creating a database relationship of the present invention, as shown in FIG. 5 , the drag-and-drop event is executed in the user interface of the user computer terminal accessing the database ( S100 ). The drag-and-drop event will be described again.

S100 단계의 사용자 인터페이스 상에서 드래그앤드롭 이벤트가 생성되면, 데이터 수집 모듈이 사용자가 선택한 필드에 저장된 데이터를 데이터베이스에서 선택해서 수집한다(S200).When a drag-and-drop event is generated on the user interface of step S100, the data collection module selects and collects data stored in the field selected by the user from the database (S200).

그런 다음 그래프 데이터 생성 모듈이 수집된 데이터에 기초하여 노드와 릴레이션으로 시각화하는 그래프 형태의 데이터를 생성한다Then, based on the collected data, the graph data generation module creates graph-type data that is visualized as nodes and relations.

도 6을 참조하면서, 이를 조금 더 구체적으로 설명해 보자. Referring to FIG. 6 , this will be described in more detail.

도시된 실시예에서는, 제1데이터베이스(데이터베이스 A, 54)는 두 개의 테이블(Table A, Table B)이 있고, 제2데이터베이스(데이터베이스 B, 55)에는 한 개의 테이블(Table C)이 있다. Table A에는 4개의 필드가, Table B에는 3개의 필드가, 그리고 Table C에는 4개의 필드가 포함되어 있다. In the illustrated embodiment, the first database (database A, 54) has two tables (Table A, Table B), and the second database (database B, 55) has one table (Table C). Table A contains 4 fields, Table B contains 3 fields, and Table C contains 4 fields.

사용자 컴퓨터 단말이 이러한 구조의 데이터베이스에 액세스하면, 사용자 인터페이스(200)에는 데이터베이스의 테이블 목록과 필드가 표시된다. 도시되어 있지는 않으나, 각 필드의 메타데이터도 사용자 인터페이스를 통해 표출된다. 사용자는 이 사용자 인터페이스 화면에 나타난 정보를 바탕으로 연관관계를 생성한다.When the user computer terminal accesses the database having this structure, the user interface 200 displays a list of tables and fields in the database. Although not shown, the metadata of each field is also displayed through the user interface. The user creates a relationship based on the information displayed on this user interface screen.

사용자 컴퓨터 단말의 입력수단, 예컨대 마우스를 이용해서 사용자가 각 테이블의 필드를 선택해서 드래그앤드롭으로 연결하는 것만으로 데이터 연관관계 생성 모듈(100)이 연관관계 쿼리를 자동으로 생성되도록 한다. The data correlation creation module 100 automatically generates the correlation query by simply selecting the fields of each table by the user using an input means of the user's computer terminal, for example, a mouse and connecting them by drag and drop.

도시 예에서는 테이블 A에서 필드 3가 선택되면서 드래그되어 테이블 B의 필드 2로 드롭되었다. 그러면 이 드래그앤드롭에 대응하여 데이터 연관관계 생성 모듈이 테이블 A의 필드 3와 테이블 B의 필드 2의 연관관계를 생성한다. 마찬가지로 테이블 B에서 필드 2가 선택되면서 테이블 C의 필드 2와 필드 4로 각각 드래그앤드롭되었다. 그러면 이 드래그앤드롭에 대응하여 데이터 연관관계 생성 모듈이 테이블 A의 필드 3와 테이블 B의 필드 2의 연관관계를 생성한다.In the illustrated example, field 3 in table A is selected and dragged and dropped to field 2 in table B. Then, in response to the drag-and-drop, the data association relationship creation module creates an association relationship between field 3 of table A and field 2 of table B. Similarly, as field 2 was selected in table B, it was dragged and dropped to field 2 and field 4 in table C, respectively. Then, in response to this drag-and-drop, the data association relationship creation module creates an association relationship between field 3 of table A and field 2 of table B.

이러한 도 6에서 생성된 쿼리는 아래와 같은 key, value쌍 2개로 나타낼 수 있다. The query generated in FIG. 6 can be represented by two key and value pairs as follows.

Key: TableA.Field3 | Value: TableB.Field2Key: TableA.Field3 | Value: TableB.Field2

Key: TableB.Field2 | Value: {TableC.Field2, TableC.Field4}Key: TableB.Field2 | Value: {TableC.Field2, TableC.Field4}

필드 사이의 연관관계는 n:n 관계로 설정할 수 있다. 즉 Key 값에 해당하는 필드 이름과 한 쌍인 Value 값에는 필드 리스트가 들어갈 수 있다.The relationship between fields can be set as an n:n relationship. That is, a field list can be entered in the value value paired with the field name corresponding to the key value.

도 7은 본 발명의 바람직한 어느 실시예에 따른 사용자 인터페이스(200)의 화면 구성 예를 나타낸다.7 shows an example of a screen configuration of the user interface 200 according to a preferred embodiment of the present invention.

본 실시예에 있어서, 도시된 바와 같이, 사용자 인터페이스(200)는 릴레이션 설정 화면(210)과 테이블 뷰 화면(220)을 포함한다. 테이블 뷰 화면(220)에서 드래그앤드롭 이벤트가 일어난다.In this embodiment, as shown, the user interface 200 includes a relation setting screen 210 and a table view screen 220 . A drag and drop event occurs on the table view screen 220 .

효과적으로 드래그앤드롭이 만들어지기 위해서는 필드에 들어 있는 데이터에 대한 정보가 필요하다. 그래서 입력수단의 인디케이터(201, 예컨대 마우스 커서)가 특정 필드에 위치하면 해당 위치에 대응하는 필드에 대한 메타데이터가 마우스 오버되는 방식으로 표출된다. 도시 예에서는 테이블 A(54a)의 필드 4에 인디케이터(201)가 위치하고, 그러면 이 테이블 A의 필드 4에 대한 메타데이터가 마우스 오버 화면(221)으로 표시된다. 예컨대 데이터 타입, 저장할 수 있는 값의 범위가 메타데이터로 표시되었지만, 꼭 이런 메타데이터만 표시되는 것은 아니다.In order to effectively create drag and drop, information about the data contained in the field is required. Therefore, when the indicator 201 of the input means (eg, a mouse cursor) is located in a specific field, metadata for the field corresponding to the corresponding position is displayed in such a way that the mouse is over. In the illustrated example, the indicator 201 is located in field 4 of table A 54a, and then metadata for field 4 of this table A is displayed as a mouse-over screen 221 . For example, although the data type and the range of values that can be stored are displayed as metadata, this is not necessarily the only metadata displayed.

사용자는 이 메타데이터를 보고 필요한 필드인지를 판단한다. 시나리오에서는 필드 4의 메타데이터를 봤으나 자신이 필요한 필드가 아니었다. 다른 메타데이터를 확인한 결과 테이블 A(54a)의 필드 3을 선택해서 드래그하여 테이블 B(54b)의 필드 2로 드롭함으로써 연관관계를 설정한다.Users look at this metadata to determine if it is a required field. In the scenario, you saw the metadata for field 4, but it wasn't the field you needed. As a result of checking other metadata, field 3 of table A 54a is selected, dragged, and dropped to field 2 of table B 54b to establish an association.

사용자는 릴레이션 설정 화면(210)을 이용하여 결과로 받아보게 되는 그래프 형태 데이터의 범위를 설정할 수 있다. 예를 들어 필드값이 같은 경우만 선택한다면, 테이블에서 연관관계 쿼리를 만들었을 때, 정확히 필드값이 일치하는 경우만 받아볼 수 있다. 범위 설정으로 입력한 경우 입력한 범위 내에 겹치는 값이 있는 경우까지 함께 결과로 받는다. The user may set the range of graph-type data received as a result by using the relation setting screen 210 . For example, if you select only the case where the field values are the same, you can receive only the cases where the field values exactly match when you create an association query on the table. If you input as a range setting, the result is received together until there is an overlapping value within the entered range.

즉, 릴레이션 설정 화면(210)에서의 설정 이벤트에 따라 드래그앤드롭 이벤트에 따른 데이터 연관관계에 대응하는 그래프 형태 데이터의 릴레이션이 정해지도록 할 수 있다.That is, according to a setting event on the relation setting screen 210 , a relation of graph-type data corresponding to a data correlation according to a drag-and-drop event may be determined.

마지막으로 본 발명의 데이터베이스의 데이터 연관관계 생성 시스템을 다시 한번 정리해 보자. Finally, let's summarize the data relation creation system of the database of the present invention once again.

본 발명은 사용자 인터페이스를 통해 실시간으로 주어지는 사용자의 요청을 바탕으로 필드간 연관성을 설정하고, 설정된 필드간 연관 관계를 분석하여, 데이터들의 연결 정보를 추출한 후 그래프 데이터베이스화 시켜주는 시스템 및 방법이다. 사용자는 시스템에서 제공한 메타데이터를 통해 드래그앤드롭으로 간편하게 데이터 연관 쿼리를 만들 수 있고, 이 쿼리를 기반으로 데이터 연결 관계를 추출하여 그래프 형태의 데이터 결과를 생성할 수 있다.The present invention is a system and method for establishing a relationship between fields based on a user's request given in real time through a user interface, analyzing the relationship between the set fields, extracting connection information of data, and then converting it into a graph database. Users can easily create data-related queries by drag and drop through the metadata provided by the system, and based on this query, extract data connection relationships to create graph-type data results.

위와 같은 기능과 구성을 실현하기 위해 데이터 연관관계 생성 모듈(100)이 동작한다. 도 8에 도시되어 있으며, 앞에서 전술한 바와 같이, 메타데이터 생성 모듈(110)은 데이터를 저장할 때, 데이터에 관한 정보를 가지고 있는 메타데이터를 생성한다. 생성하는 메타데이터 정보는 메타데이터 데이터베이스(56)에 저장될 수 있다. 메타데이터는 주요하게는 데이터의 타입과 테이블 정보를 포함한다. 그러므로 필드에 저장된 값을 바탕으로 데이터의 타입 (int, long, double, string, boolean)을 추출할 수 있다. 상기 테이블 정보로는 데이터베이스 위치, 테이블 이름/필드 이름, 테이블 생성 시간 등이 있다.In order to realize the above functions and configurations, the data correlation creation module 100 operates. As shown in FIG. 8 , as described above, the metadata generating module 110 generates metadata having information about data when data is stored. The generated metadata information may be stored in the metadata database 56 . Metadata mainly includes data type and table information. Therefore, the data type (int, long, double, string, boolean) can be extracted based on the value stored in the field. The table information includes a database location, a table name/field name, and a table creation time.

데이터 수집 모듈(120)은 연결된 데이터베이스 테이블을 조회하기 위한 커넥터 및 데이터베이스 쿼리를 포함한다. 연관관계가 설정된 테이블의 값을 조회할 수 있는 select 쿼리를 생성한다. 또한, 도시 예에서는 사용자가 Table A, Table B, Table C 에 있는 필드를 모두 선택했기 때문에, DatabaseA(54) 와 DatabaseB(55) 에 접근할 수 있는 쿼리를 생성한다. 데이터 수집 모듈(120)에서 생성한 쿼리로 테이블에 저장된 record 데이터를 수집한다.The data collection module 120 includes a connector for inquiring a connected database table and a database query. Creates a select query that can inquire the values of the table in which the association relationship is set. Also, in the illustrated example, since the user has selected all fields in Table A, Table B, and Table C, a query that can access DatabaseA (54) and DatabaseB (55) is created. The record data stored in the table is collected by the query generated by the data collection module 120 .

그래프 데이터 생성 모듈(130)은 사용자 인터페이스를 통해 넘어온 연결관계 쿼리를 기반으로, 사용자가 입력한 연관관계가 성립하는 데이터만 추출한다. 필드값과 해당 필드의 경로(데이터베이스이름-테이블이름-record id값)를 그래프의 Node로 저장하고 고유한 id 값을 부여한다. 또한, 연관관계 정보를 그래프 Relation으로 저장하고 고유한 id 값을 부여한다. 생성한 그래프 형태 결과 데이터를 사용자 인터페이스를 통해 시각화한다.The graph data generation module 130 extracts only data in which the relationship input by the user is established based on the connection relationship query passed through the user interface. Save the field value and the path of the field (database name-table name-record id value) as a node of the graph and give it a unique id value. In addition, the relationship information is saved as a graph relation and a unique id value is given. The resulting data in the form of a graph is visualized through the user interface.

참고로, 본 발명의 일 실시예에 따른 그래프 데이터베이스에서 데이터 연관관계를 생성하는 사용자 인터페이스 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독가능매체에 기록될 수 있다. 상기 컴퓨터 판독가능매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. For reference, the user interface method for generating data correlation in a graph database according to an embodiment of the present invention may be implemented in the form of a program command that can be executed through various computer means and recorded in a computer readable medium. The computer-readable medium may include program instructions, data files, data structures, etc. alone or in combination. The program instructions recorded on the medium may be specially designed and configured for the present invention, or may be known and available to those skilled in the art of computer software.

컴퓨터 판독가능매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체, CD-ROM, DVD와 같은 광기록 매체, 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체, 및 ROM, RAM, 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함될 수 있다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급언어코드를 포함한다. 상술한 하드웨어 장치는 본 발명의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다Examples of computer-readable media include hard disks, magnetic media such as floppy disks and magnetic tapes, optical recording media such as CD-ROMs and DVDs, magneto-optical media such as floppy disks, and ROM, RAM, A hardware device specifically configured to store and execute program instructions, such as flash memory, may be included. Examples of program instructions include not only machine code generated by a compiler, but also high-level language code that can be executed by a computer using an interpreter or the like. The hardware devices described above may be configured to operate as one or more software modules to perform the operations of the present invention, and vice versa.

본 발명의 보호범위가 이상에서 명시적으로 설명한 실시예의 기재와 표현에 제한되는 것은 아니다. 또한, 본 발명이 속하는 기술분야에서 자명한 변경이나 치환으로 말미암아 본 발명이 보호범위가 제한될 수도 없음을 다시 한 번 첨언한다.The protection scope of the present invention is not limited to the description and expression of the embodiments explicitly described above. In addition, it is added once again that the protection scope of the present invention cannot be limited due to obvious changes or substitutions in the technical field to which the present invention pertains.

Claims (6)

(a) 사용자 컴퓨터 단말이 데이터를 저장하는 항목인 필드가 복수로 구성된 복수의 테이블의 집합으로 만들어진 하나 이상의 데이터베이스에 액세스하는 단계;
(b) 서버가 사용자 컴퓨터 단말의 사용자 인터페이스를 통해 하나 이상의 제1데이터베이스의 테이블 및 하나 이상의 제2데이터베이스의 테이블을 표시하는 단계(상기 제1데이터베이스의 테이블 및 상기 제2데이터베이스의 테이블은 각각 복수의 필드가 표시되도록 한다);
(c) 서버가 상기 사용자 컴퓨터 단말의 입력수단의 인디케이터가 특정 필드에 위치하면 해당 위치에 대응하는 필드에 대한 메타데이터가 마우스 오버되는 방식으로 표출되도록 하는 단계;
(d) 상기 사용자 컴퓨터 단말의 입력수단이 상기 사용자 인터페이스에서 상기 제1데이터베이스의 테이블의 특정 필드를 선택해서 상기 제2데이터베이스의 테이블의 특정 필드로 드래그앤드롭을 하거나 또는 상기 제2데이터베이스의 테이블의 특정 필드를 선택해서 상기 제1데이터베이스의 테이블의 특정 필드로 드래그앤드롭을 하는 단계;
(e) 데이터 연관관계 생성 모듈이 이 드래그앤드롭 이벤트에 대응하는 연관관계 쿼리를 자동으로 생성되도록 하는 단계를 포함하며,
(f) 데이터 수집 모듈이 상기 연관관계 쿼리에 따라 선택된 필드에 저장된 데이터를 데이터베이스에서 수집하는 단계;
(g) 그래프 데이터 생성 모듈이 수집한 데이터를 기초로 노드와 릴레이션으로 표현되는 그래프 형태 데이터를 생성하는 단계를 더 포함하는, 그래프 데이터베이스에서 데이터 연관관계를 생성하는 사용자 인터페이스 방법.
(a) accessing, by the user computer terminal, one or more databases made of a set of a plurality of tables having a plurality of fields, which are items for storing data;
(b) displaying, by the server, one or more tables of the first database and one or more tables of the second database through the user interface of the user computer terminal (the tables of the first database and the tables of the second database are each make the field visible);
(c), by the server, when the indicator of the input means of the user computer terminal is located in a specific field, displaying metadata for the field corresponding to the corresponding position in a mouse-over manner;
(d) the input means of the user computer terminal selects a specific field of the table of the first database from the user interface and drags and drops it to a specific field of the table of the second database, or dragging and dropping a specific field to a specific field in the table of the first database by selecting a specific field;
(e) causing the data affinity creation module to automatically generate an affinity query corresponding to the drag-and-drop event;
(f) collecting, by the data collection module, data stored in the field selected according to the correlation query from the database;
(g) A user interface method for creating a data correlation in a graph database, further comprising the step of generating graph-type data expressed by nodes and relations based on the data collected by the graph data generation module.
삭제delete 삭제delete 삭제delete 삭제delete 삭제delete
KR1020190155146A 2019-11-28 2019-11-28 The data relation generating system for graph database KR102358735B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020190155146A KR102358735B1 (en) 2019-11-28 2019-11-28 The data relation generating system for graph database

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020190155146A KR102358735B1 (en) 2019-11-28 2019-11-28 The data relation generating system for graph database

Publications (2)

Publication Number Publication Date
KR20210066200A KR20210066200A (en) 2021-06-07
KR102358735B1 true KR102358735B1 (en) 2022-02-07

Family

ID=76374136

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020190155146A KR102358735B1 (en) 2019-11-28 2019-11-28 The data relation generating system for graph database

Country Status (1)

Country Link
KR (1) KR102358735B1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102353806B1 (en) 2021-08-25 2022-02-08 주식회사 지오그레이트 Support decision system and method based on graph database

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150066930A1 (en) * 2013-08-28 2015-03-05 Intelati, Inc. Generation of metadata and computational model for visual exploration system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150066930A1 (en) * 2013-08-28 2015-03-05 Intelati, Inc. Generation of metadata and computational model for visual exploration system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Automatic Code Generation with Business Logic by Capturing Attrubutes from User Interface via XML (2016)*
그리드에서 작업 흐름을 효과적으로 제어하기 위한 JCML과 GUI 기반의 편집기 (2004)*

Also Published As

Publication number Publication date
KR20210066200A (en) 2021-06-07

Similar Documents

Publication Publication Date Title
Mühlroth et al. A systematic literature review of mining weak signals and trends for corporate foresight
Bolt et al. A visual approach to spot statistically-significant differences in event logs based on process metrics
US10394802B1 (en) Interactive location queries for raw machine data
US11449529B2 (en) Path generation and selection tool for database objects
US11227245B2 (en) Master view of tasks
Kerr et al. A conceptual model for technology intelligence
Altintas et al. Provenance collection support in the kepler scientific workflow system
CN102239458B (en) Visualizing relationships between data elements
US8271461B2 (en) Storing and managing information artifacts collected by information analysts using a computing device
US8793285B2 (en) Multidimensional tags
US9177049B2 (en) System and method for interactive visual representation of information content using assertions
US20080301120A1 (en) Method, apparatus and computer program for managing the processing of extracted data
CN107251024A (en) Tracking and data generation are performed for diagnosing the data base querying of executive problem
JPWO2007132547A1 (en) Business model generation program and business model generation method
US20140324518A1 (en) Autotagging business processes
US10552423B2 (en) Semantic tagging of nodes
EP2019362A2 (en) Spatial data validation systems
US11144549B2 (en) Dynamic generation of join statements for database operations
KR102358735B1 (en) The data relation generating system for graph database
Werneck et al. A reproducible POI recommendation framework: Works mapping and benchmark evaluation
Srikanth et al. Dynamic social media monitoring for fast-evolving online discussions
Elayni et al. Using MongoDB databases for training and combining intrusion detection datasets
Yang et al. User story clustering in agile development: a framework and an empirical study
Yasser et al. Implementing business intelligence system-Case study
Rashid Access methods for Big Data: current status and future directions

Legal Events

Date Code Title Description
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant