KR20180010704A - Method for interworking data between different systems by patterning services - Google Patents

Method for interworking data between different systems by patterning services Download PDF

Info

Publication number
KR20180010704A
KR20180010704A KR1020160093261A KR20160093261A KR20180010704A KR 20180010704 A KR20180010704 A KR 20180010704A KR 1020160093261 A KR1020160093261 A KR 1020160093261A KR 20160093261 A KR20160093261 A KR 20160093261A KR 20180010704 A KR20180010704 A KR 20180010704A
Authority
KR
South Korea
Prior art keywords
data
pattern
interworking
executing
service
Prior art date
Application number
KR1020160093261A
Other languages
Korean (ko)
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 KR1020160093261A priority Critical patent/KR20180010704A/en
Publication of KR20180010704A publication Critical patent/KR20180010704A/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F5/00Methods or arrangements for data conversion without changing the order or content of the data handled
    • G06F5/06Methods or arrangements for data conversion without changing the order or content of the data handled for changing the speed of data flow, i.e. speed regularising or timing, e.g. delay lines, FIFO buffers; over- or underrun control therefor
    • G06F5/16Multiplexed systems, i.e. using two or more similar devices which are alternately accessed for enqueue and dequeue operations, e.g. ping-pong buffers

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

A method for linking data between different systems using service patterning is provided. The method for linking data between a source system and a target system using service patterning, performed by a data processing apparatus, comprises: patterning a service for linking the data between the source system and the target system to define a plurality of upper patterns and a plurality of lower patterns belonging to the respective upper patterns, wherein the upper patterns are composed of a data extraction pattern, a data conversion pattern, and a data loading pattern; defining a function for the lower patterns by a method concept; extracting data from the source system by executing the data extraction pattern and lower pattern belonging thereto; converting the extracted data to be linked to the target system by executing the data conversion pattern and the lower pattern belonging thereto; and loading the converted data on the target system by executing the data loading pattern and lower pattern belonging thereto.

Description

서비스 패턴화를 이용한 이종 시스템 간의 데이터 연동 방법{Method for interworking data between different systems by patterning services}[0001] The present invention relates to a method for interworking data between heterogeneous systems using service patterning,

본 발명은 이종 시스템 간의 데이터 연동방법에 관한 것으로서, 더욱 상세하게는 서비스 패턴화를 이용하여 이종 시스템 간에 데이터를 연동하는 방법에 관한 것이다.The present invention relates to a data interworking method between heterogeneous systems, and more particularly, to a method of interworking data between heterogeneous systems using service patterning.

기업의 업무 시스템이 진화를 하면서 이종 시스템 간의 데이터 연동이 빈번히 필요한 경우가 발생하고 있다. 시스템과 시스템 간의 데이터 연동을 위해서는 다양한 방식이 적용될 수 있는데, 예를 들어 개발자가 우선 시스템 연동을 위한 연동 인터페이스를 개발하고 나면, 기업의 업무 변화에 따라 다양한 요구사항을 반영하여 연동 인터페이스를 수정하거나 커스터마이즈 (customize)를 하는 과정을 거치게 된다.As business systems evolve, data interworking between heterogeneous systems is often required. For example, when a developer first develops an interworking interface for system interworking, the interworking interface may be modified or customized by reflecting various requirements according to the change of the business of the enterprise. (customize) the process.

하지만, 현실적으로 개발자가 연동 인터페이스 자체를 개발하는 것부터가 쉬운 일이 아니다. 데이터 연동에 요구되는 기능들은 간단한 설정만으로 완성되는 것이 아니라, 숙련된 개발자가 복잡한 데이터컨벌젼 기능을 구현하거나, 개발자만이 사용할 수 있는 스크립트 방식의 복잡한 기능을 구현하거나, 아니면 복잡한 룰(rule)을 처리하는 서비스를 이용해야만 시스템 연동이 가능하기 때문이다. However, in reality, it is not easy for the developer to develop the interface itself. The functions required for interworking data are not completed by simple configuration, but skilled developers can implement complex data convolution functions, implement complex script functions that only developers can use, or create complex rules This is because system interworking is possible only if the service to be processed is used.

나아가, 개발된 연동 인터페이스에 사소한 기능을 추가하거나 수정하는 것도 매우 어려운 일이다. 변경하고자 하는 기능 또는 서비스를 빌드하고, 데스트를 거친 후 패치하는 일련의 과정을 거쳐야 하기 때문에 개발자의 숙련도뿐만 아니라 많은 시간과 노력이 필요하다. 또한 기능 추가나 수정을 위해서는, 연동 인터페이스의 연동 과정을 일일이 분석하여 전체 기능을 파악하고 어떤 서비스가 연결되어 있는지를 확인하는 수고를 거쳐야 한다. 따라서 연동 인터페이스를 개발하는 데에 시간이 오래 걸리고, 프로젝트 비용도 증가하게 된다.Furthermore, it is very difficult to add or modify minor functionality to the interoperability interface developed. It takes a lot of time and effort as well as the skill of the developer because it needs to build a function or service to be changed, and then go through a series of processes after a desert. In addition, for function addition or modification, it is necessary to analyze the interlocking process of the interlocking interface one by one to understand the entire function and to check which service is connected. Therefore, it takes a long time to develop the interworking interface, and the project cost also increases.

초보 개발자가 시스템 연동 프로젝트에 투입되기란 현실적으로 불가능하다. 이는 시스템 연동을 위한 스크립트 언어를 이해하고 외부 서비스 연동을 개발하는 데에 상당한 교육시간이 필요하기 때문이다. 또한 개발자의 프로그래밍 스킬에 따라 제작된 기능의 차이가 매우 심하기 때문에 균일한 품질의 시스템 연동 서비스를 제공하기도 어려운 실정이다.It is practically impossible for a novice developer to put in a system interworking project. This is because it requires a lot of training time to understand the scripting language for system interworking and develop external service interworking. In addition, since the difference in functions produced according to the developer's programming skill is so great, it is difficult to provide a uniform quality system interworking service.

본 발명이 해결하고자 하는 과제는, 서비스 패턴화를 이용한 이종 시스템 간의 데이터 연동방법을 제공하고자 하는 것이다.SUMMARY OF THE INVENTION It is an object of the present invention to provide a data interworking method between heterogeneous systems using service patterning.

본 발명이 해결하고자 하는 과제들은 이상에서 언급한 과제로 제한되지 않으며, 언급되지 않은 또 다른 과제들은 아래의 기재로부터 당업자에게 명확하게 이해될 수 있을 것이다.The problems to be solved by the present invention are not limited to the above-mentioned problems, and other problems not mentioned can be clearly understood by those skilled in the art from the following description.

상기 과제를 달성하기 위한 본 발명의 일 실시예에 따른 이종 시스템 간의 데이터 연동방법은, 서비스 패턴화를 이용하여 소스 시스템과 타겟 시스템 간의 데이터를 연동하는 데이터 처리장치가: 상기 소스 시스템과 상기 타겟 시스템 간에 데이터를 연동하기 위한 서비스를 패턴화하여, 복수의 상위 패턴과, 상기 각 상위 패턴에 귀속하는 복수의 하위 패턴으로 정의하는 단계(여기서, 상기 상위 패턴은 데이터 추출 패턴, 데이터 변환 패턴, 및 데이터 적재 패턴으로 구성된다); 상기 하위 패턴에 대한 기능을 메서드 개념으로 정의하는 단계; 상기 데이터 추출 패턴 및 이에 귀속하는 하위 패턴을 실행하여 상기 소스 시스템으로부터 데이터를 추출하는 단계; 상기 데이터 변환 패턴 및 이에 귀속하는 하위 패턴을 실행하여 상기 추출된 데이터를 상기 타겟 시스템에 연동되도록 변환하는 단계; 및 상기 데이터 적재 패턴 및 이에 귀속하는 하위 패턴을 실행하여 상기 변환된 데이터를 상기 타겟 시스템에 적재하는 단계를 포함한다.According to another aspect of the present invention, there is provided a data interworking method for heterogeneous systems, the data interworking apparatus for interworking data between a source system and a target system using service patterning, the data processing apparatus comprising: And defining a plurality of upper patterns as a plurality of lower patterns belonging to each upper pattern, wherein the upper pattern is a data extraction pattern, a data conversion pattern, and data A stack pattern); Defining a function for the sub pattern as a method concept; Extracting data from the source system by executing the data extraction pattern and a subpattern attributed thereto; Executing the data conversion pattern and a subpattern attributed thereto to convert the extracted data to be interlocked with the target system; And loading the converted data into the target system by executing the data loading pattern and its subordinate patterns.

별도의 코딩작업을 거치지 않고, 상기 하위 패턴의 기능을 참조하여 순차적으로 상기 하위 패턴을 실행함으로써 상기 데이터를 연동할 수 있다.The data can be interlocked by executing the sub pattern sequentially with reference to the function of the sub pattern without performing a separate coding operation.

상기 하위 패턴은, 데이터를 비교판단하는 조건 패턴, 시스템 내부에 정의된 API를 실행하는 실행 패턴, 반복하여 데이터를 처리하는 루프 패턴, 및 외부 시스템에 정의된 API를 호출하는 외부서비스 실행 패턴을 포함할 수 있다.The subpattern includes a condition pattern for comparing and determining data, an execution pattern for executing an API defined in the system, a loop pattern for repeatedly processing data, and an external service execution pattern for calling an API defined in the external system can do.

상기 메서드의 항목은, 상기 하위 패턴의 처리순서, 실행여부, 처리유형, 및 처리대상을 포함할 수 있다.The item of the method may include a processing order of the lower pattern, whether or not to execute the processing, a processing type, and an object to be processed.

기타 실시예들의 구체적인 사항들은 구체적인 내용 및 도면들에 포함되어 있다.The details of other embodiments are included in the detailed description and drawings.

상술한 바와 같이 본 발명에 따른 이종 시스템 간의 데이터 연동방법에 의하면, 반복적인 기능을 패턴화함으로써 연동 과정에서 발생되는 복잡한 기능을 쉽게 사용할 수 있다. 따라서 기업의 업무 변화에 따른 요구사항을 신속하게 반영할 수 있다. 또한 개발자가 아닌 일반 사용자(예를 들어, 컨설턴트, 관리자)도 별도로 코딩작업을 하지 않더라도 미리 정의된 간단한 패턴 설정만으로도 편리하게 시스템 연동을 위한 복잡한 기능을 구현할 수 있다.As described above, according to the data interworking method between heterogeneous systems according to the present invention, it is possible to easily use complex functions generated in the interlocking process by patterning repetitive functions. Therefore, it can quickly reflect the requirements of business changes. In addition, a general user (for example, a consultant, an administrator) other than a developer can implement a complex function for system interlocking conveniently with a simple pattern setting defined beforehand even if coding is not performed separately.

나아가 본 발명에 따르면 반복 사용되는 기능을 패턴화하여 재사용함으로써 개발자에게 주어진 부하를 줄임으로써 개발생산성이 향상시킬 수 있으며, 개발을 위한 프로젝트 기간과 비용을 현저히 줄일 수 있다. 또한 별도의 코딩작업을 수반하지 않기 때문에, 개발자가 아니더라도 실시간으로 데이터 연동 작업을 수정할 수도 있다.In addition, according to the present invention, development productivity can be improved by reducing the load given to a developer by patterning and reusing functions repeatedly used, and the project period and cost for development can be significantly reduced. Also, since it does not involve any coding work, it is possible to modify the data interworking operation in real time even if it is not a developer.

종래 개발자에 의해 코딩작업을 거쳐 직접 개발된 스크립트 방식 또는 웹 서비스 방식의 시스템 연동과 비교하여, 본 발명의 데이터 연동방법은 매우 잘 정의된 패턴을 이용하기 때문에 연동 시 오류발생을 최소화할 수 있다.Compared with the scripting method or the web service method, which is directly developed by a developer through a coding process, the data interworking method of the present invention minimizes errors in interworking since it uses a very well defined pattern.

도 1은 본 발명의 일 실시예에 따라 이종 시스템 간의 데이터 연동을 개념적으로 나타낸 구성도이다.
도 2는 본 발명의 일 실시예에 따른 데이터 처리장치에 의해 이종 시스템 간에 데이터를 연동하는 방법을 나타내는 순서도이다.
도 3은 본 발명의 일 실시예에 따른 패턴과 기능을 메타구조화한 테이블을 예시적으로 나타낸 것이다.
도 4는 본 발명의 일 실시예에 따라 데이터 연동 작업의 실행을 개념적으로 나타낸 것이다.
1 is a block diagram conceptually illustrating data interworking between heterogeneous systems according to an embodiment of the present invention.
2 is a flowchart showing a method of interworking data between heterogeneous systems by a data processing apparatus according to an embodiment of the present invention.
FIG. 3 is a diagram illustrating a table in which a pattern and a function are meta-structured according to an embodiment of the present invention.
FIG. 4 conceptually illustrates the execution of a data interlocking operation according to an embodiment of the present invention.

본 발명의 이점 및 특징, 그리고 그것들을 달성하는 방법은 첨부되는 도면과 함께 상세하게 후술되어 있는 실시예들을 참조하면 명확해질 것이다. 그러나 본 발명은 이하에서 개시되는 실시예들에 한정되는 것이 아니라 서로 다른 다양한 형태로 구현될 것이며, 단지 본 실시예들은 본 발명의 개시가 완전하도록 하며, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 발명의 범주를 완전하게 알려주기 위해 제공되는 것이며, 본 발명은 청구항의 범주에 의해 정의될 뿐이다. 명세서 전체에 걸쳐 동일 참조 부호는 동일 구성 요소를 지칭한다.BRIEF DESCRIPTION OF THE DRAWINGS The advantages and features of the present invention, and the manner of achieving them, will be apparent from and elucidated with reference to the embodiments described hereinafter in conjunction with the accompanying drawings. The present invention may, however, be embodied in many different forms and should not be construed as being limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the invention to those skilled in the art. Is provided to fully convey the scope of the invention to those skilled in the art, and the invention is only defined by the scope of the claims. Like reference numerals refer to like elements throughout the specification.

이하 첨부된 도면을 참조하여 본 발명을 자세히 설명한다.BRIEF DESCRIPTION OF THE DRAWINGS Fig.

도 1은 본 발명의 일 실시예에 따라 이종 시스템 간의 데이터 연동을 개념적으로 나타낸 구성도이다.1 is a block diagram conceptually illustrating data interworking between heterogeneous systems according to an embodiment of the present invention.

시스템 A 또는 소스 시스템(10)은 기설정된 작업을 수행하기 위한 데이터처리와 자원을 관리함에 있어서 다양한 데이터베이스를 가질 수 있다. 그 외에, 소스 시스템(10)은 데이터를 관리하고 처리하며 송수신하기 위한 수단들과, 외부 디바이스나 외부 시스템과의 통신을 처리하는 수단들과, 인증과 보안을 위한 수단들을 더 포함할 수 있으며, 여기에는 다양한 하드웨어 장비, 서버 장치, 소프트웨어들이 포함될 수 있다. 본 실시예에서는, 소스 시스템(10)은 데이터 연동에 필요한 데이터를 제공하는 역할을 한다. 소스 시스템(10)의 데이터는 소스데이터 스키마에 의해 데이터베이스에 저장되는데, 소스데이터 스키마는 소스 시스템(10)의 데이터베이스의 구조(개체, 속성, 관계)와 제약조건을 말한다. 여기서, 개체는 현실 세계의 객체로서 유형 또는 무형의 정보를 대상으로 존재하며 서로 구별될 수 있는 것을 말하고, 속성은 개체의 특성이나 상태를 기술하는 것으로 데이터의 가장 작은 단위를 말하고, 관계는 2개 이상의 개체 사이에 연관성을 기술하는 것을 말한다.The system A or the source system 10 may have various databases in managing data processing and resources for performing predetermined tasks. In addition, the source system 10 may further comprise means for managing, processing and transmitting / receiving data, means for processing communications with external devices or external systems, and means for authentication and security, This may include various hardware devices, server devices, and software. In this embodiment, the source system 10 serves to provide data necessary for data interworking. The data of the source system 10 is stored in the database by the source data schema, which refers to the structure (object, attribute, relationship) and constraints of the database of the source system 10. Here, an entity is an object in the real world, which refers to a type or an intangible information that exists and can be distinguished from each other. An attribute describes the characteristic or state of an entity, and refers to the smallest unit of data. Describe the association between the above individuals.

소스 시스템(10)과 마찬가지로, 시스템 B 또는 타겟 시스템(20)은 기설정된 작업을 수행하기 위한 데이터처리와 자원을 관리함에 있어서 다양한 데이터베이스를 가질 수 있다. 그 외에, 타겟 시스템(20)은 데이터를 관리하고 처리하며 송수신하기 위한 수단들과, 외부 디바이스나 외부 시스템과의 통신을 처리하는 수단들과, 인증과 보안을 위한 수단들을 더 포함할 수 있으며, 여기에는 다양한 하드웨어 장비, 서버 장치, 소프트웨어들이 포함될 수 있다. 본 실시예에서 타겟 시스템(20)은 소스 시스템(10)과 함께 시스템 연동의 대상이 된다. 타겟 시스템(20)의 데이터는 타겟데이터 스키마에 의해 데이터베이스에 저장된다. 따라서, 소스데이터 스키마에 따라 저장된 소스 데이터는 본 발명의 데이터 연동과정을 거쳐 타겟데이터 스키마에 상응하는 데이터 형태로 변환된다.Like the source system 10, the system B or the target system 20 can have various databases in managing data processing and resources for performing predetermined tasks. In addition, the target system 20 may further include means for managing, processing, transmitting and receiving data, means for processing communication with an external device or external system, and means for authentication and security, This may include various hardware devices, server devices, and software. In this embodiment, the target system 20 is an object of system interworking with the source system 10. The data of the target system 20 is stored in the database by the target data schema. Therefore, the source data stored according to the source data schema is converted into the data format corresponding to the target data schema through the data interlocking process of the present invention.

이와 같이 소스 시스템(10)의 데이터와 타겟 시스템(20)의 데이터를 연동시키는 것이 데이터 처리장치(30)이다. 데이터 처리장치(30)는 시스템 연동 또는 데이터 연동 작업을 수행하기 위한 데이터처리와 자원을 관리함에 있어서 다양한 데이터베이스를 가질 수 있다. 그 외에, 데이터 처리장치(30)는 데이터를 관리하고 처리하며 송수신하기 위한 수단들과, 외부 디바이스나 외부 시스템과의 통신을 처리하는 수단들과, 인증과 보안을 위한 수단들을 더 포함할 수 있으며, 여기에는 다양한 하드웨어 장비, 서버 장치, 소프트웨어들이 포함될 수 있다.In this manner, the data processing apparatus 30 is to link the data of the source system 10 with the data of the target system 20. [ The data processing apparatus 30 may have various databases in data processing and resource management for performing system interworking or data interworking operations. In addition, the data processing apparatus 30 may further include means for managing and processing data, transmitting and receiving data, means for processing communication with an external device or an external system, and means for authentication and security , Which may include various hardware devices, server devices, and software.

도 2는 본 발명의 일 실시예에 따른 데이터 처리장치에 의해 이종 시스템 간에 데이터를 연동하는 방법을 나타내는 순서도이다.2 is a flowchart showing a method of interworking data between heterogeneous systems by a data processing apparatus according to an embodiment of the present invention.

우선 데이터 처리장치(30)는 시스템 연동용 패턴을 정의한다(100). 구체적으로, 시스템 연동 또는 데이터 연동을 위한 서비스(service)를 작업(task) 단위로 묶어서 패턴(pattern)으로 정의하는데, 하나의 패턴은 복수의 작업을 일련의 과정을 거쳐 수행하도록 개별적이고 독립적인 모듈로 프로그래밍될 수 있다. 여기서 작업 계층에서는 작업 모듈이 데이터연동을 위한 응용 서비스의 특성을 기술하고 정의하며, 서비스 모듈에게 작업 데이터를 전송함으로써 서비스 모듈의 구성 및 운용에 관한 책임을 부여한다. 서비스 계층에서는 서비스 모듈이 사용자가 목표로 하는 작업을 수행하기 위해 관련 장치들을 실행하는 서비스 데이터를 제공한다. 서비스 모듈은 적어도 하나의 특정 연동 기능에 대한 처리 명령어를 실행하기 위한 연동 라이브러리(예를 들어, API library)에 대응될 수 있다.First, the data processing apparatus 30 defines a system interworking pattern (100). Specifically, services for system interworking or data interworking are grouped into tasks and defined as a pattern. One pattern is a separate and independent module for performing a plurality of tasks through a series of processes. Lt; / RTI > In the work layer, the work module describes and defines the characteristics of the application service for interworking data, and gives responsibility for the construction and operation of the service module by transmitting the work data to the service module. In the service layer, a service module provides service data for executing related devices to perform a target operation by the user. The service module may correspond to an interworking library (e.g., API library) for executing processing instructions for at least one specific interworking function.

도 3은 본 발명의 일 실시예에 따른 패턴과 기능을 메타구조화한 테이블을 예시적으로 나타낸 것이다. 메타구조화에 필요한 메타정보로는 상위 패턴, 하위 패턴, 기능 1 내지 기능 N(N은 자연수) 등을 포함할 수 있다. FIG. 3 is a diagram illustrating a table in which a pattern and a function are meta-structured according to an embodiment of the present invention. Meta information required for meta-structuring may include an upper pattern, a lower pattern, functions 1 to N (N is a natural number), and the like.

상위 패턴은 데이터 연동의 전반적인 프로세스를 규정짓도록 정의된다. 예를 들어, 상위 패턴은 데이터 추출 패턴, 데이터 변환 패턴 및 데이터 적재 패턴으로 구성될 수 있다.The upper pattern is defined to define the overall process of data interworking. For example, the upper pattern may be composed of a data extraction pattern, a data conversion pattern, and a data loading pattern.

하위 패턴은 상위 패턴에 귀속되어 구체적인 실행 작업을 나타낸다. 여기서, 하위 패턴은 데이터를 비교판단하는 조건 패턴, 시스템 내부에 정의된 API를 실행하는 실행 패턴, 반복하여 데이터를 처리하는 루프(loop) 패턴, 외부 시스템에 정의된 API를 호출하여 실행하는 외부서비스 실행 패턴 등을 포함할 수 있다. 각 상위 패턴은 이와 같은 하위 패턴에 의해 정의될 수 있다.The subpatterns are attributed to the upper pattern and represent concrete execution tasks. Here, the subpattern includes a condition pattern for comparing and judging data, an execution pattern for executing an API defined in the system, a loop pattern for repeatedly processing data, an external service for calling an API defined in the external system An execution pattern, and the like. Each upper pattern can be defined by such a lower pattern.

기능은 메서드(method) 개념으로 정의될 수 있으며, 메서드의 항목은 하위 패턴의 처리순서, 실행여부, 처리유형 및 처리대상 등을 포함할 수 있다. 여기서 처리순서는 순차적으로 실행되는 패턴 순서를 나타내고, 실행여부는 해당 패턴의 기능을 실행할지 여부를 나타내고, 처리유형은 해당 패턴의 기능들을 패턴화한 처리 유형 값들을 나타내고, 처리대상은 선택된 처리유형이 처리될 수 있는 대상으로서, 소스 데이터 또는 타겟 데이터를 예로 들 수 있다.The function may be defined by a concept of a method. Items of a method may include a processing order of a subpattern, whether or not the subpattern is executed, a processing type, and a processing object. Here, the processing order indicates a sequence of patterns to be executed sequentially, whether or not to execute the function of the pattern indicates a processing type value obtained by patterning the functions of the pattern, As an object that can be processed, source data or target data can be exemplified.

다시 도 2를 참조하면, 이와 같이 미리 메타구조화된 패턴 테이블을 이용하여, 사용자는 시스템 연동을 위해 필요한 패턴을 선택한다(110). 시스템 연동을 위해 상위 패턴은 필수적으로 선택되어야 하고, 각 상위 패턴에 귀속된 하위 패턴의 경우 소스 시스템(10)과 타겟 시스템(20)의 속성에 따라 개별적으로 선택여부가 결정될 수 있다.Referring again to FIG. 2, the user selects a pattern (110) necessary for interworking with the system using the pattern table that has been previously meta-structured. The upper pattern must be selected for interworking with the system and the lower pattern assigned to each upper pattern can be individually selected according to the attributes of the source system 10 and the target system 20. [

이어서 선택된 각 하위 패턴에 대하여 기능을 정의한다(120). 앞서 언급한 바와 같이, 각 하위 패턴에 대하여 처리순서, 실행여부, 처리유형 및 처리대상 등의 기능을 정의한다.Subsequently, the function is defined for each selected sub pattern (120). As mentioned above, the functions such as the processing order, execution status, processing type, and processing object are defined for each subpattern.

이와 같이 정의된 패턴 및 기능을 바탕으로, 데이터 연동 작업을 실행한다(130). 본 발명의 시스템 연동방법에 따르면, 별도의 코딩작업을 거치지 않고 하위 패턴의 기능을 참조하여 순차적으로 하위 패턴을 실행함으로써 프로그래밍 수준에 상관없이 일반 사용자도 쉽게 데이터 연동 작업을 완성할 수 있다. Based on the patterns and functions thus defined, the data interlocking operation is executed (130). According to the system interworking method of the present invention, a sub-pattern is sequentially executed with reference to the function of a sub-pattern without performing a separate coding operation, so that an ordinary user can easily complete a data interworking operation regardless of the programming level.

도 4를 참조하여 본 발명의 데이터 연동 작업의 실행을 자세히 살펴본다. 도 4는 본 발명의 일 실시예에 따라 데이터 연동 작업의 실행을 개념적으로 나타낸 것이다.The execution of the data interlocking operation of the present invention will be described in detail with reference to FIG. FIG. 4 conceptually illustrates the execution of a data interlocking operation according to an embodiment of the present invention.

도 2의 단계 100 내지 단계 120을 거쳐 시스템 연동을 위한 패턴 및 기능이 정의되면, 데이터 추출 패턴 및 이에 귀속하는 하위 패턴(예를 들어, 실행 패턴)을 실행하여 소스 시스템(10)으로부터 데이터를 추출한다(200).When a pattern and a function for system interlocking are defined through steps 100 to 120 of FIG. 2, a data extraction pattern and a subpattern attributed thereto (for example, an execution pattern) are executed to extract data from the source system 10 (200).

이어서, 데이터 변환 패턴 및 이에 귀속하는 하위 패턴(예를 들어, 제1 조건 패턴, 제2 조건 패턴, 실행 패턴, 루프 패턴)을 실행하여 앞서 추출된 데이터를 타겟 시스템(20)에 연동되도록 변환한다(210).Subsequently, the data conversion pattern and the subpatterns (for example, the first condition pattern, the second condition pattern, the execution pattern, and the loop pattern) belonging to the data conversion pattern are executed to convert the extracted data to be interlocked with the target system 20 (210).

마지막으로, 데이터 적재 패턴 및 이에 귀속하는 하위 패턴(예를 들어, 조건 패턴, 실행 패턴)을 실행하여 앞서 변환된 데이터를 타겟 시스템(20)에 적재한다(220). 이와 같이 패턴화된 서비스를 이용하여 시스템 연동을 실현함으로써, 소스데이터 스키마(230)에 따라 저장된 소스 데이터는 타겟데이터 스키마(240)에 상응하는 데이터 형태로 변환되어 시스템 연동이 완료된다.Finally, the data loading pattern and its subordinate patterns (e.g., condition patterns, execution patterns) are executed and the converted data is loaded on the target system 20 (220). By realizing the system interlocking using the patterned service, the source data stored in accordance with the source data schema 230 is converted into the data format corresponding to the target data schema 240, and the system interworking is completed.

본 발명의 일 실시예에 따른 데이터 처리장치의 이종 시스템 간의 데이터 연동 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 기록매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 기록매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다.The data interworking method between heterogeneous systems of the data processing apparatus according to an embodiment of the present invention may be implemented in the form of program instructions that can be executed through various computer means and recorded on a computer readable recording medium. The computer-readable recording medium may include a program command, a data file, a data structure, and the like, alone or in combination. The program instructions recorded on the medium may be those specially designed and constructed for the present invention or may be available to those skilled in the art of computer software.

컴퓨터 판독 가능 기록매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함될 수 있다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. 상기된 하드웨어 장치는 본 발명의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.Examples of computer-readable media include magnetic media such as hard disks, floppy disks and magnetic tape; optical media such as CD-ROMs and DVDs; magnetic media such as floppy disks; Magneto-optical media, and hardware devices specifically configured to store and perform program instructions such as ROM, RAM, flash memory, and the like. Examples of program instructions include high-level language code that can be executed by a computer using an interpreter, as well as machine accords such as those produced by a compiler. 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.

본 발명에 따른 컴퓨터 판독 가능한 기록매체는 전술한 바와 같은 프로세스를 실행하기 위한 소프트웨어 모듈을 포함한다. 그런 모듈로서, 패턴 정의 모듈, 패턴 선택 모듈, 기능 정의 모듈, 연동작업 실행모듈을 포함한다.A computer readable recording medium according to the present invention includes a software module for executing the process as described above. Such a module includes a pattern definition module, a pattern selection module, a function definition module, and an interworking task execution module.

이상 첨부된 도면을 참조하여 본 발명의 실시예를 설명하였지만, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자는 본 발명이 그 기술적 사상이나 필수적인 특징을 변경하지 않고서 다른 구체적인 형태로 실시될 수 있다는 것을 이해할 수 있을 것이다. 그러므로 이상에서 기술한 실시예들은 모든 면에서 예시적인 것이며 한정적이 아닌 것으로 이해해야만 한다.While the present invention has been described in connection with what is presently considered to be practical exemplary embodiments, it is to be understood that the invention is not limited to the disclosed embodiments, but, on the contrary, You will understand. It is therefore to be understood that the above-described embodiments are illustrative in all aspects and not restrictive.

10: 소스 시스템
20: 타겟 시스템
30: 데이터 처리장치
10: Source system
20: Target system
30: Data processing device

Claims (4)

서비스 패턴화를 이용하여 소스 시스템과 타겟 시스템 간의 데이터를 연동하는 데이터 처리장치가:
상기 소스 시스템과 상기 타겟 시스템 간에 데이터를 연동하기 위한 서비스를 패턴화하여, 복수의 상위 패턴과, 상기 각 상위 패턴에 귀속하는 복수의 하위 패턴으로 정의하는 단계(여기서, 상기 상위 패턴은 데이터 추출 패턴, 데이터 변환 패턴, 및 데이터 적재 패턴으로 구성된다);
상기 하위 패턴에 대한 기능을 메서드 개념으로 정의하는 단계;
상기 데이터 추출 패턴 및 이에 귀속하는 하위 패턴을 실행하여 상기 소스 시스템으로부터 데이터를 추출하는 단계;
상기 데이터 변환 패턴 및 이에 귀속하는 하위 패턴을 실행하여 상기 추출된 데이터를 상기 타겟 시스템에 연동되도록 변환하는 단계; 및
상기 데이터 적재 패턴 및 이에 귀속하는 하위 패턴을 실행하여 상기 변환된 데이터를 상기 타겟 시스템에 적재하는 단계를 포함하는 이종 시스템 간의 데이터 연동방법.
A data processing apparatus for interworking data between a source system and a target system using service patterning, comprising:
Defining a service for interworking data between the source system and the target system as a plurality of upper patterns and a plurality of lower patterns attributed to the upper patterns, , A data conversion pattern, and a data loading pattern);
Defining a function for the sub pattern as a method concept;
Extracting data from the source system by executing the data extraction pattern and a subpattern attributed thereto;
Executing the data conversion pattern and a subpattern attributed thereto to convert the extracted data to be interlocked with the target system; And
And loading the converted data into the target system by executing the data loading pattern and a subpattern assigned thereto.
제1항에 있어서,
별도의 코딩작업을 거치지 않고, 상기 하위 패턴의 기능을 참조하여 순차적으로 상기 하위 패턴을 실행함으로써 상기 데이터를 연동하는 것을 특징으로 하는 이종 시스템 간의 데이터 연동방법.
The method according to claim 1,
Wherein the data is interlocked by executing the sub pattern sequentially with reference to the function of the sub pattern without a separate coding operation.
제1항에 있어서,
상기 하위 패턴은, 데이터를 비교판단하는 조건 패턴, 시스템 내부에 정의된 API를 실행하는 실행 패턴, 반복하여 데이터를 처리하는 루프 패턴, 및 외부 시스템에 정의된 API를 호출하는 외부서비스 실행 패턴을 포함하는 이종 시스템 간의 데이터 연동방법.
The method according to claim 1,
The subpattern includes a condition pattern for comparing and determining data, an execution pattern for executing an API defined in the system, a loop pattern for repeatedly processing data, and an external service execution pattern for calling an API defined in the external system A method for interworking data between different systems.
제1항에 있어서,
상기 메서드의 항목은, 상기 하위 패턴의 처리순서, 실행여부, 처리유형, 및 처리대상을 포함하는 이종 시스템 간의 데이터 연동방법.
The method according to claim 1,
Wherein the item of the method includes a processing order of the sub pattern, whether or not the sub pattern is executed, a processing type, and an object to be processed.
KR1020160093261A 2016-07-22 2016-07-22 Method for interworking data between different systems by patterning services KR20180010704A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020160093261A KR20180010704A (en) 2016-07-22 2016-07-22 Method for interworking data between different systems by patterning services

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020160093261A KR20180010704A (en) 2016-07-22 2016-07-22 Method for interworking data between different systems by patterning services

Publications (1)

Publication Number Publication Date
KR20180010704A true KR20180010704A (en) 2018-01-31

Family

ID=61083467

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020160093261A KR20180010704A (en) 2016-07-22 2016-07-22 Method for interworking data between different systems by patterning services

Country Status (1)

Country Link
KR (1) KR20180010704A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101996382B1 (en) 2018-02-14 2019-07-03 동서대학교 산학협력단 System for Data Analysis of University Information Based on Platform Using The BigData

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101996382B1 (en) 2018-02-14 2019-07-03 동서대학교 산학협력단 System for Data Analysis of University Information Based on Platform Using The BigData

Similar Documents

Publication Publication Date Title
US10565095B2 (en) Hybrid testing automation engine
US11392393B2 (en) Application runtime configuration using design time artifacts
US9021419B2 (en) System and method for supporting intelligent design pattern automation
EP2228726B1 (en) A method and system for task modeling of mobile phone applications
CN102473095B (en) A computationally efficient system for developing configurable, extensible gui for database centric enterprise business applications
US8533207B2 (en) Information processing method, apparatus and program in XML driven architecture
US20070240118A1 (en) System, method, and software for testing a software application
US20100211539A1 (en) System and method for building a data warehouse
US9563415B2 (en) Generating visually encoded dynamic codes for remote launching of applications
US20190188049A1 (en) Apparatus and method to select services for executing a user program based on a code pattern included therein
US8612440B2 (en) Computer based method and system for generating custom dynamic templates
Falkenthal et al. Efficient pattern application: validating the concept of solution implementations in different domains
JP5456756B2 (en) Method and apparatus for generating computer-executable code using components
US7805711B2 (en) Redirection interface system and method for CIM object manager provider
US11922137B1 (en) Architecture discovery
US9299049B2 (en) Contract-based process integration
US10656922B2 (en) Systems and methods for providing an application transformation tool
KR20180010704A (en) Method for interworking data between different systems by patterning services
EP4296861A1 (en) System and method for cloud infrastructure test automation
CN116719735A (en) Test case generation method and device
CN114756224A (en) Activity execution method and device
CN110851516B (en) Host operation control system and method
KR20150061739A (en) Developping method for user screen of new works in enterprise resource planning system
JP2015148925A (en) Program generation device and method
US11971866B2 (en) Determining differences between web elements of different versions of a web application

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application