KR102398085B1 - Method, device and system for automatic processing and creating company information based on artificial intelligence - Google Patents

Method, device and system for automatic processing and creating company information based on artificial intelligence Download PDF

Info

Publication number
KR102398085B1
KR102398085B1 KR1020210136676A KR20210136676A KR102398085B1 KR 102398085 B1 KR102398085 B1 KR 102398085B1 KR 1020210136676 A KR1020210136676 A KR 1020210136676A KR 20210136676 A KR20210136676 A KR 20210136676A KR 102398085 B1 KR102398085 B1 KR 102398085B1
Authority
KR
South Korea
Prior art keywords
query
category
control server
business processing
neural network
Prior art date
Application number
KR1020210136676A
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 KR1020210136676A priority Critical patent/KR102398085B1/en
Application granted granted Critical
Publication of KR102398085B1 publication Critical patent/KR102398085B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • 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/903Querying
    • G06F16/90335Query processing
    • 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/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0637Strategic management or analysis, e.g. setting a goal or target of an organisation; Planning actions based on goals; Analysis or evaluation of effectiveness of goals
    • G06Q10/06375Prediction of business process outcome or impact based on a proposed change

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Human Resources & Organizations (AREA)
  • Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Strategic Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Economics (AREA)
  • General Engineering & Computer Science (AREA)
  • Marketing (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Educational Administration (AREA)
  • Computational Linguistics (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Artificial Intelligence (AREA)
  • Evolutionary Computation (AREA)
  • Health & Medical Sciences (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Development Economics (AREA)
  • Biomedical Technology (AREA)
  • Biophysics (AREA)
  • Game Theory and Decision Science (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

According to one embodiment, a method of automatically processing and generating enterprise information on the basis of artificial intelligence is performed by a control server and includes the steps of: extracting characteristic information of a first query by analyzing a usage pattern of the first query for a predetermined reference period on the basis of log data stored in a database; predicting a task category of the first query on the basis of an output of the artificial neural network by applying characteristic information of the first query to an artificial neural network; checking a task processing period set in a first category if a prediction result for the task category of the first query is identified as the first category; and if business processing through the first query is not requested during the task processing period, transmitting a task processing request through the first query to a first customer server, which is one of a plurality of customer servers, and making a control to generate corporate information.

Description

인공지능 기반 기업 정보 자동 처리 및 생성 방법, 장치 및 시스템 {METHOD, DEVICE AND SYSTEM FOR AUTOMATIC PROCESSING AND CREATING COMPANY INFORMATION BASED ON ARTIFICIAL INTELLIGENCE}Method, device and system for automatic processing and creation of company information based on artificial intelligence {METHOD, DEVICE AND SYSTEM FOR AUTOMATIC PROCESSING AND CREATING COMPANY INFORMATION BASED ON ARTIFICIAL INTELLIGENCE}

아래 실시예들은 인공지능을 기반으로 기업 정보를 자동 처리 및 생성하기 위한 기술에 관한 것이다.The following embodiments relate to technology for automatically processing and generating corporate information based on artificial intelligence.

데이터베이스에 저장된 정보를 직접 변경할 때, 데이터베이스로부터 정보를 추출하고, 편집하는 주체의 식별이 어려운 문제가 있으며, 관련 로그 데이터를 획득할 수 없는 문제도 있다.When directly changing information stored in a database, there is a problem in that it is difficult to identify a subject who extracts and edits information from the database, and there is a problem in that related log data cannot be obtained.

기존의 DB 접근 제어 솔루션은 데이터베이스에 접근하는 서버 별로 프록시 서버를 각각 구비해야 하기 때문에, 구축 비용이 비싼 문제가 있다.The existing DB access control solution has a problem of high construction cost because a proxy server must be provided for each server accessing the database.

따라서, 상술한 문제점들을 해결하기 위해, 데이터베이스의 로그 데이터를 기록하여 저장할 수 있는 방법에 대한 연구가 요구된다.Therefore, in order to solve the above problems, research on a method for recording and storing log data of a database is required.

또한, 추가적으로, 로그 데이터를 이용하여 기업 정보를 처리할 수 있는 방법에 대한 연구도 요구된다.In addition, research on a method for processing company information using log data is also required.

한국등록특허 제10-2037480호Korean Patent Registration No. 10-2037480 한국등록특허 제10-1927578호Korean Patent No. 10-1927578 한국등록특허 제10-1671889호Korean Patent No. 10-1671889 한국등록특허 제10-1241037호Korean Patent Registration No. 10-1241037

일실시예에 따르면, 데이터베이스에 저장된 로그 데이터를 기초로, 미리 설정된 기준 기간 동안 제1 쿼리의 사용 패턴을 분석하여, 제1 쿼리의 특성 정보를 추출하고, 제1 쿼리의 특성 정보를 인공 신경망에 적용하여, 인공 신경망의 출력을 기초로, 제1 쿼리의 업무 카테고리를 예측하고, 제1 쿼리의 업무 카테고리에 대한 예측 결과가 제1 카테고리로 확인되면, 제1 카테고리에 설정되어 있는 업무 처리 기간을 확인하고, 업무 처리 기간 동안에 제1 쿼리를 통한 업무 처리가 요청되지 않으면, 제1 쿼리를 통한 업무 처리 요청을 복수의 고객사 서버 중 어느 하나인 제1 고객사 서버로 전송하여, 제1 쿼리에 의해 기업 정보가 생성되도록 제어하는, 인공지능 기반 기업 정보 자동 처리 및 생성 방법, 장치 및 시스템을 제공하기 위한 것을 그 목적으로 한다.According to an embodiment, based on the log data stored in the database, the usage pattern of the first query is analyzed for a preset reference period, characteristic information of the first query is extracted, and the characteristic information of the first query is applied to the artificial neural network. By applying, based on the output of the artificial neural network, the business category of the first query is predicted, and when the prediction result for the business category of the first query is confirmed as the first category, the business processing period set in the first category is Check, and if the business processing through the first query is not requested during the business processing period, the business processing request through the first query is transmitted to the first customer server, which is one of the plurality of customer server servers, and the company An object of the present invention is to provide a method, apparatus, and system for automatically processing and generating company information based on artificial intelligence, which controls information to be generated.

본 발명의 목적은 이상에서 언급한 목적으로 제한되지 않으며, 언급되지 않은 또 다른 목적들은 아래의 기재로부터 명확하게 이해될 수 있을 것이다.The object of the present invention is not limited to the object mentioned above, and other objects not mentioned will be clearly understood from the description below.

일실시예에 따르면, 제어 서버에 의해 수행되는, 인공지능을 기반으로 기업 정보를 자동 처리 및 생성하는 방법에 있어서, 데이터베이스에 저장된 로그 데이터를 기초로, 미리 설정된 기준 기간 동안 제1 쿼리의 사용 패턴을 분석하여, 상기 제1 쿼리의 특성 정보를 추출하는 단계; 상기 제1 쿼리의 특성 정보를 인공 신경망에 적용하여, 상기 인공 신경망의 출력을 기초로, 상기 제1 쿼리의 업무 카테고리를 예측하는 단계; 상기 제1 쿼리의 업무 카테고리에 대한 예측 결과가 제1 카테고리로 확인되면, 상기 제1 카테고리에 설정되어 있는 업무 처리 기간을 확인하는 단계; 및 상기 업무 처리 기간 동안에 상기 제1 쿼리를 통한 업무 처리가 요청되지 않으면, 상기 제1 쿼리를 통한 업무 처리 요청을 복수의 고객사 서버 중 어느 하나인 제1 고객사 서버로 전송하여, 상기 제1 쿼리에 의해 기업 정보가 생성되도록 제어하는 단계를 포함하는, 인공지능 기반 기업 정보 자동 처리 및 생성 방법이 제공된다.According to an embodiment, in a method for automatically processing and generating company information based on artificial intelligence, performed by a control server, based on log data stored in a database, a usage pattern of a first query for a preset reference period analyzing and extracting characteristic information of the first query; predicting a business category of the first query by applying the characteristic information of the first query to an artificial neural network and based on an output of the artificial neural network; when the prediction result for the business category of the first query is confirmed as the first category, checking a business processing period set in the first category; And if the business processing through the first query is not requested during the business processing period, the business processing request through the first query is transmitted to the first customer server, which is one of the plurality of customer server servers, to the first query There is provided a method for automatically processing and generating company information based on artificial intelligence, including the step of controlling the company information to be generated by the company.

상기 인공지능 기반 기업 정보 자동 처리 및 생성 방법은, 상기 업무 처리 기간을 확인하는 단계 이후, 상기 업무 처리 기간의 마지막날의 전날까지 상기 제1 쿼리를 통한 업무 처리가 요청되지 않으면, 상기 로그 데이터를 기초로, 제1 사용자 단말로부터 전달된 상기 제1 쿼리에 의해 상기 기업 정보가 생성된 적이 있는 것을 확인하는 단계; 상기 제1 사용자 단말에 로그인 되어 있는 제1 사용자 계정을 통해, 제1 사용자가 기업에서 소속되어 있는 팀을 확인하는 단계; 및 상기 제1 사용자가 제1 팀에 소속되어 있고, 상기 제1 사용자와 제2 사용자가 상기 제1 팀을 구성하고 있는 경우, 상기 제1 쿼리를 통한 업무 처리를 요청하는 알림 메시지를 상기 제1 사용자 단말 및 제2 사용자 단말로 전송하는 단계를 더 포함할 수 있다.The artificial intelligence-based company information automatic processing and generation method, after the step of confirming the business processing period, if the business processing through the first query is not requested until the day before the last day of the business processing period, the log data based on the step of confirming that the company information has been generated by the first query transmitted from the first user terminal; checking the team to which the first user belongs in the company through the first user account logged into the first user terminal; and when the first user belongs to the first team and the first user and the second user form the first team, a notification message for requesting business processing through the first query is sent to the first The method may further include transmitting to the user terminal and the second user terminal.

상기 인공지능 기반 기업 정보 자동 처리 및 생성 방법은, 상기 업무 처리 기간을 확인하는 단계 이후, 상기 업무 처리 기간 동안 상기 제1 쿼리를 통한 업무 처리가 요청되지 않은 상태에서, 제3 사용자 단말로부터 상기 제1 쿼리를 통한 업무 처리가 요청되면, 상기 제3 사용자 단말에 로그인 되어 있는 제3 사용자 계정을 통해, 제3 사용자가 기업에서 소속되어 있는 팀을 확인하는 단계; 상기 제3 사용자가 제2 팀에 소속되어 있는 것으로 확인되면, 상기 제2 팀에 설정되어 있는 업무 처리 분야를 확인하는 단계; 상기 제2 팀의 업무 처리 분야에 상기 제1 카테고리가 포함되어 있는 것으로 확인되면, 상기 제1 쿼리에 의해 기업 정보가 생성되도록 제어하는 단계; 및 상기 제2 팀의 업무 처리 분야에 상기 제1 카테고리가 포함되어 있지 않은 것으로 확인되면, 상기 제1 쿼리에 의해 기업 정보가 생성되지 않도록 제어하는 단계를 더 포함할 수 있다.The artificial intelligence-based company information automatic processing and generation method, after confirming the business processing period, in a state in which business processing through the first query is not requested during the business processing period, from a third user terminal 1 when a business process through a query is requested, through a third user account logged into the third user terminal, confirming a team to which the third user belongs in the company; when it is confirmed that the third user belongs to the second team, checking a business processing field set in the second team; when it is confirmed that the first category is included in the work processing field of the second team, controlling the company information to be generated by the first query; and when it is confirmed that the first category is not included in the work processing field of the second team, controlling so that the company information is not generated by the first query.

일실시예에 따르면, 데이터베이스에 저장된 로그 데이터를 기초로, 미리 설정된 기준 기간 동안 제1 쿼리의 사용 패턴을 분석하여, 제1 쿼리의 특성 정보를 추출하고, 제1 쿼리의 특성 정보를 인공 신경망에 적용하여, 인공 신경망의 출력을 기초로, 제1 쿼리의 업무 카테고리를 예측하고, 제1 쿼리의 업무 카테고리에 대한 예측 결과가 제1 카테고리로 확인되면, 제1 카테고리에 설정되어 있는 업무 처리 기간을 확인하고, 업무 처리 기간 동안에 제1 쿼리를 통한 업무 처리가 요청되지 않으면, 제1 쿼리를 통한 업무 처리 요청을 복수의 고객사 서버 중 어느 하나인 제1 고객사 서버로 전송하여, 제1 쿼리에 의해 기업 정보가 생성되도록 제어함으로써, 로그 데이터를 이용하여 기업 정보를 자동으로 처리할 수 있는 효과가 있다.According to an embodiment, based on the log data stored in the database, the usage pattern of the first query is analyzed for a preset reference period, characteristic information of the first query is extracted, and the characteristic information of the first query is applied to the artificial neural network. By applying, based on the output of the artificial neural network, the business category of the first query is predicted, and when the prediction result for the business category of the first query is confirmed as the first category, the business processing period set in the first category is Check, and if the business processing through the first query is not requested during the business processing period, the business processing request through the first query is transmitted to the first customer server, which is one of the plurality of customer server servers, and the company By controlling the information to be generated, there is an effect that company information can be automatically processed using log data.

한편, 실시예들에 따른 효과들은 이상에서 언급한 것으로 제한되지 않으며, 언급되지 않은 또 다른 효과들은 아래의 기재로부터 해당 기술 분야의 통상의 지식을 가진 자에게 명확히 이해될 수 있을 것이다.On the other hand, the effects according to the embodiments are not limited to those mentioned above, and other effects not mentioned will be clearly understood by those of ordinary skill in the art from the following description.

도 1은 일실시예에 따른 시스템의 구성을 개략적으로 나타낸 도면이다.
도 2는 일실시예에 따른 기업 서버의 로그 데이터를 관리 및 처리하는 과정을 설명하기 위한 순서도이다.
도 3은 일실시예에 따른 패킷 복호화 및 파싱 결과 저장에 대한 과정을 설명하기 위한 도면이다.
도 4는 일실시예에 따른 패킷 캡쳐 및 저장하는 과정을 설명하기 위한 도면이다.
도 5는 일실시예에 따른 일의 수에 따라 일을 분배하는 과정을 설명하기 위한 순서도이다.
도 6은 일실시예에 따른 인공지능을 기반으로 기업 정보를 자동 처리 및 생성하는 과정을 설명하기 위한 순서도이다.
도 7은 일실시예에 따른 업무 처리 담당자에게 업무 처리를 요청하는 알림 메시지를 전송하는 과정을 설명하기 위한 순서도이다.
도 8은 일실시예에 따른 담당자 확인을 통해 업무를 처리하는 과정을 설명하기 위한 순서도이다.
도 9는 일실시예에 따른 인공 신경망의 학습을 설명하기 위한 도면이다.
도 10은 일실시예에 따른 제어 서버의 구성의 예시도이다.
1 is a diagram schematically showing the configuration of a system according to an embodiment.
2 is a flowchart illustrating a process of managing and processing log data of a corporate server according to an exemplary embodiment.
3 is a diagram for explaining a process of decoding a packet and storing a result of parsing according to an embodiment.
4 is a diagram for explaining a process of capturing and storing a packet according to an embodiment.
5 is a flowchart illustrating a process of distributing work according to the number of jobs according to an exemplary embodiment.
6 is a flowchart illustrating a process of automatically processing and generating company information based on artificial intelligence according to an embodiment.
7 is a flowchart illustrating a process of transmitting a notification message for requesting a business process to a business processing person in charge according to an exemplary embodiment.
8 is a flowchart illustrating a process of processing a task through confirmation of a person in charge according to an embodiment.
9 is a diagram for explaining learning of an artificial neural network according to an embodiment.
10 is an exemplary diagram of a configuration of a control server according to an embodiment.

이하에서, 첨부된 도면을 참조하여 실시예들을 상세하게 설명한다. 그러나, 실시예들에는 다양한 변경이 가해질 수 있어서 특허출원의 권리 범위가 이러한 실시예들에 의해 제한되거나 한정되는 것은 아니다. 실시예들에 대한 모든 변경, 균등물 내지 대체물이 권리 범위에 포함되는 것으로 이해되어야 한다.Hereinafter, embodiments will be described in detail with reference to the accompanying drawings. However, since various changes may be made to the embodiments, the scope of the patent application is not limited or limited by these embodiments. It should be understood that all modifications, equivalents and substitutes for the embodiments are included in the scope of the rights.

실시예들에 대한 특정한 구조적 또는 기능적 설명들은 단지 예시를 위한 목적으로 개시된 것으로서, 다양한 형태로 변경되어 실시될 수 있다. 따라서, 실시예들은 특정한 개시형태로 한정되는 것이 아니며, 본 명세서의 범위는 기술적 사상에 포함되는 변경, 균등물, 또는 대체물을 포함한다.Specific structural or functional descriptions of the embodiments are disclosed for purposes of illustration only, and may be changed and implemented in various forms. Accordingly, the embodiments are not limited to the specific disclosure form, and the scope of the present specification includes changes, equivalents, or substitutes included in the technical spirit.

제1 또는 제2 등의 용어를 다양한 구성요소들을 설명하는데 사용될 수 있지만, 이런 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로만 해석되어야 한다. 예를 들어, 제1 구성요소는 제2 구성요소로 명명될 수 있고, 유사하게 제2 구성요소는 제1 구성요소로도 명명될 수 있다.Although terms such as first or second may be used to describe various elements, these terms should be interpreted only for the purpose of distinguishing one element from another. For example, a first component may be termed a second component, and similarly, a second component may also be termed a first component.

어떤 구성요소가 다른 구성요소에 "연결되어" 있다고 언급된 때에는, 그 다른 구성요소에 직접적으로 연결되어 있거나 또는 접속되어 있을 수도 있지만, 중간에 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다.When a component is referred to as being “connected to” another component, it may be directly connected or connected to the other component, but it should be understood that another component may exist in between.

실시예에서 사용한 용어는 단지 설명을 목적으로 사용된 것으로, 한정하려는 의도로 해석되어서는 안된다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 명세서에서, "포함하다" 또는 "가지다" 등의 용어는 명세서 상에 기재된 특징, 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.The terms used in the examples are used for the purpose of description only, and should not be construed as limiting. The singular expression includes the plural expression unless the context clearly dictates otherwise. In this specification, terms such as "comprise" or "have" are intended to designate that a feature, number, step, operation, component, part, or a combination thereof described in the specification exists, but one or more other features It should be understood that this does not preclude the existence or addition of numbers, steps, operations, components, parts, or combinations thereof.

다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 여기서 사용되는 모든 용어들은 실시예가 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가지고 있다. 일반적으로 사용되는 사전에 정의되어 있는 것과 같은 용어들은 관련 기술의 문맥 상 가지는 의미와 일치하는 의미를 가지는 것으로 해석되어야 하며, 본 출원에서 명백하게 정의하지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는다.Unless otherwise defined, all terms used herein, including technical or scientific terms, have the same meaning as commonly understood by one of ordinary skill in the art to which the embodiment belongs. Terms such as those defined in commonly used dictionaries should be interpreted as having a meaning consistent with the meaning in the context of the related art, and should not be interpreted in an ideal or excessively formal meaning unless explicitly defined in the present application. does not

또한, 첨부 도면을 참조하여 설명함에 있어, 도면 부호에 관계없이 동일한 구성 요소는 동일한 참조부호를 부여하고 이에 대한 중복되는 설명은 생략하기로 한다. 실시예를 설명함에 있어서 관련된 공지 기술에 대한 구체적인 설명이 실시예의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우 그 상세한 설명을 생략한다.In addition, in the description with reference to the accompanying drawings, the same components are given the same reference numerals regardless of the reference numerals, and the overlapping description thereof will be omitted. In describing the embodiment, if it is determined that a detailed description of a related known technology may unnecessarily obscure the gist of the embodiment, the detailed description thereof will be omitted.

실시예들은 퍼스널 컴퓨터, 랩톱 컴퓨터, 태블릿 컴퓨터, 스마트 폰, 텔레비전, 스마트 가전 기기, 지능형 자동차, 키오스크, 웨어러블 장치 등 다양한 형태의 제품으로 구현될 수 있다.The embodiments may be implemented in various types of products, such as personal computers, laptop computers, tablet computers, smart phones, televisions, smart home appliances, intelligent cars, kiosks, wearable devices, and the like.

도 1은 일실시예에 따른 시스템의 구성을 개략적으로 나타낸 도면이다.1 is a diagram schematically showing the configuration of a system according to an embodiment.

도 1을 참조하면, 일실시예에 따른 시스템은 복수의 고객사 서버(100), 클라우드 스토리지(200), 제어 서버(300), 복수의 서버(400) 및 데이터베이스(500)를 포함할 수 있다.Referring to FIG. 1 , a system according to an embodiment may include a plurality of customer servers 100 , cloud storage 200 , a control server 300 , a plurality of servers 400 , and a database 500 .

복수의 고객사 서버(100)는 제1 고객사 서버(110), 제2 고객사 서버(120) 등을 포함할 수 있다.The plurality of customer server 100 may include a first customer server 110 , a second customer server 120 , and the like.

복수의 고객사 서버(100)는 하나의 고객사에서 사용하는 복수의 기업 서버로 구현되어, 처리해야 하는 기업 업무의 분야 별로 복수의 서버가 구분될 수 있다. 예를 들어, 제1 고객사 서버(110)는 회계 관련 업무를 처리하는 기업 서버이고, 제2 고객사 서버(120)는 인사 관련 업무를 처리하는 기업 서버일 수 있으며, 고객사의 특징에 따라 다양한 형태로 구현될 수 있다.The plurality of customer server 100 may be implemented as a plurality of corporate servers used by one customer, and the plurality of servers may be classified for each field of business work to be processed. For example, the first customer server 110 may be a corporate server that processes accounting-related tasks, and the second customer server 120 may be a corporate server that processes personnel-related tasks, and may be provided in various forms according to the characteristics of the customer. can be implemented.

복수의 고객사 서버(100) 각각에는 로그 봇이 설치되어 있다. 즉, 제1 고객사 서버(110)에는 제1 로그 봇(111)이 설치되어 있고, 제2 고객사 서버(120)에는 제2 로그 봇(121)이 설치되어 있다.A log bot is installed in each of the plurality of customer server 100 . That is, the first log bot 111 is installed in the first customer server 110 , and the second log bot 121 is installed in the second customer server 120 .

복수의 고객사 서버(100) 각각은 데이터베이스를 포함하고 있다. 즉, 제1 고객사 서버(110)는 데이터베이스(112)를 포함하고 있고, 제2 고객사 서버(120)는 데이터베이스(122)를 포함하고 있다.Each of the plurality of customer server 100 includes a database. That is, the first customer server 110 includes the database 112 , and the second customer server 120 includes the database 122 .

복수의 로그 봇은 고객사 서버 데이터베이스의 로그를 관리하는 봇으로, 데이터베이스의 접근 제어 솔루션(데이터베이스 접근 툴, 프로그램 등)을 통해 고객사 서버의 데이터베이스에 접근하여 데이터베이스에 저장된 정보를 변경하는 과정을 감시하고, 정보 변경 시 이에 대한 로그 데이터를 생성하여 기록할 수 있다. 여기서, 로그 데이터는 정보 변경 시 사용된 쿼리, 정보 변경을 요청한 IP 주소 등에 대한 정보를 포함할 수 있다.The multiple log bot is a bot that manages logs of the customer server database. It accesses the customer server database through a database access control solution (database access tool, program, etc.) and monitors the process of changing the information stored in the database. When information is changed, log data can be created and recorded. Here, the log data may include information about a query used to change information, an IP address that requested information change, and the like.

예를 들어, 제1 고객사 서버(110)와 제1 사용자 단말은 연결되어 있고, 제1 사용자 단말에 데이터베이스 접근 프로그램이 설치되어 있는 경우, 제1 사용자 단말로부터 전달된 제1 쿼리에 의해 데이터베이스(112)에 저장된 정보가 변경되면, 제1 로그 봇(111)은 제1 쿼리 및 제1 사용자 단말의 IP 주소를 기초로, 데이터베이스 변경에 대한 로그 데이터를 생성하여 기록할 수 있다.For example, when the first customer server 110 and the first user terminal are connected, and a database access program is installed in the first user terminal, the database 112 by the first query transmitted from the first user terminal ) is changed, the first log bot 111 may generate and record log data for the database change based on the first query and the IP address of the first user terminal.

일실시예에 따르면, 데이터베이스 로그 서버는 클라우드 스토리지(200), 제어 서버(300), 복수의 서버(400) 및 데이터베이스(500)를 포함하여 구성될 수 있다.According to an embodiment, the database log server may be configured to include a cloud storage 200 , a control server 300 , a plurality of servers 400 , and a database 500 .

클라우드 스토리지(200)는 어디서나 원하는 양의 데이터를 저장하고 검색할 수 있도록 구축된 객체 스토리지로 구현될 수 있다. 클라우드 스토리지(200)는 S3(Simple Storage Service)를 제공할 수 있으며, S3는 업계 최고의 확장성, 데이터 가용성 및 보안과 성능을 제공하는 객체 스토리지 서비스를 의미할 수 있다. 즉, 규모와 업종에 상관없이 고객사가 이 서비스를 이용하여 데이터 레이크, 웹사이트, 모바일 애플리케이션, 백업 및 복원, 아카이브, 엔터프라이즈 애플리케이션, IoT 디바이스, 빅 데이터 분석과 같은 다양한 사용 사례에서 원하는 만큼의 데이터를 저장하고 보호할 수 있다. S3는 사용하기 쉬운 관리 기능을 제공하므로 특정 비즈니스, 조직 및 규정 준수 요구 사항에 따라 데이터를 조직화하고 세부적인 액세스 제어를 구성할 수 있다.The cloud storage 200 may be implemented as an object storage built to store and retrieve a desired amount of data anywhere. The cloud storage 200 may provide a Simple Storage Service (S3), and S3 may refer to an object storage service that provides industry-leading scalability, data availability, security, and performance. This means that customers of all sizes and industries can use this service to acquire as much data as they want across a variety of use cases such as data lakes, websites, mobile applications, backup and restore, archives, enterprise applications, IoT devices, and big data analytics. can be stored and protected. S3 provides easy-to-use management features so you can organize your data and configure fine-grained access controls according to your specific business, organizational and compliance requirements.

제어 서버(300)는 제어 서버(300)를 이용하여 서비스를 제공하는 자 내지 단체가 보유한 자체 서버일수도 있고, 클라우드 서버일 수도 있고, 분산된 노드(node)들의 p2p(peer-to-peer) 집합일 수도 있다. 제어 서버(300)는 통상의 컴퓨터가 가지는 연산 기능, 저장/참조 기능, 입출력 기능 및 제어 기능을 전부 또는 일부 수행하도록 구성될 수 있다.The control server 300 may be a self-server owned by a person or organization that provides services using the control server 300, may be a cloud server, and may be peer-to-peer (p2p) of distributed nodes. It may be a set. The control server 300 may be configured to perform all or part of an arithmetic function, a storage/referencing function, an input/output function, and a control function of a typical computer.

제어 서버(300)는 복수의 고객사 서버(100)에 설치된 복수의 로그 봇, 클라우드 스토리지(200), 복수의 서버(400) 및 데이터베이스(500) 각각의 동작을 제어하여, 시스템의 전체적인 동작을 제어할 수 있다.The control server 300 controls the operation of each of the plurality of log bots, the cloud storage 200, the plurality of servers 400 and the database 500 installed in the plurality of customer servers 100, thereby controlling the overall operation of the system. can do.

복수의 서버(400)는 오토 스케일링 그룹(Auto Scaling Group)을 구성하는 복수의 서버로, 제1 서버(410), 제2 서버(420) 등을 포함할 수 있다.The plurality of servers 400 is a plurality of servers constituting an auto scaling group, and may include a first server 410 , a second server 420 , and the like.

복수의 서버(400)에는 오토 스케일링(Auto Scaling)을 통해 자동 조절 정책(Auto-Scaling Policy)이 설정될 수 있다. 자동 조절 정책은 서버들의 묶음 단위인 오토 스케일링 그룹(Auto Scaling Group)에 연결하여 서비스가 유휴 상태일 때는 서버의 개수를 최소로 유지하고 부하가 발생하면 최대로 늘려 안정적이고 유연한 서비스를 구현합니다. 이와 관련된 자세한 설명은 도 5를 참조하여 후술하기로 한다.An auto-scaling policy may be set in the plurality of servers 400 through auto-scaling. The auto-scaling policy is connected to the Auto Scaling Group, which is a bundle of servers, so that the number of servers is kept to a minimum when the service is idle, and the number of servers is increased to the maximum when a load occurs to implement a stable and flexible service. A detailed description related thereto will be described later with reference to FIG. 5 .

데이터베이스(500)는 로그 데이터를 저장하는 데이터베이스로 데이터베이스 로그 서버의 데이터베이스 기능을 수행할 수 있다.The database 500 is a database for storing log data and may perform a database function of a database log server.

일실시예에 따르면, 제어 서버(300)는 데이터베이스(500)에 저장된 로그 데이터를 이용하여, 기업 정보가 생성되도록 제어할 수 있다. 여기서, 기업 정보는 기업 활동을 하는데 필요한 정보로, 재무, 인사, 구매 등과 관련된 정보를 포함할 수 있다.According to an embodiment, the control server 300 may control the company information to be generated using log data stored in the database 500 . Here, the corporate information is information necessary for corporate activities, and may include information related to finance, human resources, purchase, and the like.

도 2는 일실시예에 따른 기업 서버의 로그 데이터를 관리 및 처리하는 과정을 설명하기 위한 순서도이다.2 is a flowchart illustrating a process of managing and processing log data of a corporate server according to an exemplary embodiment.

도 2를 참조하면, 먼저, S201 단계에서, 복수의 고객사 서버(100)에 설치된 복수의 로그 봇은 제어 서버(300)의 제어에 의해, 복수의 고객사 서버(100) 별로 로그 데이터를 추출할 수 있다. 여기서, 로그 데이터는 쿼리 및 IP 주소에 대한 정보를 포함할 수 있다.Referring to FIG. 2 , first, in step S201 , a plurality of log bots installed in the plurality of customer server 100 can extract log data for each of the plurality of customer server 100 under the control of the control server 300 . there is. Here, the log data may include information on queries and IP addresses.

즉, 제어 서버(300)는 복수의 고객사 서버(100) 각각에 설치된 복수의 로그 봇을 통해, 복수의 고객사 서버(100) 별로 로그 데이터가 추출되도록 처리할 수 있다.That is, the control server 300 may process log data to be extracted for each of the plurality of customer server 100 through a plurality of log bots installed in each of the plurality of customer server 100 .

예를 들어, 제1 고객사 서버(110)에 설치된 제1 로그 봇(111)은 데이터베이스(112)에 저장된 정보 변경으로 제1 고객사 서버(110)에서 생성된 로그 데이터를 추출하고, 제2 고객사 서버(120)에 설치된 제2 로그 봇(121)은 데이터베이스(122)에 저장된 정보 변경으로 제2 고객사 서버(120)에서 생성된 로그 데이터를 추출할 수 있다.For example, the first log bot 111 installed in the first customer server 110 extracts log data generated in the first customer server 110 by changing information stored in the database 112, and the second customer server The second log bot 121 installed in 120 may extract log data generated by the second customer server 120 by changing information stored in the database 122 .

제1 로그 봇(111) 및 제2 로그 봇(121)은 제어 서버(300)의 제어에 의해 동작될 수 있으며, 데이터베이스에 저장된 정보 변경으로 로그 데이터가 새로 기록될 때마다 로그 데이터를 추출할 수 있고, 미리 설정된 기간마다 일괄적으로 로그 데이터를 추출할 수도 있다.The first log bot 111 and the second log bot 121 may be operated under the control of the control server 300, and log data can be extracted whenever log data is newly recorded due to a change in information stored in the database. Alternatively, log data may be collectively extracted every preset period.

S202 단계에서, 복수의 고객사 서버(100)에 설치된 복수의 로그 봇은 제어 서버(300)의 제어에 의해, 추출된 로그 데이터를 패킷으로 복제할 수 있다.In step S202 , the plurality of log bots installed in the plurality of customer servers 100 may copy the extracted log data into packets under the control of the control server 300 .

즉, 제어 서버(300)는 복수의 고객사 서버(100) 각각에 설치된 복수의 로그 봇을 통해, 추출된 로그 데이터가 패킷으로 복제되도록 처리할 수 있다.That is, the control server 300 may process the extracted log data to be copied into packets through a plurality of log bots installed in each of the plurality of customer server 100 .

예를 들어, 제1 고객사 서버(110)에 설치된 제1 로그 봇(111)은 제1 고객사 서버(110)에서 추출된 로그 데이터를 패킷으로 복제하고, 제2 고객사 서버(120)에 설치된 제2 로그 봇(121)은 제2 고객사 서버(120)에서 추출된 로그 데이터를 패킷으로 복제할 수 있다.For example, the first log bot 111 installed in the first customer server 110 copies log data extracted from the first customer server 110 into packets, and the second log bot 111 installed in the second customer server 120 The log bot 121 may replicate log data extracted from the second customer server 120 into packets.

제1 로그 봇(111) 및 제2 로그 봇(121)은 제어 서버(300)의 제어에 의해 동작될 수 있으며, 로그 데이터가 추출될 때마다 추출된 로그 데이터를 패킷으로 복제할 수 있고, 미리 설정된 기간마다 일괄적으로 추출된 로그 데이터를 패킷으로 복제할 수 있다.The first log bot 111 and the second log bot 121 may be operated under the control of the control server 300, and whenever log data is extracted, the extracted log data may be copied into packets, and Log data extracted in batches can be copied in packets every set period.

S203 단계에서, 복수의 고객사 서버(100)에 설치된 복수의 로그 봇은 복제된 로그 데이터를 제어 서버(300)로 전달할 수 있다.In step S203 , the plurality of log bots installed in the plurality of customer servers 100 may transmit the replicated log data to the control server 300 .

구체적으로, 복수의 고객사 서버(100)에 설치된 복수의 로그 봇은 복제된 로그 데이터를 클라우드 스토리지(200)로 전달할 수 있으며, 복제된 로그 데이터가 복수의 로그 봇으로부터 클라우드 스토리지(200)로 전달되면, 전달된 로그 데이터가 클라우드 스토리지(200)에 저장될 수 있다. 이후, 제어 서버(300)는 클라우드 스토리지(200)에 저장된 로그 데이터를 획득할 수 있다.Specifically, a plurality of log bots installed in a plurality of customer server 100 may deliver replicated log data to the cloud storage 200 , and when the replicated log data is delivered from the plurality of log bots to the cloud storage 200 , , the delivered log data may be stored in the cloud storage 200 . Thereafter, the control server 300 may acquire log data stored in the cloud storage 200 .

S204 단계에서, 제어 서버(300)는 복제된 로그 데이터가 전달되면, 전달된 로그 데이터의 복호화를 병렬로 처리할 수 있다. 이때, 제어 서버(300)는 제어 서버(300)와 연결된 오토 스케일링 그룹(Auto Scaling Group)을 통해, 획득된 로그 데이터의 복호화를 병렬로 처리할 수 있다.In step S204 , when the replicated log data is delivered, the control server 300 may process decryption of the delivered log data in parallel. In this case, the control server 300 may parallelly process the decryption of the obtained log data through an auto scaling group connected to the control server 300 .

예를 들어, 오토 스케일링 그룹(Auto Scaling Group)이 5개의 서버로 구성되어 있고, 로그 데이터를 복호화 하기 위해 처리해야 하는 일의 수가 10,000개인 경우, 제어 서버(300)는 처리해야 하는 일을 2,000개씩으로 분배하여, 분배된 일을 5개의 서버로 전달하여 처리하게 함으로써, 로그 데이터의 복호화를 복수의 서버(400)를 통해 병렬로 처리할 수 있다.For example, if the Auto Scaling Group consists of 5 servers and the number of tasks to be processed to decrypt log data is 10,000, the control server 300 performs 2,000 tasks to be processed. By distributing the distributed work to five servers for processing, decryption of log data can be processed in parallel through a plurality of servers 400 .

S205 단계에서, 제어 서버(300)는 복호화된 로그 데이터를 제어 서버(300)와 연결된 데이터베이스(500)에 저장하도록, 복수의 서버(400) 및 데이터베이스(500)의 동작을 제어할 수 있다.In step S205 , the control server 300 may control the operations of the plurality of servers 400 and the database 500 to store the decrypted log data in the database 500 connected to the control server 300 .

예를 들어, 제1 서버(410) 및 제2 서버(420)를 통해 로그 데이터의 복호화가 병렬로 처리된 경우, 제어 서버(300)는 제1 서버(410)를 통해 복호화된 로그 데이터와 제2 서버(420)를 통해 복호화된 로그 데이터가 결합되어, 데이터베이스(500)에 저장되도록 처리할 수 있다.For example, when decryption of log data is processed in parallel through the first server 410 and the second server 420 , the control server 300 may 2 The log data decrypted through the server 420 may be combined and processed to be stored in the database 500 .

즉, 상술한 바와 같이, 로그 데이터의 패킷이 복제되어 제어 서버(300)로 전달되면, 제어 서버(300)는 전달된 로그 데이터를 획득하여, 이로부터 쿼리를 뽑아내는 과정을 수행할 수 있다. 이때, 제어 서버(300)는 쿼리를 뽑아내기 위해 필요한 복호화를 복수의 서버(400)를 통해 분산 처리되도록 제어하여, 복호화를 분산시켜 병렬로 처리할 수 있다.That is, as described above, when a packet of log data is copied and transmitted to the control server 300 , the control server 300 may obtain the transmitted log data and extract a query therefrom. In this case, the control server 300 may control the decryption required for extracting the query to be distributed through the plurality of servers 400 to distribute the decryption and process the decryption in parallel.

도 3은 일실시예에 따른 패킷 복호화 및 파싱 결과 저장에 대한 과정을 설명하기 위한 도면이다.3 is a diagram for explaining a process of decoding a packet and storing a result of parsing according to an embodiment.

도 3을 참조하면, 먼저, S301 단계에서, 제어 서버(300)는 클라우드 스토리지(200)에 저장되어 있는 로그 데이터의 파일 중 처리해야 하는 로그 데이터의 파일 리스트를 획득할 수 있다. 즉, 클라우드 스토리지(200)에 저장되어 있는 파일 중 처리해야 할 파일 리스트를 획득할 수 있다.Referring to FIG. 3 , first, in step S301 , the control server 300 may obtain a file list of log data to be processed among log data files stored in the cloud storage 200 . That is, it is possible to obtain a list of files to be processed among the files stored in the cloud storage 200 .

예를 들어, 클라우드 스토리지(200)에 제1 로그 데이터, 제2 로그 데이터 및 제3 로그 데이터에 대한 파일이 저장되어 있는 경우, 제어 서버(300)는 제1 로그 데이터, 제2 로그 데이터 및 제3 로그 데이터를 포함하는 파일 리스트를 획득할 수 있다.For example, when files for the first log data, the second log data, and the third log data are stored in the cloud storage 200 , the control server 300 controls the first log data, the second log data, and the third log data. 3 It is possible to obtain a file list including log data.

제어 서버(300)는 클라우드 스토리지(200)에 저장되어 있는 모든 로그 데이터의 파일을 처리해야 하는 로그 데이터의 파일 리스트로 획득할 수 있으며, 미리 설정된 기간 이내에 저장된 로그 데이터의 파일만 처리해야 하는 로그 데이터의 파일 리스트로 획득할 수도 있다.The control server 300 may obtain a file list of log data that needs to process all log data files stored in the cloud storage 200, and log data that only needs to process log data files stored within a preset period. It can also be obtained as a file list of

제어 서버(300)는 클라우드 스토리지(200)의 저장 용량이 기준 용량 이하로 남아있는 것으로 확인되면, 클라우드 스토리지(200)로부터 처리해야 하는 로그 데이터의 파일 리스트를 획득할 수 있고, 미리 설정된 기간마다 클라우드 스토리지(200)로부터 처리해야 하는 로그 데이터의 파일 리스트를 획득할 수 있다.When it is confirmed that the storage capacity of the cloud storage 200 remains below the reference capacity, the control server 300 may obtain a file list of log data to be processed from the cloud storage 200, A file list of log data to be processed may be obtained from the storage 200 .

S302 단계에서, 제어 서버(300)는 획득된 파일 리스트를 이용하여 처리해야 하는 일의 목록을 생성할 수 있다. 즉, 제어 서버(300)는 복수의 서버(400)를 통해 처리해야 할 일의 목록을 생성할 수 있다.In step S302, the control server 300 may generate a list of tasks to be processed using the obtained file list. That is, the control server 300 may generate a list of tasks to be processed through the plurality of servers 400 .

예를 들어, 파일 리스트에 10,000개의 로그 데이터가 포함되어 있는 경우, 제어 서버(300)는 10,000개의 로그 데이터에 대한 복호화가 필요하기 때문에, 10,000개의 로그 데이터에 대응하는 10,000개의 일의 목록을 생성할 수 있다.For example, if 10,000 log data is included in the file list, the control server 300 needs to decrypt 10,000 log data, so a list of 10,000 days corresponding to 10,000 log data can be generated. can

S303 단계에서, 제어 서버(300)는 생성된 일의 목록에 포함된 일을 분배하여, 오토 스케일링 그룹을 구성하는 복수의 서버(400)로, 분배된 일에 대한 처리 요청을 각각 전송할 수 있다. 이때, 오토 스케일링 그룹의 인스턴스가 제어 서버(300)에 처리해야 하는 일의 목록을 요청할 수 있다. 일의 목록에는 처리해야 하는 파일 리스트와 그 파일들을 복호화 할 때 필요한 키 파일이 저장되어 있어, 제어 서버(300)는 처리해야 하는 파일 리스트와 키 파일을 분배하여, 복수의 서버(400)로 전송할 수 있다.In step S303 , the control server 300 distributes tasks included in the list of created tasks, and transmits processing requests for the distributed tasks to the plurality of servers 400 constituting the auto scaling group, respectively. In this case, the instance of the auto scaling group may request a list of tasks to be processed from the control server 300 . A list of files to be processed and a key file required for decrypting the files are stored in the list of tasks, so the control server 300 distributes the list of files to be processed and the key file to be transmitted to the plurality of servers 400 . can

예를 들어, 1번부터 6,000까지 번호가 설정된 일의 목록이 생성된 경우, 제어 서버(300)는 1번부터 2,000번까지 일을 제1 작업으로 분배하고, 2,001번부터 4,000번까지 일을 제2 작업으로 분배하고, 4,001번부터 6,000번까지 일을 제3 작업으로 분배할 수 있다. 이후, 제어 서버(300)는 제1 작업에 대한 처리 요청을 제1 서버(410)로 전송하고, 제2 작업에 대한 처리 요청을 제2 서버(420)로 전송하고, 제3 작업에 대한 처리 요청을 제3 서버로 전송할 수 있다.For example, when a list of jobs numbered from 1 to 6,000 is generated, the control server 300 distributes jobs from 1 to 2,000 as the first job, and assigns jobs from 2001 to 4,000. You can divide it into 2 jobs, and you can divide the jobs 4,001 through 6,000 into 3 jobs. Thereafter, the control server 300 transmits a processing request for the first job to the first server 410 , transmits a processing request for the second job to the second server 420 , and processes the third job The request may be sent to a third server.

S304 단계에서, 제어 서버(300)는 분배된 일의 처리에 필요한 로그 데이터의 파일과 키 파일이 클라우드 스토리지(200)로부터 복수의 서버(400)로 각각 전달되도록 처리하고, 복수의 서버(400)로 전달된 로그 데이터의 파일과 키 파일을 기초로, 로그 데이터의 복호화 및 패킷 분석이 진행되도록 처리할 수 있다. 즉, 오토 스케일링 그룹의 인스턴스가 일 목록에 명시된 파일과 처리에 필요한 키 파일을 클라우드 스토리지(200)로부터 다운로드 하고, 복수의 서버(400)는 복호화 및 패킷 분석을 진행할 수 있다. 이때, 패킷 분석은 Wireshark의 Terminal 버전인 Tshark를 사용하여 진행될 수 있다.In step S304, the control server 300 processes such that the log data file and key file necessary for processing the distributed work are transmitted from the cloud storage 200 to the plurality of servers 400, respectively, and the plurality of servers 400 Based on the log data file and key file delivered to , it is possible to process log data decryption and packet analysis in progress. That is, the instance of the auto scaling group downloads the file specified in the list and the key file required for processing from the cloud storage 200 , and the plurality of servers 400 may perform decryption and packet analysis. In this case, packet analysis can be performed using Tshark, which is the Terminal version of Wireshark.

예를 들어, 1번부터 2,000번까지 일이 제1 작업으로 분배되고, 2,001번부터 4,000번까지 일을 제2 작업으로 분배되고, 4,001번부터 6,000번까지 일을 제3 작업으로 분배되어, 제1 작업에 대한 처리가 제1 서버(410)로 요청되고, 제2 작업에 대한 처리가 제2 서버(420)로 요청되고, 제3 작업에 대한 처리가 제3 서버로 요청된 경우, 제1 서버(410)는 제1 작업을 처리하기 위해, 클라우드 스토리지(200)로부터 1번부터 2,000번까지의 로그 데이터 파일 및 키 파일을 획득하여, 1번부터 2,000번까지의 로그 데이터에 대한 복호화 및 패킷 분석을 진행하고, 제2 서버(420)는 제2 작업을 처리하기 위해, 클라우드 스토리지(200)로부터 2,001번부터 4,000번까지의 로그 데이터 및 키 파일을 획득하여, 2,001번부터 4,000번까지의 로그 데이터에 대한 복호화 및 패킷 분석을 진행하고, 제3 서버는 제3 작업을 처리하기 위해, 클라우드 스토리지(200)로부터 4,001번부터 6,000번까지의 로그 데이터 및 키 파일을 획득하여, 4,001번부터 6,000번까지의 로그 데이터에 대한 복호화 및 패킷 분석을 진행할 수 있다.For example, tasks 1 through 2,000 are distributed as a first task, tasks 2001 through 4,000 are distributed as a second task, tasks 4001 through 6,000 are distributed as a third task, and so on, When the processing for the first job is requested to the first server 410, the processing for the second job is requested to the second server 420, and the processing for the third job is requested to the third server, the first The server 410 obtains log data files and key files from Nos. 1 to 2,000 from the cloud storage 200 to process the first task, and decrypts and packets for log data from Nos. 1 to 2,000. In order to proceed with the analysis, the second server 420 acquires log data and key files from 2001 to 4,000 from the cloud storage 200 to process the second job, and from 2001 to 4,000 log Decryption and packet analysis of the data are performed, and the third server obtains log data and key files from 4,001 to 6,000 from the cloud storage 200 to process the third task, and from 4,001 to 6,000 Decryption and packet analysis of log data up to .

S305 단계에서, 제어 서버(300)는 복수의 서버(400)를 통해 로그 데이터의 복호화 및 패킷 분석이 진행되면, 로그 데이터의 복호화 및 패킷 분석을 통해 추출된 분석 결과를 데이터베이스(500)에 저장할 수 있다. 즉, 분석 결과를 데이터베이스(500)에 저장할 수 있다.In step S305, the control server 300 may store the analysis result extracted through the decryption and packet analysis of the log data in the database 500 when the log data is decoded and the packet analysis is performed through the plurality of servers 400. there is. That is, the analysis result may be stored in the database 500 .

S306 단계에서, 제어 서버(300)는 데이터베이스(500)에 저장된 분석 결과를 통해 처리 완료 파일을 확인하고, 클라우드 스토리지(200)에서 처리 완료 파일이 삭제되도록 처리할 수 있다. 즉, 처리 완료된 파일을 클라우드 스토리지(200)에서 삭제할 수 있다.In step S306 , the control server 300 may check the processed file through the analysis result stored in the database 500 , and process the processed file to be deleted from the cloud storage 200 . That is, the processed file may be deleted from the cloud storage 200 .

예를 들어, 1번부터 6,000번까지의 로그 데이터에 대한 복호화 및 패킷 분석이 완료되어, 1번부터 6,000번까지의 로그 데이터에 대한 분석 결과가 데이터베이스(500)에 저장되면, 클라우드 스토리지(200)에 저장되어 있는 1번부터 6,000번까지의 로그 데이터 파일은 삭제 처리될 수 있다.For example, when decryption and packet analysis of log data from Nos. 1 to 6,000 are completed, and the analysis results for log data from Nos. 1 to 6,000 are stored in the database 500, the cloud storage 200 The log data files from No. 1 to No. 6,000 stored in .

도 4는 일실시예에 따른 패킷 캡쳐 및 저장하는 과정을 설명하기 위한 도면이다.4 is a diagram for explaining a process of capturing and storing a packet according to an embodiment.

도 4를 참조하면, 먼저, S401 단계에서, 복수의 고객사 서버(100) 중 어느 하나인 제1 고객사 서버(110)와 연결된 외부 단말에 설치되어 있는 접근 프로그램은 제1 고객사 서버(110)의 데이터베이스(112)로 DB 변경 요청을 전송할 수 있다. 즉, ERP, 토드 프로그램, DB Log Manager 등 다양한 접근 프로그램들이 고객사 서버로 요청을 보낼 수 있다.Referring to FIG. 4 , first, in step S401 , the access program installed in the external terminal connected to the first customer server 110 , which is any one of the plurality of customer server 100 , is the access program installed in the database of the first customer server 110 . A DB change request may be transmitted to (112). In other words, various access programs such as ERP, Toad program, and DB Log Manager can send requests to the customer server.

S402 단계에서, 제어 서버(300)는 접근 프로그램이 제1 고객사 서버(110)로 DB 변경 요청을 전송한 경우, 제1 고객사 서버(110)에 설치된 제1 로그 봇(111)을 통해, 제1 포트로 전송되는 변경 요청만 필터링하여, 로그 데이터가 패킷으로 캡처되어 파일로 저장되도록 처리할 수 있다. 즉, ERP, 토드 프로그램, DB Log Manager 등 다양한 접근 프로그램들이 고객사 서버로 요청을 보내는 경우, DB 로그 봇이 고객사 서버로 들어오는 모든 패킷을 스니핑(Sniffing) 방식으로 지켜보면서, 데이터베이스 전용 통신 포트(예를 들면, 3306)로 들어오는 요청만을 필터링해서 저장할 수 있다. 이때, DB 로그 봇은 Gopacket을 사용하여 패킷의 캡쳐 및 저장을 수행할 수 있으며, 캡처한 패킷을 10,000개씩 pcap 파일 형태로 저장할 수 있다.In step S402, when the access program transmits a DB change request to the first customer server 110, the control server 300 through the first log bot 111 installed in the first customer server 110, the first By filtering only the change requests sent to the port, log data can be captured as packets and saved to a file. In other words, when various access programs such as ERP, Toad program, DB Log Manager, etc. send a request to the customer server, the DB log bot watches all packets coming to the customer server in a sniffing method and uses the database dedicated communication port (e.g. For example, you can filter and store only requests coming to 3306). At this time, the DB log bot can capture and store packets by using Gopacket, and can store the captured packets in the form of a pcap file by 10,000.

S403 단계에서, 제어 서버(300)는 패킷으로 캡처되어 파일로 저장된 로그 데이터가 제1 로그 봇(111)으로부터 클라우드 스토리지(200)로 전달되도록 처리할 수 있다. 즉, DB 로그 봇이 저장한 pcap 파일을 클라우드 스토리지(200)에 전송할 수 있다.In step S403 , the control server 300 may process log data captured as packets and stored as files to be transferred from the first log bot 111 to the cloud storage 200 . That is, the pcap file stored by the DB log bot may be transmitted to the cloud storage 200 .

일실시예에 따르면, 제1 고객사 서버(110)의 데이터베이스(112)는 외부와의 통신 과정에서 사용할 보안 프로토콜(TLS)을 사전에 DB Log에서 사용하는 방식에 맞춰서 프로토콜을 설정해주어야 한다.According to one embodiment, the database 112 of the first customer server 110 must set the protocol according to the method used in the DB Log in advance for the security protocol (TLS) to be used in the communication process with the outside.

DB Log는 데이터베이스 서버의 private key를 사용하여 외부에서 복호화 하는 과정을 필요로 하기 때문에, Diffie-Hellman 방식의 키 교환 방식을 사용하는 암호화 프로토콜은 사용할 수 없다.Since the DB log requires an external decryption process using the private key of the database server, an encryption protocol using the Diffie-Hellman key exchange method cannot be used.

Diffie-Hellman 방식은 key가 통신 과정에서 동적으로 생성되기 때문에 외부에서는 복호화 할 수 없는 방식으로, 따라서, “ECDHE” 또는 “DHE”가 들어가는 방식을 제외한 Cipher Suites만 사용되도록 설정해 주는 과정이 필요하다.The Diffie-Hellman method is a method that cannot be decrypted from the outside because the key is dynamically generated during the communication process. Therefore, a process of setting only Cipher Suites to be used except for the method containing “ECDHE” or “DHE” is required.

도 5는 일실시예에 따른 일의 수에 따라 일을 분배하는 과정을 설명하기 위한 순서도이다.5 is a flowchart illustrating a process of distributing work according to the number of jobs according to an exemplary embodiment.

도 5를 참조하면, 먼저, S501 단계에서, 제어 서버(300)는 일의 목록이 생성되면, 일의 목록에 포함된 일의 수인 제1 수량을 확인할 수 있다.Referring to FIG. 5 , first, in step S501 , when a list of work is generated, the control server 300 may check a first quantity that is the number of days included in the list of work.

예를 들어, 1번부터 6,000까지 번호가 설정된 일의 목록이 생성된 경우, 제어 서버(300)는 6,000개를 제1 수량으로 확인할 수 있다.For example, when a list of days numbered from 1 to 6,000 is generated, the control server 300 may check 6,000 as the first quantity.

S502 단계에서, 제어 서버(300)는 제1 수량이 제1 기준치 보다 작은지 여부를 확인할 수 있다. 여기서, 제1 기준치는 실시예에 따라 상이하게 설정될 수 있다.In step S502 , the control server 300 may determine whether the first quantity is smaller than the first reference value. Here, the first reference value may be set differently according to embodiments.

S502 단계에서 제1 수량이 제1 기준치 보다 작은 것으로 확인되면, S503 단계에서, 제어 서버(300)는 일의 목록에 포함된 일에 대한 처리 요청을 복수의 서버(400) 중 어느 하나인 제1 서버(410)로 전송할 수 있다.If it is confirmed in step S502 that the first quantity is smaller than the first reference value, in step S503, the control server 300 sends a processing request for a job included in the list of jobs to the first one of the plurality of servers 400 may be transmitted to the server 410 .

예를 들어, 제1 수량이 1,500개이고, 제1 기준치가 2,000개로 설정되어 있는 경우, 제어 서버(300)는 일의 목록을 분배하지 않고, 1,500개 일에 대한 처리 요청을 제1 서버(410)로 전송할 수 있다.For example, when the first quantity is 1,500 and the first reference value is set to 2,000, the control server 300 does not distribute a list of tasks and sends a processing request for 1,500 days to the first server 410 . can be sent to

S502 단계에서 제1 수량이 제1 기준치 보다 큰 것으로 확인되면, S504 단계에서, 제어 서버(300)는 제1 수량이 제2 기준치 보다 작은지 여부를 확인할 수 있다. 여기서, 제2 기준치는 제1 기준치 보다 큰 값으로 설정될 수 있다.If it is determined in step S502 that the first quantity is greater than the first reference value, in operation S504 , the control server 300 may determine whether the first quantity is less than the second reference value. Here, the second reference value may be set to a value greater than the first reference value.

S504 단계에서 제1 수량이 제2 기준치 보다 작은 것으로 확인되면, S505 단계에서, 제어 서버(300)는 일의 목록에 포함된 일을 제1-1 목록 및 제1-2 목록으로 분배할 수 있다.If it is confirmed in step S504 that the first quantity is smaller than the second reference value, in step S505, the control server 300 may distribute the work included in the list of work to the list 1-1 and the list 1-2. .

예를 들어, 제1 수량이 3,000개이고, 제1 기준치가 2,000개, 제2 기준치가 4,000개로 설정되어 있는 경우, 제어 서버(300)는 1번부터 1,500번까지 일을 제1-1 목록으로 분배하고, 1,501번부터 3,000번까지 일을 제1-2 목록으로 분배할 수 있다.For example, when the first quantity is 3,000 pieces, the first reference value is 2,000 pieces, and the second reference value is set to 4,000 pieces, the control server 300 distributes tasks 1 to 1,500 in the first-first list And, you can distribute tasks 1,501 to 3,000 in the list 1-2.

S506 단계에서, 제어 서버(300)는 제1-1 목록에 포함된 일에 대한 처리 요청을 제1 서버(410)로 전송하고, 제1-2 목록에 포함된 일에 대한 처리 요청을 제2 서버(420)로 전송할 수 있다.In step S506, the control server 300 transmits a processing request for the work included in the 1-1 list to the first server 410, and transmits the processing request for the work included in the 1-2 list to the second may be transmitted to the server 420 .

한편, S504 단계에서 제1 수량이 제2 기준치 보다 큰 것으로 확인되면, S507 단계에서, 제어 서버(300)는 일의 목록에 포함된 일을 제2-1 목록, 제2-2 목록 및 제2-3 목록으로 분배할 수 있다.On the other hand, if it is confirmed in step S504 that the first quantity is greater than the second reference value, in step S507, the control server 300 selects the tasks included in the list of tasks 2-1, 2-2, and the second list. -3 can be distributed in a list.

예를 들어, 제1 수량이 4,500개이고, 제1 기준치가 2,000개, 제2 기준치가 4,000개로 설정되어 있는 경우, 제어 서버(300)는 1번부터 1,500번까지 일을 제2-1 목록으로 분배하고, 1,501번부터 3,000번까지 일을 제2-2 목록으로 분배하고, 3,001번부터 4,500번까지 일을 제2-3 목록으로 분배할 수 있다.For example, if the first quantity is 4,500, the first reference value is 2,000 pieces, and the second reference value is set to 4,000 pieces, the control server 300 distributes tasks 1 to 1,500 in the 2-1 list And, the tasks 1,501 to 3,000 can be distributed in the 2-2 list, and the tasks 3,001 to 4,500 can be distributed in the 2-3 list.

S508 단계에서, 제어 서버(300)는 제2-1 목록에 포함된 일에 대한 처리 요청을 제1 서버(410)로 전송하고, 제2-2 목록에 포함된 일에 대한 처리 요청을 제2 서버(420)로 전송하고, 제2-3 목록에 포함된 일에 대한 처리 요청을 제3 서버로 전송할 수 있다.In step S508, the control server 300 transmits a processing request for the work included in the 2-1 list to the first server 410, and transmits the processing request for the job included in the 2-2 list to the second It may be transmitted to the server 420, and a request for processing the work included in the 2-3 list may be transmitted to the third server.

상술한 바와 같이, 일의 수가 많을수록 더 많은 서버로 일을 분배할 수 있으며, 이를 통해, 처리 가능한 서버의 개수를 최소로 유지하면서, 부하 발생 시에는 처리 가능한 서버의 개수를 늘려 안정적이고 유연한 서비스를 제공할 수 있다.As described above, the larger the number of jobs, the more jobs can be distributed to more servers. Through this, the number of servers that can be processed is increased to provide stable and flexible services while keeping the number of servers that can be processed to a minimum. can provide

도 6은 일실시예에 따른 인공지능을 기반으로 기업 정보를 자동 처리 및 생성하는 과정을 설명하기 위한 순서도이다.6 is a flowchart illustrating a process of automatically processing and generating company information based on artificial intelligence according to an embodiment.

도 6을 참조하면, 먼저, S601 단계에서, 제어 서버(300)는 데이터베이스(500)에 저장된 로그 데이터를 기초로, 기준 기간 동안 제1 쿼리의 사용 패턴을 분석할 수 있다. 여기서, 기준 기간은 실시예에 따라 상이하게 설정될 수 있다. 여기서, 로그 데이터는 정보 변경 시 사용된 쿼리, 정보 변경을 요청한 IP 주소 및 정보가 변경된 시간에 대한 정보를 항목 별로 포함하고 있다. 이를 통해, 제어 서버(300)는 로그 데이터를 기초로, 제1 쿼리가 어느 시점에 얼마나 자주 사용되었는지 파악하여, 제1 쿼리의 사용 패턴을 분석할 수 있다.Referring to FIG. 6 , first, in step S601 , the control server 300 may analyze a usage pattern of the first query during a reference period based on log data stored in the database 500 . Here, the reference period may be set differently according to embodiments. Here, the log data includes information about a query used when information is changed, an IP address that requested information change, and information about a time when the information is changed for each item. Through this, the control server 300 may analyze the usage pattern of the first query by identifying how often and at what point in time the first query is used based on the log data.

예를 들어, 제1 고객사 서버(110)는 회계 관련 업무를 처리하는 기업 서버이고, 제1 고객사 서버(110)와 제1 사용자 단말은 연결되어 있고, 제1 사용자 단말에 데이터베이스 접근 프로그램이 설치되어 있는 경우, 제1 사용자 단말로부터 전달된 제1 쿼리에 의해 데이터베이스(112)에 기업 정보가 생성되면, 제1 로그 봇(111)은 제1 쿼리, 제1 사용자 단말의 IP 주소 및 기업 정보의 생성 시간을 기초로, 데이터베이스(112) 변경에 대한 로그 데이터를 생성하여 기록할 수 있다. 이때, 쿼리는 기업 업무의 카테고리 별로 구분될 있으며, 제1 쿼리가 회계 업무에서 사용되는 쿼리인 경우, 기업 정보는 제1 쿼리를 통해 추출된 회계 정보일 수 있다. For example, the first customer server 110 is a corporate server that processes accounting-related tasks, the first customer server 110 and the first user terminal are connected, and a database access program is installed in the first user terminal. If there is, when company information is generated in the database 112 by the first query transmitted from the first user terminal, the first log bot 111 generates the first query, the IP address of the first user terminal, and company information Based on time, it is possible to create and record log data for changes in the database 112 . In this case, the query may be classified for each category of the corporate business, and when the first query is a query used in the accounting business, the corporate information may be accounting information extracted through the first query.

즉, 제1 로그 봇(111)은 데이터베이스(112)에서 제1 쿼리를 통해 정보가 추출되면, 추출된 정보를 이용하여 기업 정보를 생성할 수 있으며, 생성된 기업 정보는 데이터베이스(112)에 저장될 수 있고, 기업 정보 생성으로 인해 데이터베이스 변경에 대한 로그 데이터가 생성되어 기록될 수 있다. 이후, 로그 데이터가 데이터베이스(500)에 저장되면, 제어 서버(300)는 데이터베이스(500)에 저장된 로그 데이터를 기초로, 제1 쿼리가 사용된 것을 확인하여, 제1 쿼리가 사용된 시점(제1 쿼리를 통해 기업 정보가 생성된 시점)을 통해, 제1 쿼리의 사용 패턴을 분석할 수 있다.That is, when information is extracted from the database 112 through the first query, the first log bot 111 may generate company information using the extracted information, and the generated company information is stored in the database 112 . Also, log data for database changes may be created and recorded due to the generation of company information. Thereafter, when the log data is stored in the database 500, the control server 300 determines that the first query is used based on the log data stored in the database 500, 1), the usage pattern of the first query can be analyzed.

S602 단계에서, 제어 서버(300)는 제1 쿼리의 사용 패턴에 대한 분석 결과를 이용하여, 제1 쿼리의 특성 정보를 추출할 수 있다. 여기서, 제1 쿼리의 특성 정보는 제1 쿼리가 어느 기간에 정기적으로 사용되는지를 나타내는 정보를 포함할 수 있다.In step S602 , the control server 300 may extract characteristic information of the first query by using the analysis result of the usage pattern of the first query. Here, the characteristic information of the first query may include information indicating in which period the first query is regularly used.

예를 들어, 제어 서버(300)는 제1 쿼리의 사용 패턴을 분석한 결과, 제1 쿼리가 매월 1일부터 3일까지 사용된 것으로 분석되면, 매월 초마다 사용되는 것으로, 제1 쿼리의 특성 정보를 추출할 수 있다.For example, when the control server 300 analyzes the usage pattern of the first query and analyzes that the first query is used from the 1st to the 3rd of every month, it is used at the beginning of every month, and the characteristics of the first query information can be extracted.

S603 단계에서, 제어 서버(300)는 제1 쿼리의 특성 정보를 인공 신경망에 적용할 수 있다. 여기서, 인공 신경망은 쿼리의 특성 정보를 입력 받은 후, 쿼리의 업무 카테고리를 예측하여 출력하는 알고리즘일 수 있다. 인공 신경망은 도 9를 참조하여 후술되는 방법을 통해 학습될 수 있다.In step S603, the control server 300 may apply the characteristic information of the first query to the artificial neural network. Here, the artificial neural network may be an algorithm that receives the characteristic information of a query and then predicts and outputs the business category of the query. The artificial neural network may be learned through a method described later with reference to FIG. 9 .

S604 단계에서, 제어 서버(300)는 인공 신경망의 출력을 기초로, 제1 쿼리의 업무 카테고리를 예측할 수 있다. 여기서, 업무 카테고리는 기업의 업무에 따라 구분될 수 있으며, 예를 들어, 회계, 인사, 재무 등으로 구분될 수 있다.In step S604 , the control server 300 may predict the business category of the first query based on the output of the artificial neural network. Here, the business category may be divided according to the business of the company, for example, may be divided into accounting, human resources, finance, and the like.

일실시예에 따르면, 인공 신경망은 쿼리의 특성 정보를 통해, 쿼리의 업무 카테고리를 예측하도록 학습될 수 있다. 이를 통해, 인공 신경망은 쿼리의 특성을 고려하여, 쿼리의 업무 카테고리를 예측하여 출력할 수 있다.According to an embodiment, the artificial neural network may be trained to predict the business category of the query through characteristic information of the query. Through this, the artificial neural network may predict and output the business category of the query in consideration of the characteristics of the query.

S605 단계에서, 제어 서버(300)는 제1 쿼리의 업무 카테고리에 대한 예측 결과를 제1 카테고리로 확인할 수 있다. 여기서, 제1 카테고리는 기업의 업무 카테고리로, 회계, 인사, 재무 등의 업무 카테고리 중 어느 하나일 수 있다.In step S605 , the control server 300 may check the prediction result for the business category of the first query as the first category. Here, the first category is a business category of a company, and may be any one of business categories such as accounting, human resources, and finance.

예를 들어, 인공 신경망은 제1 쿼리의 특성 정보를 입력 받은 후, 제1 쿼리의 특성(제1 쿼리가 자주 사용되는 기간)이 제1 카테고리에 적합한 것으로 분석되면, 제1 쿼리에 적합한 업무 카테고리로 제1 카테고리를 예측하여 출력할 수 있으며, 제어 서버(300)는 인공 신경망의 출력을 통해, 제1 쿼리의 업무 카테고리에 대한 예측 결과를 제1 카테고리로 확인할 수 있다.For example, after the artificial neural network receives the characteristic information of the first query, if the characteristic of the first query (period in which the first query is frequently used) is analyzed as suitable for the first category, the business category suitable for the first query may predict and output the first category, and the control server 300 may check the prediction result for the business category of the first query as the first category through the output of the artificial neural network.

S606 단계에서, 제어 서버(300)는 제1 쿼리의 업무 카테고리에 대한 예측 결과가 제1 카테고리로 확인되면, 제1 카테고리에 설정되어 있는 업무 처리 기간을 확인할 수 있다.In step S606 , when the prediction result for the business category of the first query is confirmed as the first category, the control server 300 may check the business processing period set in the first category.

예를 들어, 회계 카테고리에는 업무 처리 기간이 1일부터 5일까지로 설정되어 있고, 인사 카테고리에는 업무 처리 기간이 11일부터 15일까지로 설정되어 있고, 재무 카테고리에는 업무 처리 기간이 21일부터 25일까지 설정되어 있는 경우, 제어 서버(300)는 제1 카테고리가 회계 카테고리인 경우, 제1 카테고리의 업무 처리 기간을 1일부터 5일까지로 확인하고, 제1 카테고리가 인사 카테고리인 경우, 제1 카테고리의 업무 처리 기간을 11일부터 15일까지로 확인하고, 제1 카테고리가 재무 카테고리인 경우, 제1 카테고리의 업무 처리 기간을 21일부터 25일까지로 확인할 수 있다.For example, in the Accounting category, the processing period is set from 1 to 5 days, in the Human Resources category, the business processing period is set from 11 to 15 days, and in the Finance category, the processing period is set from 21 days. If set to 25 days, the control server 300 checks the business processing period of the first category as 1 to 5 days when the first category is the accounting category, and when the first category is the personnel category, The business processing period of the first category may be identified as 11 to 15 days, and when the first category is the financial category, the business processing period of the first category may be confirmed as 21 to 25 days.

S607 단계에서, 제어 서버(300)는 제1 카테고리의 업무 처리 기간 동안에 제1 쿼리를 통한 업무 처리가 요청되었는지 여부를 확인할 수 있다.In step S607 , the control server 300 may check whether the business processing through the first query is requested during the business processing period of the first category.

구체적으로, 데이터베이스(500)에 저장된 로그 데이터는 미리 설정된 기간마다 갱신될 수 있으며, 제어 서버(300)는 데이터베이스(500)에 저장된 로그 데이터가 갱신될 때마다, 로그 데이터를 기초로 제1 쿼리가 사용되었는지를 확인하여, 제1 카테고리의 업무 처리 기간 동안에 제1 쿼리를 통한 업무 처리가 요청되었는지 여부를 확인할 수 있다.Specifically, the log data stored in the database 500 may be updated every preset period, and the control server 300 performs a first query based on the log data whenever the log data stored in the database 500 is updated. By checking whether it is used, it is possible to check whether the business processing through the first query is requested during the business processing period of the first category.

S607 단계에서 제1 카테고리의 업무 처리 기간 동안에 제1 쿼리를 통한 업무 처리가 요청된 것으로 확인되면, S609 단계에서, 제어 서버(300)는 제1 쿼리를 통한 업무 처리 요청에 따라, 제1 쿼리에 의해 기업 정보가 생성되도록 제어할 수 있다. 이때, 제1 로그 봇(111)은 제1 쿼리를 통한 업무 처리 요청으로, 데이터베이스(112)에서 제1 쿼리를 통해 정보를 추출하고, 추출된 정보를 이용하여 기업 정보를 생성할 수 있다.If it is confirmed in step S607 that the business processing through the first query is requested during the business processing period of the first category, in step S609, the control server 300 responds to the first query according to the business processing request through the first query You can control the creation of company information by In this case, the first log bot 111 may extract information from the database 112 through the first query as a business processing request through the first query, and generate company information using the extracted information.

예를 들어, 제1 카테고리의 업무 처리 기간 동안에 제1 사용자 단말로부터 제1 쿼리를 통한 업무 처리 요청이 수신되면, 제어 서버(300)는 제1 쿼리를 통한 업무 처리 요청에 따라, 제1 쿼리에 의해 기업 정보가 생성되도록, 제1 로그 봇(111)의 동작을 제어할 수 있다.For example, when a business processing request through the first query is received from the first user terminal during the business processing period of the first category, the control server 300 responds to the first query according to the business processing request through the first query. The operation of the first log bot 111 may be controlled so that the company information is generated by the user.

S607 단계에서 제1 카테고리의 업무 처리 기간 동안에 제1 쿼리를 통한 업무 처리가 요청되지 않고 제1 카테고리의 업무 처리 기간이 지난 것으로 확인되면, S608 단계에서, 제어 서버(300)는 제1 쿼리를 통한 업무 처리 요청을 제1 고객사 서버(110)로 전송할 수 있다.If, in step S607, the business processing through the first query is not requested during the business processing period of the first category and it is confirmed that the business processing period of the first category has passed, in step S608, the control server 300 performs the first query through The business processing request may be transmitted to the first customer company server 110 .

S608 단계 이후, S609 단계에서, 제어 서버(300)는 제1 쿼리를 통한 업무 처리 요청에 따라, 제1 쿼리에 의해 기업 정보가 생성되도록 제어할 수 있다. 즉, 제어 서버(300)는 제1 쿼리를 통한 업무 처리 요청을 제1 고객사 서버(110)로 전송하여, 제1 쿼리에 의해 기업 정보가 생성되도록, 제1 로그 봇(111)의 동작을 제어할 수 있다.After step S608, in step S609, the control server 300 may control the company information to be generated by the first query according to the business processing request through the first query. That is, the control server 300 transmits a business processing request through the first query to the first customer server 110 and controls the operation of the first log bot 111 so that company information is generated by the first query. can do.

도 7은 일실시예에 따른 업무 처리 담당자에게 업무 처리를 요청하는 알림 메시지를 전송하는 과정을 설명하기 위한 순서도이다.7 is a flowchart illustrating a process of transmitting a notification message for requesting a job processing to a person in charge of processing the job according to an exemplary embodiment.

도 7을 참조하면, 먼저, S701 단계에서, 제어 서버(300)는 제1 카테고리의 업무 처리 기간의 마지막날의 전날까지 제1 쿼리를 통한 업무 처리가 요청되지 않으면, 데이터베이스(500)에 저장된 로그 데이터를 기초로, 제1 사용자 단말로부터 전달된 제1 쿼리에 의해 기업 정보가 생성된 적이 있는 것을 확인할 수 있다. Referring to Figure 7, first, in step S701, the control server 300, if the business processing through the first query is not requested until the day before the last day of the first category business processing period, the log stored in the database 500 Based on the data, it may be confirmed that the company information has been generated by the first query transmitted from the first user terminal.

예를 들어, 제1 카테고리의 업무 처리 기간이 1일부터 5일까지인 경우, 이번달 4일까지 제1 쿼리를 통한 업무 처리가 요청되지 않으면, 제어 서버(300)는 데이터베이스(500)에 저장된 로그 데이터를 기초로, 제1 사용자 단말로부터 전달된 제1 쿼리에 의해 기업 정보가 생성된 적이 있는 것을 확인할 수 있다. 즉, 제어 서버(300)는 과거에 제1 쿼리를 통한 업무 처리를 요청한 적이 있는 사용자를 찾기 위해, 어느 사용자 단말로부터 제1 쿼리가 전달되었는지 파악할 수 있다.For example, if the business processing period of the first category is from 1 to 5 days, if business processing through the first query is not requested by the 4th of this month, the control server 300 stores the log stored in the database 500 Based on the data, it may be confirmed that the company information has been generated by the first query transmitted from the first user terminal. That is, the control server 300 may determine from which user terminal the first query is transmitted in order to find a user who has previously requested business processing through the first query.

S702 단계에서, 제어 서버(300)는 제1 사용자 단말로부터 전달된 제1 쿼리에 의해 기업 정보가 생성된 적이 있다는 것을 확인하면, 제1 사용자 단말에 로그인 되어 있는 제1 사용자 계정을 확인하고, 제1 사용자 계정을 통해, 제1 사용자가 기업에서 소속되어 있는 팀을 확인할 수 있다. 이때, 제1 사용자 계정에는 제1 사용자의 신상, 직책, 제1 사용자가 소속되어 있는 팀에 대한 정보가 등록되어 있으며, 제어 서버(300)는 제1 사용자 계정을 통해, 제1 사용자의 소속 팀을 확인할 수 있다.In step S702, if the control server 300 confirms that the company information has been generated by the first query transmitted from the first user terminal, it checks the first user account logged in the first user terminal, Through the 1 user account, the first user may check the team to which the company belongs. At this time, the first user account registers the first user's identity, job title, and information on the team to which the first user belongs, and the control server 300 uses the first user account to register the first user's team. can confirm.

S703 단계에서, 제어 서버(300)는 제1 사용자 계정을 통해, 제1 사용자가 소속되어 있는 팀을 제1 팀으로 확인할 수 있다. 여기서, 팀은 기업 업무의 카테고리 별로 구분될 수 있으며, 예를 들어, 제1 팀은 회계팀, 제2 팀은 인사팀, 제3 팀은 재무팀 등으로 구분될 수 있다.In step S703 , the control server 300 may identify the team to which the first user belongs as the first team through the first user account. Here, the team may be divided into categories of corporate work, for example, a first team may be divided into an accounting team, a second team may be divided into a human resources team, and a third team may be divided into a finance team, and the like.

S704 단계에서, 제어 서버(300)는 제1 팀을 구성하고 있는 제1 사용자 및 제2 사용자를 확인할 수 있다. 즉, 제1 팀의 팀원으로 제1 사용자 및 제2 사용자가 등록되어 있는 경우, 제어 서버(300)는 제1 팀을 구성하고 있는 제1 사용자 및 제2 사용자를 확인할 수 있다.In step S704 , the control server 300 may identify the first user and the second user constituting the first team. That is, when the first user and the second user are registered as team members of the first team, the control server 300 may identify the first user and the second user constituting the first team.

S705 단계에서, 제어 서버(300)는 제1 사용자가 제1 팀에 소속되어 있고, 제1 사용자 및 제2 사용자가 제1 팀을 구성하고 있는 경우, 제1 쿼리를 통한 업무 처리를 요청하는 알림 메시지를 제1 사용자 단말 및 제2 사용자 단말로 전송할 수 있다. 여기서, 알림 메시지는 이번달에 제1 쿼리를 통한 업무가 아직 처리되지 않았다는 것을 알려주기 위한 메시지로, 제1 카테고리의 업무 처리 기간에 대한 정보를 포함할 수 있다.In step S705 , when the first user belongs to the first team and the first user and the second user form the first team, the control server 300 provides a notification for requesting business processing through the first query. The message may be transmitted to the first user terminal and the second user terminal. Here, the notification message is a message for informing that the task through the first query has not yet been processed this month, and may include information on the processing period of the first category of the task.

도 8은 일실시예에 따른 담당자 확인을 통해 업무를 처리하는 과정을 설명하기 위한 순서도이다.8 is a flowchart illustrating a process of processing a task through confirmation of a person in charge according to an embodiment.

도 8을 참조하면, 먼저, S801 단계에서, 제어 서버(300)는 제1 카테고리의 업무 처리 기간 동안 제1 쿼리를 통한 업무 처리가 요청되지 않은 상태에서, 제3 사용자 단말로부터 제1 쿼리를 통한 업무 처리가 요청된 것을 확인할 수 있다.Referring to Figure 8, first, in step S801, the control server 300 through the first query from the third user terminal in a state in which the business processing through the first query is not requested during the business processing period of the first category You can check that the work processing has been requested.

구체적으로, 제1 카테고리의 업무 처리 기간 동안 제1 쿼리를 통한 업무 처리가 요청되지 않은 상태에서, 제3 사용자 단말은 제1 고객사 서버(110)로 제1 쿼리를 통한 업무 처리 요청을 전송할 수 있으며, 제어 서버(300)는 제1 로그 봇(111)을 통해, 제3 사용자 단말로부터 제1 쿼리를 통한 업무 처리가 요청된 것을 확인할 수 있다.Specifically, in a state in which business processing through the first query is not requested during the business processing period of the first category, the third user terminal may transmit a business processing request through the first query to the first customer server 110, , the control server 300 may confirm that the business processing through the first query is requested from the third user terminal through the first log bot 111 .

S802 단계에서, 제어 서버(300)는 업무 처리 기간 동안 제1 쿼리를 통한 업무 처리가 요청되지 않은 상태에서, 제3 사용자 단말로부터 제1 쿼리를 통한 업무 처리가 요청되면, 제3 사용자 단말에 로그인 되어 있는 제3 사용자 계정을 확인하고, 제3 사용자 계정을 통해, 제3 사용자가 기업에서 소속되어 있는 팀을 확인할 수 있다. 이때, 제3 사용자 계정에는 제3 사용자의 신상, 직책, 제3 사용자가 소속되어 있는 팀에 대한 정보가 등록되어 있으며, 제어 서버(300)는 제3 사용자 계정을 통해, 제3 사용자의 소속 팀을 확인할 수 있다.In step S802, the control server 300 logs in to the third user terminal when the business processing through the first query is requested from the third user terminal while the business processing through the first query is not requested during the business processing period The established third user account may be checked, and a team to which the third user belongs in the company may be identified through the third user account. At this time, the third user's identity, title, and information on the team to which the third user belongs are registered in the third user account, and the control server 300 operates the third user's team through the third user account. can confirm.

S803 단계에서, 제어 서버(300)는 제3 사용자 계정을 통해, 제1 사용자가 소속되어 있는 팀을 제2 팀으로 확인할 수 있다.In step S803 , the control server 300 may identify the team to which the first user belongs as the second team through the third user account.

S804 단계에서, 제어 서버(300)는 제2 팀에 설정되어 있는 업무 처리 분야를 확인할 수 있다. 즉, 팀은 기업 업무의 카테고리 별로 구분될 수 있으며, 각 팀마다 업무 처리 분야가 설정되어 있다. 예를 들어, 제1 팀은 회계팀, 제2 팀은 인사팀, 제3 팀은 재무팀으로 구분되어 있는 경우, 제1 팀의 업무 처리 분야는 제1 카테고리로 설정되어 있고, 제2 팀의 업무 처리 분야는 제2 카테고리로 설정되어 있고, 제3 팀의 업무 처리 분야는 제3 카테고리로 설정될 수 있다.In step S804, the control server 300 may check the business processing field set in the second team. That is, the team may be divided by category of corporate work, and a work processing field is set for each team. For example, if the first team is divided into an accounting team, the second team is a human resources team, and the third team is a finance team, the business processing field of the first team is set as the first category, and the business processing of the second team The field may be set as the second category, and the work processing field of the third team may be set as the third category.

S805 단계에서, 제어 서버(300)는 제2 팀의 업무 처리 분야에 제1 카테고리가 포함되어 있는지 여부를 확인할 수 있다.In step S805 , the control server 300 may check whether the first category is included in the task processing field of the second team.

S805 단계에서 제2 팀의 업무 처리 분야에 제1 카테고리가 포함되어 있는 것으로 확인되면, S806 단계에서, 제어 서버(300)는 제3 사용자 단말을 통해 요청된 제1 쿼리에 의해 기업 정보가 생성되도록 제어할 수 있다.If it is confirmed in step S805 that the first category is included in the business processing field of the second team, in step S806, the control server 300 generates company information by the first query requested through the third user terminal. can be controlled

예를 들어, 제2 팀의 업무 처리 분야가 제1 카테고리 및 제2 카테고리로 설정되어 있는 경우, 제어 서버(300)는 제2 팀의 업무 처리 분야에 제1 카테고리가 포함되어 있는 것을 확인하여, 제3 사용자 단말을 통해 요청된 제1 쿼리에 의해 기업 정보가 생성되도록, 제1 로그 봇(111)의 동작을 제어할 수 있다. 이때, 제어 서버(300)는 제3 사용자 단말을 통해 요청된 제1 쿼리에 의해 기업 정보가 생성되면, 제1 쿼리를 통한 업무 처리가 완료된 것을 알려주는 알림 메시지를 제3 사용자 단말로 전송할 수 있다. For example, if the business processing field of the second team is set to the first category and the second category, the control server 300 confirms that the first category is included in the business processing field of the second team, The operation of the first log bot 111 may be controlled so that company information is generated by the first query requested through the third user terminal. In this case, when the company information is generated by the first query requested through the third user terminal, the control server 300 may transmit a notification message informing that the business processing through the first query is completed to the third user terminal. .

S805 단계에서 제2 팀의 업무 처리 분야에 제1 카테고리가 포함되어 있지 않은 것으로 확인되면, S807 단계에서, 제어 서버(300)는 제3 사용자 단말을 통해 요청된 제1 쿼리에 의해 기업 정보가 생성되지 않도록 제어할 수 있다.If it is confirmed in step S805 that the first category is not included in the business processing field of the second team, in step S807, the control server 300 generates company information by the first query requested through the third user terminal You can control it not to happen.

예를 들어, 제2 팀의 업무 처리 분야가 제2 카테고리로 설정되어 있는 경우, 제어 서버(300)는 제2 팀의 업무 처리 분야에 제1 카테고리가 포함되어 있지 않은 것을 확인하여, 제3 사용자 단말을 통해 요청된 제1 쿼리에 의해 기업 정보가 생성되지 않도록, 제1 로그 봇(111)의 동작을 제어할 수 있다. 이때, 제어 서버(300)는 제3 사용자 단말을 통해 요청된 제1 쿼리에 의해 기업 정보가 생성되지 않으면, 제1 쿼리에 대한 담당자 확인이 필요한 것을 알려주는 알림 메시지를 제3 사용자 단말로 전송할 수 있다.For example, when the business processing field of the second team is set as the second category, the control server 300 checks that the first category is not included in the business processing field of the second team, and the third user The operation of the first log bot 111 may be controlled so that company information is not generated by the first query requested through the terminal. At this time, if the company information is not generated by the first query requested through the third user terminal, the control server 300 may transmit a notification message to the third user terminal informing that confirmation of the person in charge for the first query is required. there is.

도 9는 일실시예에 따른 인공 신경망의 학습을 설명하기 위한 도면이다.9 is a diagram for explaining learning of an artificial neural network according to an embodiment.

일실시예에 따르면, 인공 신경망은 쿼리의 특성 정보를 입력 받은 후, 쿼리의 업무 카테고리를 예측하여 출력하는 알고리즘일 수 있다. 인공 신경망의 학습이 이루어지는 제어 서버(300)는 학습된 인공 신경망을 이용하여 쿼리의 업무 카테고리를 예측하는 제어 서버(300)와 동일한 장치일 수 있고, 별개의 장치일 수도 있다. 이하에서는 인공 신경망이 학습되는 과정을 설명한다.According to an embodiment, the artificial neural network may be an algorithm for predicting and outputting a business category of a query after receiving characteristic information of a query. The control server 300 in which the artificial neural network is learned may be the same device as the control server 300 for predicting the business category of a query using the learned artificial neural network, or it may be a separate device. Hereinafter, a process in which an artificial neural network is trained will be described.

먼저, S901 단계에서, 제어 서버(300)는 쿼리의 특성 정보를 기초로 입력을 생성할 수 있다.First, in step S901, the control server 300 may generate an input based on the characteristic information of the query.

구체적으로, 제어 서버(300)는 쿼리의 특성 정보에 대한 전처리를 수행할 수 있다. 전처리가 수행된 특성 정보를 인공 신경망의 입력으로 그래도 사용하거나, 불필요한 정보를 제거하는 통상의 처리를 거쳐 입력을 생성할 수 있다.Specifically, the control server 300 may perform pre-processing on the characteristic information of the query. The preprocessed characteristic information may still be used as an input to the artificial neural network, or the input may be generated through a normal process of removing unnecessary information.

S902 단계에서, 제어 서버(300)는 인공 신경망에 입력을 적용할 수 있다. 인공 신경망은 강화 학습(reinforcement learning)에 따라 학습되는 인공 신경망일 수 있다. 인공 신경망은 강화 학습을 통해 추상적 추론을 출력하는데 적합한 Q-Network, DQN(Depp Q-Network), 또는 관계형 네트워크(relation network, RL) 구조일 수 있다.In step S902, the control server 300 may apply an input to the artificial neural network. The artificial neural network may be an artificial neural network trained according to reinforcement learning. The artificial neural network may be a Q-Network, DQN (Depp Q-Network), or relational network (RL) structure suitable for outputting abstract reasoning through reinforcement learning.

강화 학습에 따라 학습되는 인공 신경망은 다양한 보상에 평가를 반영하여 갱신 및 최적화될 수 있다. 예를 들어, 제1 보상은 특정 쿼리에게 적합한 업무 카테고리를 정확하게 예측하면 보상값이 높아질 수 있으며, 제2 보상은 특성이 유사한 쿼리들을 동일한 업무 카테고리로 예측하면 보상값이 높아질 수 있다.An artificial neural network trained according to reinforcement learning can be updated and optimized by reflecting the evaluation in various rewards. For example, the first reward may have a higher reward value when a task category suitable for a specific query is accurately predicted, and the second reward may have a higher reward value when queries having similar characteristics are predicted in the same task category.

S903 단계에서, 제어 서버(300)는 인공 신경망으로부터 출력을 획득할 수 있다. 인공 신경망의 출력은 쿼리의 특성 정보를 통해 쿼리에게 적합한 업무 카테고리를 예측한 결과일 수 있다. 이때, 인공 신경망은 쿼리의 특성을 기초로, 쿼리가 어느 기간에 정기적으로 사용되고, 쿼리가 어느 기간에 중점적으로 사용되었는지 분석하여, 쿼리에게 적합한 카테고리를 예측하여 출력할 수 있다.In step S903, the control server 300 may obtain an output from the artificial neural network. The output of the artificial neural network may be a result of predicting a business category suitable for a query through characteristic information of the query. In this case, the artificial neural network may predict and output a category suitable for the query by analyzing in which period the query is regularly used and in which period the query is mainly used based on the characteristics of the query.

S904 단계에서, 제어 서버(300)는 인공 신경망의 출력을 평가하여 보상을 지급할 수 있다. 이때, 출력의 평가는 제1 보상, 제2 보상 등으로 나뉠 수 있다.In step S904, the control server 300 may evaluate the output of the artificial neural network and pay a reward. In this case, the evaluation of the output may be divided into a first compensation, a second compensation, and the like.

구체적으로, 제어 서버(300)는 특정 쿼리에게 적합한 업무 카테고리를 정확하게 예측하면 제1 보상을 많이 수여하고, 특성이 유사한 쿼리들을 동일한 업무 카테고리로 예측하면 제2 보상을 많이 수여할 수 있다.Specifically, the control server 300 may award a large amount of the first reward when accurately predicting a work category suitable for a specific query, and may award a large amount of the second reward when queries having similar characteristics are predicted as the same work category.

S905 단계에서, 제어 서버(300)는 평가를 기초로 인공 신경망을 갱신할 수 있다.In step S905, the control server 300 may update the artificial neural network based on the evaluation.

구체적으로, 제어 서버(300)는 인공 신경망이 쿼리의 특성 정보를 통해 쿼리에게 적합한 업무 카테고리를 예측하는 환경(environment)에서, 보상값(reward)들의 합의 기대값(expectation)이 최대화되도록, 특정한 상태(state)들에서 취할 행동(action)들을 결정하는 정책(policy)을 최적화하는 과정을 통해 인공 신경망을 갱신할 수 있다.Specifically, the control server 300 sets a specific state so that the expected value of the sum of rewards is maximized in an environment in which the artificial neural network predicts a work category suitable for the query through the characteristic information of the query. The artificial neural network can be updated through the process of optimizing the policy that determines the actions to be taken in the states.

예를 들어, 제어 서버(300)는 제1 쿼리를 제1 카테고리로 분류한 것에 대해 문제가 있는 경우, 제1 쿼리를 제1 카테고리로 분류한 것에 대해 문제가 있음을 나타내는 정보를 이용하여, 제1 학습 데이터를 생성하고, 제1 학습 데이터를 인공 신경망에 적용하여, 제1 쿼리와 유사한 특성을 가지는 쿼리들이 제1 카테고리로 분류되지 않도록, 인공 신경망을 학습시키는 과정을 통해, 인공 신경망을 갱신할 수 있다.For example, if there is a problem in classifying the first query into the first category, the control server 300 uses information indicating that there is a problem in classifying the first query into the first category, 1 Generate training data, apply the first training data to the artificial neural network, and update the artificial neural network through the process of training the artificial neural network so that queries having characteristics similar to the first query are not classified into the first category. can

또한, 제어 서버(300)는 제1 쿼리를 제1 카테고리로 분류한 것에 대해 문제가 없는 경우, 제1 쿼리를 제1 카테고리로 분류한 것에 대한 문제가 없음을 나타내는 정보를 이용하여, 제2 학습 데이터를 생성하고, 제2 학습 데이터를 인공 신경망에 적용하여, 제1 쿼리와 유사한 특성을 가지는 쿼리들이 제1 카테고리로 분류되도록, 인공 신경망을 학습시키는 과정을 통해, 인공 신경망을 갱신할 수 있다.In addition, if there is no problem in classifying the first query into the first category, the control server 300 uses information indicating that there is no problem in classifying the first query into the first category, using information indicating that there is no problem in classifying the first query into the first category. The artificial neural network may be updated by generating data, applying the second learning data to the artificial neural network, and training the artificial neural network so that queries having characteristics similar to the first query are classified into the first category.

한편, 정책을 최적화하는 과정은 보상들의 합의 기대값의 최대값 또는 Q-함수의 최대값을 추정하거나, Q-함수의 손실 함수(loss function)의 최소값을 추정하는 과정을 통해 이루어질 수 있다. 손실함수의 최소값의 추정은 확률적 경사하강법(stochastic gradient descent, SGD) 등을 통해 이루어질 수 있다. 정책을 최적화하는 과정은 이에 제한되는 것은 아니며, 강화 학습에서 사용하는 다양한 최적화 알고리즘들이 이용될 수 있다.Meanwhile, the process of optimizing the policy may be performed through the process of estimating the maximum value of the expected value of the sum of rewards or the maximum value of the Q-function, or estimating the minimum value of the loss function of the Q-function. Estimation of the minimum value of the loss function may be performed through stochastic gradient descent (SGD) or the like. The process of optimizing the policy is not limited thereto, and various optimization algorithms used in reinforcement learning may be used.

제어 서버(300)는 상기와 같은 인공 신경망의 학습 과정을 반복함으로써, 인공 신경망을 점진적으로 갱신시킬 수 있다. 이를 통해, 제어 서버(300)는 쿼리의 특성 정보를 통해 쿼리에게 적합한 업무 카테고리를 예측하여 출력하는 인공 신경망을 학습시킬 수 있다.The control server 300 may gradually update the artificial neural network by repeating the learning process of the artificial neural network as described above. Through this, the control server 300 can train the artificial neural network to predict and output a business category suitable for the query through the characteristic information of the query.

즉, 제어 서버(300)는 쿼리의 특성 정보를 통해, 쿼리에게 적합한 업무 카테고리를 예측할 때, 제1 보상, 제2 보상 등을 통한 강화 학습을 반영하여, 분석 기준을 조정함으로써, 인공 신경망을 학습시킬 수 있다.That is, the control server 300 learns the artificial neural network by reflecting reinforcement learning through the first reward, the second reward, etc. when predicting a work category suitable for the query through the characteristic information of the query, and adjusting the analysis criteria. can do it

일실시예에 따르면, 제어 서버(300)는 클라우드 스토리지(200)에 저장되어 있는 파일 중 통신 인프라의 설계가 필요한 제1 공간의 평면도를 획득할 수 있다. 이때, 제1 공간의 평면도는 고객사의 요청으로 클라우드 스토리지(200)에 저장될 수 있다. 여기서, 제1 공간은 통신 인프라의 설계가 필요한 공간으로, 통신 인프라는 전산 장비, 통신 장비 등을 포함할 수 있으며, 전산 장비는 통신 기능을 갖춘 연산 장비로, 통신 장비를 통해 외부 기기와 통신을 수행하는 장비이고, 통신 장비는 전산 장비와 외부 기기 간에 유무선 통신을 통해 연결되도록 처리하는 장비이다.According to an embodiment, the control server 300 may obtain a plan view of a first space that requires design of a communication infrastructure among files stored in the cloud storage 200 . In this case, the plan view of the first space may be stored in the cloud storage 200 at the request of the customer. Here, the first space is a space that requires the design of a communication infrastructure, and the communication infrastructure may include computer equipment and communication equipment, and the computer equipment is a computation equipment with a communication function, which communicates with an external device through the communication equipment. It is the equipment that performs the communication, and the communication equipment is the equipment that handles the connection between the computer equipment and the external device through wired/wireless communication.

제어 서버(300)는 제1 공간에 전산 장비, 통신 장비 등을 실제로 배치하기 전에, 어떠한 방식으로 장비들을 제1 공간에 배치할 것인지에 대한 구조를 설계할 수 있으며, 설계된 구조에 따라 배치된 장비들의 위치를 표시하여, 사용자에게 장비 배치에 대해 추천하는 서비스를 제공할 수 있다.The control server 300 may design a structure for how to arrange the equipment in the first space before actually placing the computing equipment, communication equipment, etc. in the first space, and By indicating the location, it is possible to provide the user with a service recommended for equipment arrangement.

일실시예에 따르면, 제1 공간의 평면도에는 제1 공간에 배치될 전산 장비들의 표시되어 있다. 예를 들어, 제1 공간은 제1 구역 및 제2 구역으로 구분되어 있고, 제1 구역에는 제1 전산 장비 및 제2 전산 장비의 위치가 표시되어 있고, 제3 구역에는 제3 전산 장비의 위치가 표시되어 있을 수 있다.According to one embodiment, in the plan view of the first space, the computing equipment to be arranged in the first space is marked. For example, the first space is divided into a first zone and a second zone, the locations of the first and second computing equipment are marked in the first zone, and the locations of the third computing equipment are displayed in the third zone may be displayed.

구체적으로, 제어 서버(300)는 고객사 단말로 복수의 공간 리스트를 제공할 수 있으며, 복수의 공간 리스트에서 제1 공간이 선택되면, 제1 공간의 평면도가 고객사 단말의 화면에 디스플레이 되도록 처리할 수 있다. 이를 위해, 제어 서버(300)는 복수의 공간 별로 각각의 평면도를 데이터베이스에 저장하여 관리할 수 있다.Specifically, the control server 300 may provide a plurality of space lists to the customer terminal, and when a first space is selected from the plurality of space lists, the plan view of the first space may be displayed on the screen of the customer terminal. there is. To this end, the control server 300 may store and manage each floor plan in a database for a plurality of spaces.

이후, 제어 서버(300)는 고객사 단말의 화면에 표시된 제1 공간의 평면도 상에서, 제1 공간에 배치될 전산 장비들의 위치가 각각 설정되면, 고객사 단말로부터 제1 공간에 배치될 전산 장비들이 표시되어 있는 제1 공간의 평면도를 획득할 수 있다.Then, the control server 300 on the plan view of the first space displayed on the screen of the customer terminal, when the positions of the computer equipment to be arranged in the first space are respectively set, the computer equipment to be arranged in the first space from the customer terminal is displayed A plan view of the first space in which there is can be obtained.

제어 서버(300)는 제1 공간에 배치될 전산 장비들이 제1 공간의 평면도에 표시되어 있는지 여부를 확인할 수 있다.The control server 300 may check whether the computer equipment to be arranged in the first space is displayed on the plan view of the first space.

제1 공간의 평면도에 전산 장비들이 표시되어 있지 않은 것으로 확인되면, 제어 서버(300)는 제1 공간에 배치될 전산 장비들의 위치 설정이 필요한 것을 알려주는 알림 메시지를 전송할 수 있으며, 제어 서버(300)는 제1 공간의 평면도를 다시 수신할 수 있다.If it is confirmed that the computerized equipment is not displayed on the plan view of the first space, the control server 300 may transmit a notification message informing that it is necessary to set the location of the computerized equipment to be disposed in the first space, and the control server 300 ) may receive a plan view of the first space again.

제1 공간에 배치될 전산 장비들이 평면도에 표시되어 있는 것으로 확인되면, 제어 서버(300)는 제1 공간의 평면도를 미리 학습된 제2 인공 신경망에 적용할 수 있다.When it is confirmed that the computing equipment to be disposed in the first space is displayed on the plan view, the control server 300 may apply the plan view of the first space to the pre-learned second artificial neural network.

일실시예에 따르면, 제2 인공 신경망은 전산 장비들의 배치 위치가 표시되어 있는 평면도를 입력 받은 후, 전산 장비들의 배치 위치에 따라 통신 장비들의 배치 위치를 출력하는 알고리즘일 수 있다.According to an embodiment, the second artificial neural network may be an algorithm for receiving a plan view in which the arrangement positions of the computing devices are displayed, and then outputting the arrangement positions of the communication devices according to the arrangement positions of the computer equipment.

제어 서버(300)는 제2 인공 신경망의 출력을 기초로, 제1 공간에서 통신 장비들이 배치될 위치를 선정할 수 있다.The control server 300 may select a location where communication devices are to be arranged in the first space based on the output of the second artificial neural network.

일실시예에 따르면, 제2 인공 신경망은 제1 공간에 배치될 통신 장비들이 통신 배선 상에 위치되도록 배치하여, 통신 배선 상에 배치된 통신 장비들의 위치를 출력하도록 학습될 수 있다. 이를 위해, 제2 인공 신경망은 제1 공간의 평면도에 통신 배선이 표시되어 있는 경우, 통신 장비들이 통신 배선 상에 배치되도록 통신 장비들의 배치 위치를 출력할 수 있다.According to an embodiment, the second artificial neural network may be trained to output the positions of communication devices disposed on the communication wiring by arranging the communication devices to be disposed in the first space to be located on the communication wiring. To this end, when the communication wiring is marked on the plan view of the first space, the second artificial neural network may output the arrangement positions of the communication devices so that the communication devices are disposed on the communication wiring.

또한, 제2 인공 신경망은 제1 공간에 배치될 통신 장비들이 제1 공간의 구역 별로 위치하도록 배치하여, 구역 별로 배치된 통신 장비들의 위치를 출력하도록 학습될 수 있다. 이를 위해, 제2 인공 신경망은 제1 공간이 복수의 구역으로 구분되어 있는 경우, 통신 장비들이 구역 별로 배치되도록 통신 장비들의 배치 위치를 출력할 수 있다.Also, the second artificial neural network may be trained to arrange communication devices to be disposed in the first space for each zone of the first space, and to output positions of the communication devices disposed for each zone. To this end, when the first space is divided into a plurality of zones, the second artificial neural network may output the arrangement positions of the communication devices so that the communication devices are disposed for each zone.

또한, 제2 인공 신경망은 제1 공간에 배치될 통신 장비들이 제1 공간에 배치될 전산 장비와 인접하게 위치하도록 배치하여, 전산 장비와 인접하게 배치된 통신 장비들의 위치를 출력하도록 학습될 수 있다. 이를 위해, 제2 인공 신경망은 제1 공간의 평면도에 복수의 전산 장비들에 대한 위치가 표시되어 있는 경우, 통신 장비들이 전산 장비들과 인접하게 배치되도록 통신 장비들의 배치 위치를 출력할 수 있다.In addition, the second artificial neural network may be trained to output the positions of the communication equipment to be disposed in the first space by disposing the communication equipment to be disposed in the first space adjacent to the computing equipment to be disposed in the first space. . To this end, when the positions of the plurality of computing devices are marked on the plan view of the first space, the second artificial neural network may output the arrangement positions of the communication devices so that the communication devices are disposed adjacent to the computing devices.

또한, 제2 인공 신경망은 제1 공간에 배치될 통신 장비들이 차지하는 면적과 사용자 동선이 차지하는 면적을 비교하여, 서로 중복되는 면적이 최소화되도록 배치하여, 통신 장비들과 사용자 동선이 중복되지 않도록 배치된 통신 장비들의 위치를 출력하도록 학습될 수 있다. 이를 위해, 제2 인공 신경망은 제1 공간의 평면도에 사용자 동선이 표시되어 있는 경우, 통신 장비들이 사용자 동선과 겹치지 않도록 통신 장비들의 배치 위치를 출력할 수 있다.In addition, the second artificial neural network is arranged to minimize overlapping areas by comparing the area occupied by the communication devices to be disposed in the first space and the area occupied by the user movement line, so that the communication equipment and the user movement line do not overlap. It can be learned to output the location of communication equipment. To this end, when the user movement line is displayed in the plan view of the first space, the second artificial neural network may output the arrangement positions of the communication devices so that the communication devices do not overlap the user movement line.

제어 서버(300)는 제1 공간에서 통신 장비들이 배치될 위치를 기초로, 평면도에 통신 장비들을 표시하여, 평면도를 수정할 수 있다.The control server 300 may modify the floor plan by displaying the communication devices on the floor plan based on the positions where the communication devices are to be arranged in the first space.

제1 공간의 평면도에 제1 전산 장비, 제2 전산 장비 및 제3 전산 장비의 위치가 표시되어 있는 경우, 제어 서버(300)는 제1 전산 장비, 제2 전산 장비 및 제3 전산 장비의 위치를 기초로, 제1 통신 장비 및 제2 통신 장비가 배치될 위치를 선정할 수 있으며, 제1 공간의 평면도에 제1 통신 장비 및 제2 통신 장비를 표시하여, 제1 공간의 평면도를 수정할 수 있다.When the positions of the first computer equipment, the second computer equipment, and the third computer equipment are displayed in the plan view of the first space, the control server 300 determines the positions of the first computer equipment, the second computer equipment, and the third computer equipment. Based on the , it is possible to select a location where the first communication equipment and the second communication equipment are to be arranged, and by displaying the first communication equipment and the second communication equipment on the plan view of the first space, it is possible to modify the floor plan of the first space. there is.

제어 서버(300)는 수정된 평면도를 고객사 단말로 전송할 수 있다.The control server 300 may transmit the revised floor plan to the customer terminal.

즉, 제어 서버(300)는 전산 장비들의 위치만 표시되어 있는 제1 공간의 평면도를 고객사 단말로부터 수신한 후, 제어 서버(300)는 통신 장비들의 위치를 추가로 표시하여 수정된 제1 공간의 평면도를 고객사 단말로 전송할 수 있다.That is, after the control server 300 receives a plan view of the first space in which only the positions of the computerized equipment are displayed from the customer terminal, the control server 300 additionally displays the positions of the communication equipments in the modified first space. The floor plan can be transmitted to the customer terminal.

제어 서버(300)는 고객사 단말로부터 수신된 제1 공간의 평면도를 확인한 결과, 제1 공간이 제1 구역 및 제2 구역으로 구분되어 있는 경우, 제1 공간의 평면도를 기초로, 제1 구역에 배치되어 있는 전산 장비들을 확인할 수 있다. 이때, 제1 구역에 배치되어 있는 전산 장비들은 사용자 선택으로 설정될 수 있다.As a result of checking the plan view of the first space received from the customer terminal, the control server 300 determines that the first space is divided into a first area and a second area, based on the plan view of the first space, in the first area. You can check the computer equipment that is deployed. In this case, the computer equipment disposed in the first zone may be set by user selection.

제어 서버(300)는 제1 구역에 배치되어 있는 전산 장비들의 수를 제1 장비수로 산출할 수 있다.The control server 300 may calculate the number of computing devices disposed in the first area as the first number of devices.

제어 서버(300)는 고객사 단말로부터 수신된 제1 공간의 평면도를 확인한 결과, 제1 공간이 제1 구역 및 제2 구역으로 구분되어 있는 경우, 제1 공간의 평면도를 기초로, 제2 구역에 배치되어 있는 전산 장비들을 확인할 수 있다. 이때, 제2 구역에 배치되어 있는 전산 장비들은 사용자 선택으로 설정될 수 있다.As a result of checking the plan view of the first space received from the customer terminal, the control server 300 determines that the first space is divided into a first area and a second area, based on the plan view of the first space, in the second area. You can check the computer equipment that is deployed. In this case, the computer equipment disposed in the second zone may be set by user selection.

제어 서버(300)는 제2 구역에 배치되어 있는 전산 장비들의 수를 제2 장비수로 산출할 수 있다.The control server 300 may calculate the number of computing devices disposed in the second area as the second number of devices.

제어 서버(300)는 제1 장비수 및 제2 장비수를 합산하여 제3 장비수를 산출할 수 있다. 즉 제어 서버(300)는 제1 공간이 제1 구역 및 제2 구역으로 구분되어 있는 경우, 제1 공간에 배치되어 있는 전산 장비들의 수를 제3 장비수로 산출할 수 있다.The control server 300 may calculate the third number of devices by summing the first number of devices and the second number of devices. That is, when the first space is divided into a first area and a second area, the control server 300 may calculate the number of computer equipment disposed in the first space as the third equipment number.

제어 서버(300)는 제3 장비수가 기준값 보다 큰지 여부를 확인할 수 있다. 여기서, 기준값은 실시예에 따라 상이하게 설정될 수 있다.The control server 300 may check whether the number of third devices is greater than a reference value. Here, the reference value may be set differently depending on the embodiment.

제3 장비수가 기준값 보다 큰 것으로 확인되면, 제어 서버(300)는 제1 공간에서 통신 장비들이 배치될 위치를 기초로, 제1 구역에 제1 통신 장비를 표시하고, 제2 구역에 제2 통신 장비들을 표시하여, 제1 공간의 평면도를 수정할 수 있다.If it is confirmed that the third number of equipment is greater than the reference value, the control server 300 displays the first communication equipment in the first area based on the location where the communication equipment is to be arranged in the first space, and displays the first communication equipment in the second area. By displaying the equipment, it is possible to modify the floor plan of the first space.

즉, 제3 장비수가 기준값 보다 큰 경우, 제1 공간의 평면도 상에서, 제1 구역에 제1 통신 장비가 표시되고, 제2 구역에 제2 통신 장비가 표시되어, 구역 별로 통신 장비들이 배치될 수 있다.That is, when the third number of equipment is greater than the reference value, on the plan view of the first space, the first communication equipment is displayed in the first area and the second communication equipment is displayed in the second area, so that the communication equipments can be arranged for each area. there is.

한편, 제3 장비수가 기준값 보다 작은 것으로 확인되면, 제어 서버(300)는 제1 장비수가 제2 장비수 보다 큰지 여부를 확인할 수 있다.Meanwhile, when it is confirmed that the third number of devices is smaller than the reference value, the control server 300 may check whether the first number of devices is greater than the second number of devices.

제1 장비수가 제2 장비수 보다 큰 것으로 확인되면, 제어 서버(300)는 제1 공간에서 통신 장비들이 배치될 위치를 기초로, 제1 구역에만 제1 통신 장비를 표시하고, 제2 구역에는 제2 통신 장비를 표시하지 않도록 하여, 제1 공간의 평면도를 수정할 수 있다.If it is confirmed that the first number of equipment is greater than the second number of equipment, the control server 300 displays the first communication equipment only in the first area based on the location where the communication equipment is to be arranged in the first space, and in the second area By not displaying the second communication equipment, the plan view of the first space can be modified.

제2 장비수가 제1 장비수 보다 큰 것으로 확인되면, 제어 서버(300)는 제1 공간에서 통신 장비들이 배치될 위치를 기초로, 제2 구역에만 제2 통신 장비를 표시하고, 제1 구역에는 제1 통신 장비를 표시하지 않도록 하여, 제1 공간의 평면도를 수정할 수 있다.If it is confirmed that the second number of equipment is greater than the first number of equipment, the control server 300 displays the second communication equipment only in the second area based on the location where the communication equipment is to be arranged in the first space, and in the first area By not displaying the first communication equipment, the plan view of the first space can be modified.

즉, 제3 장비수가 기준값 보다 작은 경우, 제1 공간의 평면도 상에서, 제1 구역 및 제2 구역 중 어느 하나의 구역에만 통신 장비가 표시되어, 제1 공간에는 하나의 통신 장비만 배치될 수 있다.That is, when the number of third devices is smaller than the reference value, communication devices are displayed in only one of the first zone and the second zone on the plan view of the first space, and only one communication device can be disposed in the first space. .

도 10은 일실시예에 따른 제어 서버의 구성의 예시도이다.10 is an exemplary diagram of a configuration of a control server according to an embodiment.

일실시예에 따른 제어 서버(300)는 프로세서(310) 및 메모리(320)를 포함한다. 프로세서(310)는 도 1 내지 도 9를 참조하여 전술된 적어도 하나의 장치들을 포함하거나, 도 1 내지 도 9를 참조하여 전술된 적어도 하나의 방법을 수행할 수 있다. 제어 서버(300)를 이용하는 자 또는 단체는 도 1 내지 도 9를 참조하여 전술된 방법들 일부 또는 전부와 관련된 서비스를 제공할 수 있다.The control server 300 according to an embodiment includes a processor 310 and a memory 320 . The processor 310 may include at least one of the devices described above with reference to FIGS. 1 to 9 , or perform at least one method described above with reference to FIGS. 1 to 9 . A person or organization using the control server 300 may provide services related to some or all of the methods described above with reference to FIGS. 1 to 9 .

메모리(320)는 전술된 방법들과 관련된 정보를 저장하거나 전술된 방법들을 구현하는 프로그램을 저장할 수 있다. 메모리(320)는 휘발성 메모리 또는 비휘발성 메모리일 수 있다.The memory 320 may store information related to the above-described methods or a program for implementing the above-described methods. The memory 320 may be a volatile memory or a non-volatile memory.

프로세서(310)는 프로그램을 실행하고, 제어 서버(300)를 제어할 수 있다. 프로세서(310)에 의하여 실행되는 프로그램의 코드는 메모리(320)에 저장될 수 있다. 제어 서버(300)는 입출력 장치(도면 미 표시)를 통하여 외부 장치(예를 들어, 퍼스널 컴퓨터 또는 네트워크)에 연결되고, 유무선 통신을 통해 데이터를 교환할 수 있다.The processor 310 may execute a program and control the control server 300 . The code of the program executed by the processor 310 may be stored in the memory 320 . The control server 300 may be connected to an external device (eg, a personal computer or a network) through an input/output device (not shown) and exchange data through wired/wireless communication.

제어 서버(300)는 인공 신경망을 학습시키거나, 학습된 인공 신경망을 이용하는데 사용될 수 있다. 메모리(320)는 학습 중인 또는 학습된 인공 신경망을 포함할 수 있다. 프로세서(310)는 메모리(320)에 저장된 인공 신경망 알고리즘을 학습시키거나 실행시킬 수 있다. 인공 신경망을 학습시키는 제어 서버(300)와 학습된 인공 신경망을 이용하는 제어 서버(300)는 동일할 수도 있고 개별적일 수도 있다.The control server 300 may be used to train an artificial neural network or to use a learned artificial neural network. The memory 320 may include a learning or learned artificial neural network. The processor 310 may learn or execute an artificial neural network algorithm stored in the memory 320 . The control server 300 for learning the artificial neural network and the control server 300 for using the learned artificial neural network may be the same or may be separate.

이상에서 설명된 실시예들은 하드웨어 구성요소, 소프트웨어 구성요소, 및/또는 하드웨어 구성요소 및 소프트웨어 구성요소의 조합으로 구현될 수 있다. 예를 들어, 실시예들에서 설명된 장치, 방법 및 구성요소는, 예를 들어, 프로세서, 콘트롤러, ALU(arithmetic logic unit), 디지털 신호 프로세서(digital signal processor), 마이크로컴퓨터, FPGA(field programmable gate array), PLU(programmable logic unit), 마이크로프로세서, 또는 명령(instruction)을 실행하고 응답할 수 있는 다른 어떠한 장치와 같이, 하나 이상의 범용 컴퓨터 또는 특수 목적 컴퓨터를 이용하여 구현될 수 있다. 처리 장치는 운영 체제(OS) 및 상기 운영 체제 상에서 수행되는 하나 이상의 소프트웨어 애플리케이션을 수행할 수 있다. 또한, 처리 장치는 소프트웨어의 실행에 응답하여, 데이터를 접근, 저장, 조작, 처리 및 생성할 수도 있다. 이해의 편의를 위하여, 처리 장치는 하나가 사용되는 것으로 설명된 경우도 있지만, 해당 기술분야에서 통상의 지식을 가진 자는, 처리 장치가 복수 개의 처리 요소(processing element) 및/또는 복수 유형의 처리 요소를 포함할 수 있음을 알 수 있다. 예를 들어, 처리 장치는 복수 개의 프로세서 또는 하나의 프로세서 및 하나의 콘트롤러를 포함할 수 있다. 또한, 병렬 프로세서(parallel processor)와 같은, 다른 처리 구성(processing configuration)도 가능하다.The embodiments described above may be implemented by a hardware component, a software component, and/or a combination of a hardware component and a software component. For example, the apparatus, methods, and components described in the embodiments may include, for example, a processor, a controller, an arithmetic logic unit (ALU), a digital signal processor, a microcomputer, a field programmable gate (FPGA) array), a programmable logic unit (PLU), a microprocessor, or any other device capable of executing and responding to instructions, may be implemented using one or more general purpose or special purpose computers. The processing device may execute an operating system (OS) and one or more software applications running on the operating system. A processing device may also access, store, manipulate, process, and generate data in response to execution of the software. For convenience of understanding, although one processing device is sometimes described as being used, one of ordinary skill in the art will recognize that the processing device includes a plurality of processing elements and/or a plurality of types of processing elements. It can be seen that can include For example, the processing device may include a plurality of processors or one processor and one controller. Other processing configurations are also possible, such as parallel processors.

실시예에 따른 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 실시예를 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. 상기된 하드웨어 장치는 실시예의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.The method according to the embodiment may be implemented in the form of program instructions 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 embodiment, or may be known and available to those skilled in the art of computer software. Examples of the computer-readable recording medium include magnetic media such as hard disks, floppy disks and magnetic tapes, optical media such as CD-ROMs and DVDs, and magnetic media such as floppy disks. - includes magneto-optical media, and hardware devices specially configured to store and execute program instructions, such as ROM, RAM, flash memory, and the like. Examples of program instructions include not only machine language codes such as those generated by a compiler, but also high-level language codes 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 embodiments, and vice versa.

소프트웨어는 컴퓨터 프로그램(computer program), 코드(code), 명령(instruction), 또는 이들 중 하나 이상의 조합을 포함할 수 있으며, 원하는 대로 동작하도록 처리 장치를 구성하거나 독립적으로 또는 결합적으로(collectively) 처리 장치를 명령할 수 있다. 소프트웨어 및/또는 데이터는, 처리 장치에 의하여 해석되거나 처리 장치에 명령 또는 데이터를 제공하기 위하여, 어떤 유형의 기계, 구성요소(component), 물리적 장치, 가상 장치(virtual equipment), 컴퓨터 저장 매체 또는 장치, 또는 전송되는 신호 파(signal wave)에 영구적으로, 또는 일시적으로 구체화(embody)될 수 있다. 소프트웨어는 네트워크로 연결된 컴퓨터 시스템 상에 분산되어서, 분산된 방법으로 저장되거나 실행될 수도 있다. 소프트웨어 및 데이터는 하나 이상의 컴퓨터 판독 가능 기록 매체에 저장될 수 있다.Software may comprise a computer program, code, instructions, or a combination of one or more thereof, which configures a processing device to operate as desired or is independently or collectively processed You can command the device. The software and/or data may be any kind of machine, component, physical device, virtual equipment, computer storage medium or apparatus, to be interpreted by or to provide instructions or data to the processing device. , or may be permanently or temporarily embody in a transmitted signal wave. The software may be distributed over networked computer systems and stored or executed in a distributed manner. Software and data may be stored in one or more computer-readable recording media.

이상과 같이 실시예들이 비록 한정된 도면에 의해 설명되었으나, 해당 기술분야에서 통상의 지식을 가진 자라면 상기를 기초로 다양한 기술적 수정 및 변형을 적용할 수 있다. 예를 들어, 설명된 기술들이 설명된 방법과 다른 순서로 수행되거나, 및/또는 설명된 시스템, 구조, 장치, 회로 등의 구성요소들이 설명된 방법과 다른 형태로 결합 또는 조합되거나, 다른 구성요소 또는 균등물에 의하여 대치되거나 치환되더라도 적절한 결과가 달성될 수 있다.As described above, although the embodiments have been described with reference to the limited drawings, those skilled in the art may apply various technical modifications and variations based on the above. For example, the described techniques are performed in an order different from the described method, and/or the described components of the system, structure, apparatus, circuit, etc. are combined or combined in a different form than the described method, or other components Or substituted or substituted by equivalents may achieve an appropriate result.

그러므로, 다른 구현들, 다른 실시예들 및 특허청구범위와 균등한 것들도 후술하는 청구범위의 범위에 속한다.Therefore, other implementations, other embodiments, and equivalents to the claims are also within the scope of the following claims.

Claims (3)

제어 서버에 의해 수행되는, 인공지능을 기반으로 기업 정보를 자동 처리 및 생성하는 방법에 있어서,
데이터베이스에 저장된 로그 데이터를 기초로, 미리 설정된 기준 기간 동안 제1 쿼리가 어느 시점에 얼마나 자주 사용되었는지 파악하여, 상기 제1 쿼리가 사용된 시점을 통해 상기 제1 쿼리의 사용 패턴을 분석하고, 상기 제1 쿼리의 사용 패턴에 대한 분석 결과를 이용하여, 상기 제1 쿼리의 특성 정보-상기 제1 쿼리의 특성 정보는 상기 제1 쿼리가 어느 기간에 정기적으로 사용되는지를 나타내는 정보를 포함함-를 추출하는 단계;
상기 제1 쿼리의 특성 정보를 인공 신경망에 적용하여, 상기 인공 신경망의 출력을 기초로, 상기 제1 쿼리의 업무 카테고리를 예측하는 단계;
상기 제1 쿼리의 업무 카테고리에 대한 예측 결과가 제1 카테고리로 확인되면, 상기 제1 카테고리에 설정되어 있는 업무 처리 기간을 확인하는 단계; 및
상기 업무 처리 기간 동안에 상기 제1 쿼리를 통한 업무 처리가 요청되지 않으면, 상기 제1 쿼리를 통한 업무 처리 요청을 복수의 고객사 서버 중 어느 하나인 제1 고객사 서버로 전송하여, 상기 제1 쿼리에 의해 기업 정보가 생성되도록 제어하는 단계를 포함하며,
상기 인공 신경망은 강화 학습(reinforcement learning)에 따라 학습되는 인공 신경망으로, 쿼리의 특성 정보를 통해 쿼리의 업무 카테고리를 예측하도록 학습되어, 쿼리의 특성 정보를 입력 받은 후 쿼리의 특성을 고려하여 쿼리의 업무 카테고리를 예측하여 출력하는 것을 특징으로 하며,
상기 제어 서버는 상기 인공 신경망을 학습시키기 위해, 쿼리의 특성 정보를 기초로 입력을 생성하고, 상기 생성된 입력을 상기 인공 신경망에 적용하고, 상기 인공 신경망으로부터 쿼리의 특성 정보를 통해 쿼리에게 적합한 업무 카테고리를 예측한 결과인 출력을 획득하고, 상기 획득된 출력을 평가하여 보상을 지급하고, 상기 출력의 평가를 기초로 상기 인공 신경망을 갱신하는,
인공지능 기반 기업 정보 자동 처리 및 생성 방법.
In a method for automatically processing and generating corporate information based on artificial intelligence, performed by a control server,
Based on the log data stored in the database, by determining when and how often the first query is used during a preset reference period, the usage pattern of the first query is analyzed through the time when the first query is used, and the Using the analysis result of the usage pattern of the first query, the characteristic information of the first query, wherein the characteristic information of the first query includes information indicating in which period the first query is used regularly extracting;
predicting a business category of the first query by applying the characteristic information of the first query to an artificial neural network and based on an output of the artificial neural network;
when the prediction result for the business category of the first query is confirmed as the first category, checking a business processing period set in the first category; and
If the business processing through the first query is not requested during the business processing period, the business processing request through the first query is transmitted to the first customer server, which is one of the plurality of customer server servers, by the first query controlling the creation of corporate information;
The artificial neural network is an artificial neural network that is learned according to reinforcement learning. It is learned to predict the business category of a query through the characteristic information of the query, and after receiving the characteristic information of the query, consider the characteristics of the query. It is characterized by predicting and outputting the business category,
The control server generates an input based on characteristic information of a query to learn the artificial neural network, applies the generated input to the artificial neural network, and performs a task suitable for a query through the characteristic information of the query from the artificial neural network Obtaining an output that is a result of predicting a category, evaluating the obtained output to pay a reward, and updating the artificial neural network based on the evaluation of the output,
A method for automatically processing and generating corporate information based on artificial intelligence.
제1항에 있어서,
상기 업무 처리 기간을 확인하는 단계 이후,
상기 업무 처리 기간의 마지막날의 전날까지 상기 제1 쿼리를 통한 업무 처리가 요청되지 않으면, 상기 로그 데이터를 기초로, 제1 사용자 단말로부터 전달된 상기 제1 쿼리에 의해 상기 기업 정보가 생성된 적이 있는 것을 확인하는 단계;
상기 제1 사용자 단말에 로그인 되어 있는 제1 사용자 계정을 통해, 제1 사용자가 기업에서 소속되어 있는 팀을 확인하는 단계; 및
상기 제1 사용자가 제1 팀에 소속되어 있고, 상기 제1 사용자와 제2 사용자가 상기 제1 팀을 구성하고 있는 경우, 상기 제1 쿼리를 통한 업무 처리를 요청하는 알림 메시지를 상기 제1 사용자 단말 및 제2 사용자 단말로 전송하는 단계를 더 포함하는,
인공지능 기반 기업 정보 자동 처리 및 생성 방법.
According to claim 1,
After confirming the business processing period,
If the business processing through the first query is not requested until the day before the last day of the business processing period, the company information has never been generated by the first query transmitted from the first user terminal based on the log data. confirming that there is;
checking the team to which the first user belongs in the company through the first user account logged into the first user terminal; and
When the first user belongs to the first team and the first user and the second user form the first team, a notification message requesting business processing through the first query is sent to the first user Further comprising the step of transmitting to the terminal and the second user terminal,
A method for automatically processing and generating corporate information based on artificial intelligence.
제1항에 있어서,
상기 업무 처리 기간을 확인하는 단계 이후,
상기 업무 처리 기간 동안 상기 제1 쿼리를 통한 업무 처리가 요청되지 않은 상태에서, 제3 사용자 단말로부터 상기 제1 쿼리를 통한 업무 처리가 요청되면, 상기 제3 사용자 단말에 로그인 되어 있는 제3 사용자 계정을 통해, 제3 사용자가 기업에서 소속되어 있는 팀을 확인하는 단계;
상기 제3 사용자가 제2 팀에 소속되어 있는 것으로 확인되면, 상기 제2 팀에 설정되어 있는 업무 처리 분야를 확인하는 단계;
상기 제2 팀의 업무 처리 분야에 상기 제1 카테고리가 포함되어 있는 것으로 확인되면, 상기 제1 쿼리에 의해 기업 정보가 생성되도록 제어하는 단계; 및
상기 제2 팀의 업무 처리 분야에 상기 제1 카테고리가 포함되어 있지 않은 것으로 확인되면, 상기 제1 쿼리에 의해 기업 정보가 생성되지 않도록 제어하는 단계를 더 포함하는,
인공지능 기반 기업 정보 자동 처리 및 생성 방법.
According to claim 1,
After confirming the business processing period,
During the business processing period, when business processing through the first query is requested from a third user terminal in a state in which business processing through the first query is not requested, the third user account logged into the third user terminal through, confirming the team to which the third user belongs in the company;
when it is confirmed that the third user belongs to the second team, checking a business processing field set in the second team;
when it is confirmed that the first category is included in the work processing field of the second team, controlling the company information to be generated by the first query; and
When it is confirmed that the first category is not included in the business processing field of the second team, the method further comprising the step of controlling so that the company information is not generated by the first query,
A method for automatically processing and generating corporate information based on artificial intelligence.
KR1020210136676A 2021-10-14 2021-10-14 Method, device and system for automatic processing and creating company information based on artificial intelligence KR102398085B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020210136676A KR102398085B1 (en) 2021-10-14 2021-10-14 Method, device and system for automatic processing and creating company information based on artificial intelligence

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020210136676A KR102398085B1 (en) 2021-10-14 2021-10-14 Method, device and system for automatic processing and creating company information based on artificial intelligence

Publications (1)

Publication Number Publication Date
KR102398085B1 true KR102398085B1 (en) 2022-05-13

Family

ID=81583695

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020210136676A KR102398085B1 (en) 2021-10-14 2021-10-14 Method, device and system for automatic processing and creating company information based on artificial intelligence

Country Status (1)

Country Link
KR (1) KR102398085B1 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100645608B1 (en) * 2004-03-25 2006-11-13 (주)첫눈 Server of providing information search service using visited uniform resource locator log, and method thereof
KR101241037B1 (en) 2010-10-15 2013-04-04 나이스신용평가정보주식회사 Business information providing system and method for providing business information using the same
KR101559206B1 (en) * 2013-11-29 2015-10-13 건국대학교 산학협력단 Method of processing log data, and system operating the same
KR101671889B1 (en) 2016-01-22 2016-11-03 한국과학기술정보연구원 apparatus for extracting company data and method for extracting company data
KR101927578B1 (en) 2016-02-12 2019-03-07 중소기업은행 System for providing enterprise information and method
KR102037480B1 (en) 2017-11-29 2019-10-29 주식회사 디지털존 Success analysis system of business using investor relations information

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100645608B1 (en) * 2004-03-25 2006-11-13 (주)첫눈 Server of providing information search service using visited uniform resource locator log, and method thereof
KR101241037B1 (en) 2010-10-15 2013-04-04 나이스신용평가정보주식회사 Business information providing system and method for providing business information using the same
KR101559206B1 (en) * 2013-11-29 2015-10-13 건국대학교 산학협력단 Method of processing log data, and system operating the same
KR101671889B1 (en) 2016-01-22 2016-11-03 한국과학기술정보연구원 apparatus for extracting company data and method for extracting company data
KR101927578B1 (en) 2016-02-12 2019-03-07 중소기업은행 System for providing enterprise information and method
KR102037480B1 (en) 2017-11-29 2019-10-29 주식회사 디지털존 Success analysis system of business using investor relations information

Similar Documents

Publication Publication Date Title
US11397744B2 (en) Systems and methods for data storage and processing
CN113711536A (en) Extracting data from a blockchain network
US9390285B1 (en) Identifying inconsistent security policies in a computer cluster
CA2980914C (en) Flow engine for building automated flows within a cloud based developmental platform
US20150341357A1 (en) Method and system for access control management using reputation scores
TW201243725A (en) Image analysis tools
US11010201B2 (en) Information processing device, resource allocation system, and resource allocation method
KR102338425B1 (en) Method, device and system for automatically setting up and monitoring application of monitoring target server based on artificial intelligence
KR102430988B1 (en) Method, device and system for controlling policy setting of host firewall based on artificial intelligence
US11494468B2 (en) Rights management of cloud resources
JP2019192190A (en) Cloud scraping system and method using pre-scraped big data, and computer program therefor
US20230073190A1 (en) Method for providing scraping-based service and application for executing the same
KR102398085B1 (en) Method, device and system for automatic processing and creating company information based on artificial intelligence
KR20210077136A (en) A Program for operation of blockchain network system
KR102393183B1 (en) Method, device and system for managing and processing log data of corporate server
KR102357308B1 (en) Method, device and system for operating load balancing of server for providing tax affair service targeting shopping mall industry
KR20200100470A (en) Blockchain Network Node for Processing Transaction
KR20200045761A (en) Method and system at third party side for risk identification of personal information
KR102056849B1 (en) Virtual private network system
Levonevskiy et al. Providing availability of the smart space services by means of incoming data control methods
KR102431846B1 (en) Method, device and system for validating platform migration
KR20200061551A (en) Method for providing contents and server of contents business operator for executing the same
CN105229662A (en) Access control apparatus and access control method and program
KR102338422B1 (en) Method, device and system for providing collaboration tool service in cloud environment based on did
US20240020299A1 (en) Api management for batch processing

Legal Events

Date Code Title Description
E701 Decision to grant or registration of patent right
GRNT Written decision to grant