KR20220081661A - A method for processing the event on the platform - Google Patents

A method for processing the event on the platform Download PDF

Info

Publication number
KR20220081661A
KR20220081661A KR1020200171397A KR20200171397A KR20220081661A KR 20220081661 A KR20220081661 A KR 20220081661A KR 1020200171397 A KR1020200171397 A KR 1020200171397A KR 20200171397 A KR20200171397 A KR 20200171397A KR 20220081661 A KR20220081661 A KR 20220081661A
Authority
KR
South Korea
Prior art keywords
event
processing
message
integrated database
application programming
Prior art date
Application number
KR1020200171397A
Other languages
Korean (ko)
Other versions
KR102509402B1 (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 KR1020200171397A priority Critical patent/KR102509402B1/en
Publication of KR20220081661A publication Critical patent/KR20220081661A/en
Application granted granted Critical
Publication of KR102509402B1 publication Critical patent/KR102509402B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • 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/2228Indexing structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/541Interprogram communication via adapters, e.g. between incompatible applications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Multimedia (AREA)
  • Human Computer Interaction (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

본 발명은 특수 장비와 원격으로 서버와 통신을 하여 데이터를 송/수신하는 시스템에서 대규모 이벤트 발생시 하위 프로세스를 처리하는 방법 및 수신된 데이터를 서버의 부담없이 재가공하는 방법에 관한 것으로서, 본 발명에 따른 플랫폼 상의 이벤트 처리 방법은, 1) 각 사용자 단말로부터 데이터 수신 후, 이벤트 캡처하는 단계; 2) 전 단계에서 캡처된 이벤트 내용을 통합 데이터베이스에 저장하는 단계: 3) 통합 데이터베이스에 저장된 이벤트 내용을 해석하고 처리하는 단계; 4) 각 사용자에게 정해진 규칙에 따라 상기 이벤트 내용에 대한 메시지를 생성하는 단계; 5) 전 단계에서 생성된 메시지를 각각의 API(Application Programming Interface : 응용 프로그램 프로그래밍 인터페이스)를 통해 아답터(Adaptor)로 전송하고 그 결과를 보관하는 단계;를 포함한다. The present invention relates to a method of processing a sub-process when a large-scale event occurs in a system that transmits/receives data by communicating with a server remotely with special equipment, and a method of reprocessing received data without burden on the server, according to the present invention The event processing method on the platform includes the steps of 1) capturing data after receiving data from each user terminal; 2) storing the event contents captured in the previous step in the integrated database: 3) interpreting and processing the event contents stored in the integrated database; 4) generating a message for the content of the event according to a rule set for each user; 5) Transmitting the message generated in the previous step to an adapter through each API (Application Programming Interface: application programming interface) and storing the result; includes.

Description

플랫폼 상의 이벤트 처리 방법{A METHOD FOR PROCESSING THE EVENT ON THE PLATFORM}A METHOD FOR PROCESSING THE EVENT ON THE PLATFORM

본 발명은 플랫폼 상의 이벤트 처리 방법에 관한 것으로서, 보다 상세하게는 특수 장비와 원격으로 서버와 통신을 하여 데이터를 송/수신하는 시스템에서 대규모 이벤트 발생시 하위 프로세스를 처리하는 방법 및 수신된 데이터를 서버의 부하 증가없이 재가공하는 방법에 관한 것이다. The present invention relates to a method for processing an event on a platform, and more particularly, a method for processing a sub-process when a large-scale event occurs in a system that transmits/receives data by communicating with a server remotely with special equipment, and a method of processing the received data in the server It relates to a method of reprocessing without increasing the load.

건설 장비, 산업 차량, 농기계, 군용 차량 등과 같은 특수 장비에 대해서는 해당 특수 장비에 각각 사용자 단말을 설치하고 해당 사용자 단말에서 실시간으로 관리 서버에 운용에 대한 데이터를 송신하고 관리 데이터를 수신하는 시스템이 구성되어 있다. For special equipment such as construction equipment, industrial vehicles, agricultural machinery, military vehicles, etc., each user terminal is installed in the special equipment, and the system is configured to transmit and receive management data from the user terminal to the management server in real time has been

이러한 시스템의 운용 과정에서 사용자가 정의 또는 관리자가 정의한 대규모의 이벤트가 발생하는 경우, 데이터 파싱 및 저장 과정에서 과부하가 걸려서 시스템 운영에 많은 어려움이 있다. 따라서 이러한 시스템의 효율적인 운영을 위한 데이터 처리 방법에 대한 기술 개발이 절실하게 요구되고 있다. When a large-scale event defined by a user or an administrator occurs during the operation of such a system, an overload occurs in the data parsing and storage process, resulting in many difficulties in system operation. Therefore, there is an urgent need to develop a technology for a data processing method for the efficient operation of such a system.

본 발명이 해결하고자 하는 기술적 과제는 특수 장비와 원격으로 서버와 통신을 하여 데이터를 송/수신하는 시스템에서 대규모 이벤트 발생시 하위 프로세스를 처리하는 방법 및 수신된 데이터를 서버의 부하 증가 없이 재가공하는 방법을 제공하는 것이다. The technical problem to be solved by the present invention is a method of processing a sub-process when a large-scale event occurs in a system that transmits/receives data by communicating with a server remotely with special equipment and a method of reprocessing the received data without increasing the load on the server will provide

전술한 기술적 과제를 해결하기 위한 본 발명에 따른 플랫폼 상의 이벤트 처리 방법은, 1) 각 사용자 단말로부터 데이터 수신 후, 이벤트 캡처하는 단계; 2) 전 단계에서 캡처된 이벤트 내용을 통합 데이터베이스에 저장하는 단계: 3) 통합 데이터베이스에 저장된 이벤트 내용을 해석하고 처리하는 단계; 4) 각 사용자에게 정해진 규칙에 따라 상기 이벤트 내용에 대한 메시지를 생성하는 단계; 5) 전 단계에서 생성된 메시지를 각각의 API(Application Programming Interface : 응용 프로그램 프로그래밍 인터페이스)를 통해 아답터(Adaptor)로 전송하고 그 결과를 보관하는 단계;를 포함한다. An event processing method on a platform according to the present invention for solving the above technical problem, 1) after receiving data from each user terminal, capturing the event; 2) storing the event contents captured in the previous step in the integrated database: 3) interpreting and processing the event contents stored in the integrated database; 4) generating a message for the content of the event according to a rule set for each user; 5) Transmitting the message generated in the previous step to an adapter through each API (Application Programming Interface: application programming interface) and storing the result; includes.

그리고 본 발명에서 상기 1) 단계는, a) 각 이벤트 특성에 맞는 이벤트 캡처 프로그램을 구성하는 단계; b) 각 사용자 단말로부터 데이터 수신 후 파싱(Parsing)하는 과정에서 상기 이벤트 캡처 프로그램을 이용하여 이벤트 캡처하는 단계;의 소단계로 나뉘어 진행되는 것이 바람직하다. And in the present invention, step 1) comprises: a) configuring an event capture program suitable for each event characteristic; b) after receiving data from each user terminal, capturing an event using the event capture program in the process of parsing;

또한 본 발명에서 상기 2) 단계에서는, 상기 캡처된 이벤트 내용을 그 내용과 무관하게 통합 데이터베이스에 저장하는 것이 바람직하다 .In the present invention, in step 2), it is preferable to store the captured event contents in the integrated database regardless of the contents.

또한 본 발명에서 상기 3) 단계는, c) 각 이벤트에 따라 처리 규정을 정의하는 단계; d) 상기 2) 단계에서 통합 데이터 베이스에 저장된 이벤트 내용을 해석하는 단계; e) 상기 d) 단계에서 해석된 이벤트 내용에 의하여 특정된 이벤트 처리 규정을 매치하여 처리하는 단계;의 소단계로 나뉘어 진행되는 것이 바람직하다. In addition, in the present invention, step 3) includes: c) defining a processing rule according to each event; d) analyzing the event contents stored in the integrated database in step 2); e) processing by matching the event processing rules specified according to the event contents analyzed in step d);

또한 본 발명에 따른 플랫폼 상의 이벤트 처리 방법에서는, 상기 4) 단계 수행 전에, 각 이벤트에 따른 메시지를 사전 정의하기 위한 규칙을 생성하는 단계가 더 수행되는 것이 바람직하다. In addition, in the event processing method on the platform according to the present invention, before step 4) is performed, it is preferable that the step of creating a rule for pre-defining a message according to each event is further performed.

또한 본 발명에서 상기 5) 단계는, f) 상기 4) 단계에서 생성된 메시지를 각각의 API(Application Programming Interface : 응용 프로그램 프로그래밍 인터페이스)를 통해 아답터(Adaptor)로 전송하는 단계; g) 상기 f) 단계에서 전송한 메시지의 처리 결과를 각 사용자 별로 구분하여 통합 데이터베이스에 저장하는 단계;의 소단계로 나뉘어 진행되는 것이 바람직하다. In addition, in the present invention, step 5) includes: f) transmitting the message generated in step 4) to an adapter through each API (Application Programming Interface: application programming interface); It is preferable that the process be divided into sub-steps of g) dividing the processing result of the message transmitted in step f) for each user and storing it in an integrated database.

또한 본 발명에 따른 플랫폼 상의 이벤트 처리 방법에서는, 상기 4) 단계에서 생성된 메시지의 전체 생애 주기(Life Cycle Time)를 확인하는 단계가 더 진행되는 것이 바람직하다. In addition, in the event processing method on the platform according to the present invention, it is preferable that the step of checking the entire life cycle time of the message generated in step 4) proceeds further.

본 발명에 따른 플랫폼 상의 이벤트 처리 방법에 의하면 대규모 통신 트래픽이 발생되는 환경에서 프로세스를 단계별로 독립된 프로그램으로 운영하여 가용성을 높이는 장점이 있다. 또한 사용자의 경험에 의거하여 프로그램의 수정 변경없이 능동적으로 적용 가능하므로 비용 절감과 생산성이 향상되는 장점도 있다. According to the event processing method on the platform according to the present invention, there is an advantage of increasing availability by operating the process as an independent program step by step in an environment where large-scale communication traffic is generated. In addition, since it can be applied actively without modification or change of the program based on the user's experience, cost reduction and productivity are improved.

도 1은 본 발명의 일 실시예에 따른 플랫폼의 개념을 도시하는 개념도이다.
도 2는 본 발명의 일 실시예에 따른 플랫폼 상의 이벤트 처리 방법의 공정도이다.
도 3은 본 발명의 일 실시예에 따른 이벤트 캡처 단계의 세부 공정도이다.
도 4는 본 발명의 일 실시예에 따른 이벤트 해석/처리 단계의 세부 공정도이다.
본 발명의 일 실시예에 따른 메시지 저장/결과 보관 단계의 세부 공정도이다.
1 is a conceptual diagram illustrating the concept of a platform according to an embodiment of the present invention.
2 is a flowchart of an event processing method on a platform according to an embodiment of the present invention.
3 is a detailed flowchart of an event capturing step according to an embodiment of the present invention.
4 is a detailed process diagram of an event analysis/processing step according to an embodiment of the present invention.
It is a detailed flowchart of the message storage/result storage step according to an embodiment of the present invention.

이하에서는 첨부된 도면을 참조하여 본 발명의 구체적인 실시예를 상세하게 설명한다. Hereinafter, specific embodiments of the present invention will be described in detail with reference to the accompanying drawings.

본 실시예에 따른 플랫폼 상의 이벤트 처리 방법은 도 2에 도시된 바와 같이, 이벤트 캡처하는 단계(S100)로 시작된다. 이 단계(S100)에서는 각 사용자 단말(10)로부터 데이터 수신 후, 파싱하는 과정에서 이벤트를 캡처(Capture)하는 것이다. 각 사용자 단말(10)에서는 실시간으로 연속하여 데이터를 유무선 네트워크망(20)을 통하여 관리 서버(30)로 전송한다. The event processing method on the platform according to the present embodiment starts with the step S100 of capturing an event, as shown in FIG. 2 . In this step ( S100 ), after receiving data from each user terminal 10 , an event is captured in the process of parsing. Each user terminal 10 continuously transmits data to the management server 30 through the wired/wireless network 20 in real time.

본 실시예에서 본 단계(S100)는 구체적으로 도 3에 도시된 바와 같이, 이벤트 캡처 프로그램 구성 단계(S110)와 이벤트 캡처 단계(S100)의 소단계들로 나뉘어 진행되는 것이 바람직하다. 먼저 상기 이벤트 캡처 프로그램 구성 단계(S110)는 미리 정해진 각 이벤트 특성에 맞는 이벤트 캡처 프로그램을 구성하는 단계이다. 이때 미리 정해지는 이벤트는 관리하는 사용자 단말(10)이 설치되는 특수 장비의 종류에 따라 달라질 수 있다. In this embodiment, it is preferable that the present step (S100) is divided into sub-steps of the event capture program configuration step (S110) and the event capture step (S100) as specifically shown in FIG. 3 . First, the step of configuring the event capture program ( S110 ) is a step of configuring an event capture program suitable for each predetermined event characteristic. In this case, the predetermined event may vary depending on the type of special equipment in which the managed user terminal 10 is installed.

다음으로 상기 이벤트 캡처 단계(S120)는 각 사용자 단말(10)로부터 데이터 수신 후 파싱(Parsing)하는 과정에서, 전 단계(S110)에서 구성된 상기 이벤트 캡처 프로그램을 이용하여 그 특성에 맞는 이벤트를 캡처하는 것이다. Next, in the event capturing step (S120), in the process of parsing after receiving data from each user terminal 10, using the event capture program configured in the previous step (S110) to capture an event suitable for its characteristics will be.

다음으로는 도 2에 도시된 바와 같이, 전 단계(S100)에서 캡처된 이벤트 내용을 통합 데이터베이스에 저장하는 단계(S200)가 진행된다. 본 단계(S200)에서는 전 단계(S100)에서 캡처 된 이벤트 내용을 그 내용과 무관하게 통합 데이터베이스(32)에 저장하는 것이다. 따라서 시스템 내부 데이터 처리 과정에서 병목 현상을 나타내는 데이터 저장 단계에서 이벤트 내용을 그 내용과 무관하게 단순하게 보관하므로 신속하게 처리할 수 있는 장점이 있다. Next, as shown in Fig. 2, the step (S200) of storing the event content captured in the previous step (S100) in the integrated database proceeds. In this step (S200), the event content captured in the previous step (S100) is stored in the integrated database 32 regardless of the content. Therefore, in the data storage stage, which represents a bottleneck in the process of processing data inside the system, the event contents are simply stored regardless of the contents, so it has the advantage of being able to process quickly.

다음으로는 도 2에 도시된 바와 같이, 통합 데이터베이스(32)에 저장된 이벤트 내용을 해석하고 처리하는 단계(S300)가 진행된다. 이 단계(S300)에서는 상기 통합 데이터베이스(32)에 보관된 캡처 이벤트의 내용을 해석하고 사전에 정의된 처리 규정을 매치하여 처리하는 것이다. Next, as shown in FIG. 2 , a step ( S300 ) of analyzing and processing the event contents stored in the integrated database 32 is performed. In this step (S300), the content of the capture event stored in the integrated database 32 is analyzed and processed by matching a pre-defined processing rule.

본 실시예에서는 본 단계(S300)를 구체적으로 도 4에 도시된 바와 같이, 처리 규정 정의 단계(S310), 이벤트 내용 해석 단계(S320), 이벤트 처리 단계(S330)의 소단계로 나뉘어 진행하는 것이 바람직하다. 먼저 상기 처리 규정 정의 단계(S310)는 각 이벤트에 따라 처리 규정을 사전에 정의하는 단계이다. 그리고 상기 이벤트 내용 해석 단계(S32))는 상기 이벤트 DB 저장 단계(S200)에서 통합 데이터 베이스(32)에 저장된 이벤트 내용을 해석하는 단계이다. In this embodiment, as shown in FIG. 4 in detail, this step (S300) is divided into small steps of a process rule definition step (S310), an event content analysis step (S320), and an event processing step (S330). desirable. First, the process rule definition step S310 is a step of defining a process rule according to each event in advance. And the event content analysis step (S32)) is a step of analyzing the event content stored in the integrated database 32 in the event DB storage step (S200).

그리고 상기 이벤트 처리 단계(S330)는 상기 이벤트 해석 단계(S320)에서 해석된 이벤트 내용에 의하여 특정된 이벤트에 대하여 해당하는 이벤트 처리 규정을 매치(MATCH)하여 처리하는 단계이다. And the event processing step (S330) is a step of processing by matching (MATCH) the corresponding event processing rules for the event specified by the event content analyzed in the event analysis step (S320).

다음으로는 도 2에 도시된 바와 같이, 각 사용자에게 정해진 규칙에 따라 상기 이벤트 내용에 대한 메시지를 생성하는 단계(S400)가 진행된다. 이 단계(S400)에서는 각 사용자에게 사전에 정해진 규칙에 따라 상기 이벤트 내용에 대한 메시지를 생성하는 것이다. 따라서 본 실시예에서는 상기 메시지 생성 단계(S400) 수행 전에, 각 이벤트에 따른 메시지를 사전 정의하기 위한 규칙을 생성하는 단계가 더 수행되는 것이 바람직하다. Next, as shown in FIG. 2 , a step ( S400 ) of generating a message for the content of the event according to a rule set for each user is performed. In this step (S400), a message about the event contents is generated for each user according to a predetermined rule. Therefore, in the present embodiment, it is preferable that the step of creating a rule for pre-defining a message according to each event is further performed before the message generating step (S400) is performed.

다음으로는 도 2에 도시된 바와 같이, 전 단계(S400)에서 생성된 메시지를 각각의 API(Application Programming Interface : 응용 프로그램 프로그래밍 인터페이스)를 통해 아답터(Adaptor)로 전송하고 그 결과를 보관하는 단계(S500)가 진행된다. 본 실시예에서 이 단계(S500)는 구체적으로 도 5에 도시된 바와 같이, 메시지 전송 단계(S510)와 메시지 처리 결과 저장 단계(S520)의 소단계들로 나뉘어 진행되는 것이 바람직하다. Next, as shown in FIG. 2, transmitting the message generated in the previous step (S400) to an adapter through each API (Application Programming Interface: application programming interface) and storing the result ( S500) proceeds. In this embodiment, as specifically shown in FIG. 5, this step (S500) is preferably divided into small steps of a message transmission step (S510) and a message processing result storage step (S520).

먼저 상기 메시지 전송 단계(S510)에서는 상기 메시지 전송/ 결과 보관 단계(S400)에서 생성된 메시지를 각각의 API(Application Programming Interface : 응용 프로그램 프로그래밍 인터페이스)를 통해 아답터(Adaptor)로 전송하는 것이다. 본 실시예에서는 이렇게 다양한 이벤트 처리 결과를 물리적인 인터페이스가 아닌 논리전인 API를 통해 연결하므로, 향 후 개발되고 소개되는 다양한 Adaptor를 연동 가능한 장점이 있다. First, in the message transmission step (S510), the message generated in the message transmission/result storage step (S400) is transmitted to an adapter through each API (Application Programming Interface: application programming interface). In this embodiment, since these various event processing results are connected through a logical API rather than a physical interface, there is an advantage that various adapters developed and introduced in the future can be interlocked.

다음으로 상기 메시지 처리 결과 저장 단계(S520)에서는 상기 메시지 전송 단계(S510)에서 전송한 메시지의 처리 결과를 각 사용자 별로 구분하여 통합 데이터베이스(32)에 저장한다. Next, in the message processing result storage step (S520), the processing result of the message transmitted in the message transmission step (S510) is classified for each user and stored in the integrated database 32 .

마지막으로 본 실시예에 따른 플랫폼 상의 이벤트 처리 방법에서는 도 2에 도시된 바와 같이, 상기 메시지 생성 단계(S400)에서 생성된 메시지의 전체 생애 주기(Life Cycle Time)를 확인하는 단계(S600)가 더 진행되는 것이 바람직하다. 이렇게 되면 이벤트의 생애 주기 관리가 가능하여 데이터에 대한 신뢰도가 향상되는 장점이 있다. Finally, in the event processing method on the platform according to the present embodiment, as shown in FIG. 2 , the step S600 of confirming the entire life cycle time of the message generated in the message generation step S400 is further performed. It is preferable to proceed. In this way, it is possible to manage the life cycle of the event, which has the advantage of improving the reliability of the data.

1 : 본 발명의 일 실시예에 따른 플랫폼
10 : 사용자 단말 20 : 유무선 네트워크망
30 : 관리 서버
1: Platform according to an embodiment of the present invention
10: user terminal 20: wired and wireless network
30: management server

Claims (7)

1) 각 사용자 단말로부터 데이터 수신 후, 이벤트 캡처하는 단계;
2) 전 단계에서 캡처된 이벤트 내용을 통합 데이터베이스에 저장하는 단계:
3) 통합 데이터베이스에 저장된 이벤트 내용을 해석하고 처리하는 단계;
4) 각 사용자에게 정해진 규칙에 따라 상기 이벤트 내용에 대한 메시지를 생성하는 단계;
5) 전 단계에서 생성된 메시지를 각각의 API(Application Programming Interface : 응용 프로그램 프로그래밍 인터페이스)를 통해 아답터(Adaptor)로 전송하고 그 결과를 보관하는 단계;를 포함하는 플랫폼 상의 이벤트 처리 방법.
1) after receiving data from each user terminal, capturing an event;
2) Saving the event contents captured in the previous step in the integrated database:
3) interpreting and processing the event contents stored in the integrated database;
4) generating a message for the content of the event according to a rule set for each user;
5) Transmitting the message generated in the previous step to an adapter through each API (Application Programming Interface: application programming interface) and storing the result;
제1항에 있어서, 상기 1) 단계는,
a) 각 이벤트 특성에 맞는 이벤트 캡처 프로그램을 구성하는 단계;
b) 각 사용자 단말로부터 데이터 수신 후 파싱(Parsing)하는 과정에서 상기 이벤트 캡처 프로그램을 이용하여 이벤트 캡처하는 단계;의 소단계로 나뉘어 진행되는 것을 특징으로 하는 플랫폼 상의 이벤트 처리 방법.
The method of claim 1, wherein step 1) comprises:
a) configuring an event capture program for each event characteristic;
b) receiving data from each user terminal and capturing an event using the event capture program in the process of parsing;
제1항에 있어서, 상기 2) 단계에서는,
상기 캡처된 이벤트 내용을 그 내용과 무관하게 통합 데이터베이스에 저장하는 것을 특징으로 하는 플랫폼 상의 이벤트 처리 방법.
The method of claim 1, wherein in step 2),
The event processing method on the platform, characterized in that the captured event content is stored in an integrated database regardless of the content.
제1항에 있어서, 상기 3) 단계는,
c) 각 이벤트에 따라 처리 규정을 정의하는 단계;
d) 상기 2) 단계에서 통합 데이터 베이스에 저장된 이벤트 내용을 해석하는 단계;
e) 상기 d) 단계에서 해석된 이벤트 내용에 의하여 특정된 이벤트 처리 규정을 매치하여 처리하는 단계;의 소단계로 나뉘어 진행되는 것을 특징으로 하는 플랫폼 상의 이벤트 처리 방법.
The method of claim 1, wherein step 3) comprises:
c) defining processing rules according to each event;
d) analyzing the event contents stored in the integrated database in step 2);
e) processing by matching the event processing rules specified according to the event contents analyzed in step d);
제1항에 있어서,
상기 4) 단계 수행 전에, 각 이벤트에 따른 메시지를 사전 정의하기 위한 규칙을 생성하는 단계가 더 수행되는 것을 특징으로 하는 플랫폼 상의 이벤트 처리 방법.
The method of claim 1,
Before step 4) is performed, the step of creating a rule for pre-defining a message according to each event is further performed.
제1항에 있어서, 상기 5) 단계는,
f) 상기 4) 단계에서 생성된 메시지를 각각의 API(Application Programming Interface : 응용 프로그램 프로그래밍 인터페이스)를 통해 아답터(Adaptor)로 전송하는 단계;
g) 상기 f) 단계에서 전송한 메시지의 처리 결과를 각 사용자 별로 구분하여 통합 데이터베이스에 저장하는 단계;의 소단계로 나뉘어 진행되는 것을 특징으로 하는 플랫폼 상의 이벤트 처리 방법.
According to claim 1, wherein step 5),
f) transmitting the message generated in step 4) to an adapter through each API (Application Programming Interface);
g) A method for processing an event on a platform, characterized in that the processing result of the message transmitted in step f) is divided for each user and stored in an integrated database;
제1항에 있어서,
상기 4) 단계에서 생성된 메시지의 전체 생애 주기(Life Cycle Time)를 확인하는 단계가 더 진행되는 것을 특징으로 하는 플랫폼 상의 이벤트 처리 방법.
The method of claim 1,
The event processing method on the platform, characterized in that the step of checking the entire life cycle (Life Cycle Time) of the message generated in step 4) is further performed.
KR1020200171397A 2020-12-09 2020-12-09 A method for processing the event on the platform KR102509402B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020200171397A KR102509402B1 (en) 2020-12-09 2020-12-09 A method for processing the event on the platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020200171397A KR102509402B1 (en) 2020-12-09 2020-12-09 A method for processing the event on the platform

Publications (2)

Publication Number Publication Date
KR20220081661A true KR20220081661A (en) 2022-06-16
KR102509402B1 KR102509402B1 (en) 2023-03-13

Family

ID=82217636

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020200171397A KR102509402B1 (en) 2020-12-09 2020-12-09 A method for processing the event on the platform

Country Status (1)

Country Link
KR (1) KR102509402B1 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000073704A (en) * 1999-05-13 2000-12-05 조정남 Fault management method using communication protocol api for fault management system
KR20020021236A (en) * 2000-09-14 2002-03-20 구자홍 Appartus and Method for transmission and joint ownership of Defect Information
KR20150049541A (en) * 2013-10-30 2015-05-08 삼성에스디에스 주식회사 system and method for automatically manageing fault events of data center
KR20170047169A (en) * 2015-10-21 2017-05-04 주식회사 포스코 Mthoed and framework system for evnet service of steel process middleware
KR20190100847A (en) * 2018-02-08 2019-08-29 주식회사 포스코아이씨티 Smart Factory System Based on Application Programming Interface
KR20200052852A (en) * 2018-11-07 2020-05-15 현대자동차주식회사 Method and system for managing event data

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000073704A (en) * 1999-05-13 2000-12-05 조정남 Fault management method using communication protocol api for fault management system
KR20020021236A (en) * 2000-09-14 2002-03-20 구자홍 Appartus and Method for transmission and joint ownership of Defect Information
KR20150049541A (en) * 2013-10-30 2015-05-08 삼성에스디에스 주식회사 system and method for automatically manageing fault events of data center
KR20170047169A (en) * 2015-10-21 2017-05-04 주식회사 포스코 Mthoed and framework system for evnet service of steel process middleware
KR20190100847A (en) * 2018-02-08 2019-08-29 주식회사 포스코아이씨티 Smart Factory System Based on Application Programming Interface
KR20200052852A (en) * 2018-11-07 2020-05-15 현대자동차주식회사 Method and system for managing event data

Also Published As

Publication number Publication date
KR102509402B1 (en) 2023-03-13

Similar Documents

Publication Publication Date Title
EP3958606A1 (en) Methods and devices for pushing and requesting model, storage medium and electronic device
CN111694644A (en) Message processing method and device based on robot operating system and computer equipment
CN108833565A (en) A kind of method, apparatus of monitoring server, server and storage medium
CN115242894B (en) Data processing method, device, storage medium and computer equipment
CN112035344A (en) Multi-scenario test method, device, equipment and computer readable storage medium
CN111245671B (en) Automatic integrated test system for ground test of satellite laser communication terminal
CN115129574A (en) Code testing method and device
KR102509402B1 (en) A method for processing the event on the platform
CN110569987A (en) Automatic operation and maintenance method, operation and maintenance equipment, storage medium and device
CN110244968B (en) Charging station management system and method
CN111835712A (en) Data transmission method, device, system, equipment and storage medium
US20200160450A1 (en) Systems and methods for decision tree-based management of market risk stress scenarios
CN114840225B (en) Application deployment method and device, storage medium and electronic device
CN109922087A (en) Analytic method, device, system and the computer storage medium of industry control agreement
CN113434190B (en) Data processing method and device, storage medium and electronic equipment
CN113645131B (en) Data processing method, device, electronic equipment and storage medium
KR102223336B1 (en) Platform of Smart Factory
CN110780859B (en) Method for realizing service architecture based on user-defined form
CN114066154A (en) Safety control method, device, server and computer storage medium
CN113377682A (en) Service testing method and device
CN112380411A (en) Sensitive word processing method and device, electronic equipment, system and storage medium
CN111427800A (en) Reliable transmission processing method for industrial APP test data
CN114697368B (en) Method and device for determining equipment control file, storage medium and electronic device
CN114219106A (en) Automatic operation and maintenance task processing method and equipment based on artificial intelligence
CN116248738B (en) Edge control method and device based on cloud edge

Legal Events

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