WO2024117319A1 - 신규 데이터 인스턴스 생성을 위한 구독 및 통지 방법 - Google Patents

신규 데이터 인스턴스 생성을 위한 구독 및 통지 방법 Download PDF

Info

Publication number
WO2024117319A1
WO2024117319A1 PCT/KR2022/019313 KR2022019313W WO2024117319A1 WO 2024117319 A1 WO2024117319 A1 WO 2024117319A1 KR 2022019313 W KR2022019313 W KR 2022019313W WO 2024117319 A1 WO2024117319 A1 WO 2024117319A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
resource
notification
subscription
address
Prior art date
Application number
PCT/KR2022/019313
Other languages
English (en)
French (fr)
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 한국전자기술연구원
Publication of WO2024117319A1 publication Critical patent/WO2024117319A1/ko

Links

Images

Definitions

  • the present invention relates to data subscription/notification, and more specifically, to a method of notifying notification subjects of data instances subscribed to in a data platform.
  • the instance creation event is notified to targets that have subscribed to it.
  • a ⁇ subscription> resource must be created in the relevant data resource.
  • notificationURI and target endpoint information must be set for each target in the ⁇ subscription> resource. This situation makes the setup very complicated when the notification target is multiple targets.
  • the present invention was created to solve the above problems, and the purpose of the present invention is to provide a subscription/notification method that can notify a number of notification targets of a new instance creation event in a simple and uniform manner. .
  • a data subscription/notification method includes the steps of creating a data resource in a data platform; storing subscription information in a data resource; It includes the step of notifying a creation event when an instance resource for data storage is created below the data resource.
  • Subscription information may include an attribute indicating whether to subscribe to notification of an instance resource creation event.
  • the creation event is notified using the MQTT protocol, and the creation event can be notified to target applications by referring to notification target information stored in the corresponding MQTT topic.
  • the address of the corresponding MQTT topic can be derived based on the address of the data resource where subscription information is stored.
  • the address of the corresponding MQTT topic can be derived by combining the address of the data resource and the key stored in the data resource.
  • the address of the corresponding MQTT topic can be derived by combining each key with at least one of the resource names constituting the address of the data resource.
  • the key can be combined at the beginning or end of at least one of the resource names.
  • Keys stored in a data resource may not be searchable unless you are the data resource creator or administrator, even if you have permission to view the data resource.
  • the notification step transmits a notification message to notify an event.
  • the notification message contains only the properties of the created instance resource excluding the common properties of the data platform resources, but the specified common properties are added and the data resource , information about common properties to be added may be stored.
  • a data subscription/notification system includes a data platform that creates a data resource and stores subscription information in the data resource; and a notification server that notifies the creation event when it is created as an instance resource for data storage below the data resource.
  • a data subscription/notification method includes storing subscription information in a data resource created in a data platform; and notifying a creation event when an instance resource for data storage is created below the data resource.
  • a data subscription/notification system includes a data platform that stores subscription information in a data resource; and a notification server that notifies the creation event when it is created as an instance resource for data storage below the data resource.
  • subscription information is stored in a data resource
  • the notification target is stored in an MQTT topic whose address can be derived from the data resource, thereby providing simple and comprehensive reference and Since management is possible, subscription/notification management can be efficiently improved.
  • FIG. 1 shows the configuration of a data subscription/notification system according to an embodiment of the present invention
  • FIG. 2 is a diagram provided to explain a data subscription/notification method according to another embodiment of the present invention.
  • Figure 3 is an example of the resource structure of the oneM2M platform
  • FIG. 4 is a diagram illustrating the configuration of the oneM2M platform shown in FIG. 1.
  • An embodiment of the present invention presents a subscription/notification method for creating a new data instance. This is a technology that records information about notification targets in the target resource at once and shares subscription-related information among notification targets, allowing multiple targets to receive notification messages on the service.
  • the data subscription/notification system is configured by connecting the source application 110, the oneM2M platform 120, the MQTT broker 130, and the target application 140 to communicate with each other. do.
  • the source application 110 refers to an application that generates or collects data and stores it in the oneM2M platform 120, or a terminal on which this application is installed.
  • the oneM2M platform 120 is a data platform based on the oneM2M standard that stores and collects/retains data received from the source application 110, and supports data subscription/notification.
  • the MQTT broker 130 is a message notification server that transmits a notification message using the MQTT protocol at the request of the oneM2M platform 120.
  • the target application 140 subscribes to the data of the ⁇ data> resource created in the oneM2M platform 120, and when a new ⁇ instance> resource is created in the ⁇ data> resource, the target application 140 is an application that is notified of the event or a terminal on which this application is installed. refers to
  • FIG. 2 is a diagram provided to explain a data subscription/notification method according to another embodiment of the present invention.
  • the oneM2M platform 120 stores subscription information in the ⁇ data> resource to which the target application 140 wishes to subscribe/be notified (S210).
  • Figure 3 is a diagram illustrating the resource structure of the oneM2M platform 120.
  • the ⁇ cnt3> resource which is a container resource, is the ⁇ data> resource that the target application 140 wants to subscribe to/notify. Therefore, subscription information is stored in the ⁇ cnt3> resource.
  • the ⁇ sub1> resource which is a subscription resource
  • the ⁇ sub1> resource is a conventionally used resource and is created below the ⁇ cnt2> resource and is stored together with the ⁇ content instance> resource of the ⁇ cnt2> resource, that is, the actual data.
  • a subscription resource is not created, and the subscription information required for subscription/notification is not stored in the ⁇ data> resource together with the ⁇ content instance> resources, but is stored in the ⁇ data> resource, which is the parent resource of the ⁇ content instance> resources. > Saved as a property of the resource.
  • subscription information includes 1) childCreationNotification attribute, 2) nweCinNotificationKey, and 3) CinNotificationAttributes attribute.
  • the oneM2M platform 120 When the ⁇ content instance> resource is created in the ⁇ data> resource (S220), the oneM2M platform 120 notifies the creation event to the target application 140 through the MQTT broker 130 (S230).
  • the case where the ⁇ Content Instance> resource is created in the ⁇ Data> resource corresponds to the case where the source application 110 creates or collects data and stores it in the ⁇ Data> resource of the oneM2M platform 120.
  • Creation event notification is performed when the childCreationNotification property of the ⁇ data> resource indicates "true”. If the childCreationNotification property specifies "false", notification is not performed.
  • the childCreationNotification property of the ⁇ data> resource can be viewed as a property that indicates whether to subscribe for instance resource creation event notification.
  • the MQTT broker 130 notifies the creation event using the MQTT protocol, and the notification object (target) information is stored in the corresponding MQTT topic.
  • the MQTT broker 130 must refer to notification target information in the corresponding MQTT topic, and for this purpose, derives the address of the corresponding MQTT topic.
  • the address of the MQTT topic is derived based on the address of the ⁇ data> resource where subscription information is stored.
  • the address of the ⁇ data> resource is "/base/cnt1/cnt3" of the oneM2M platform 120, so simply, the address of the corresponding MQTT topic is "/base/cnt1/" of the MQTT broker 130. You can do this with “cnt3”.
  • the key stored in the newCinNotificationKey attribute of the ⁇ Data> resource is combined.
  • it is implemented to derive the address of the corresponding MQTT topic by combining the key with the address of the ⁇ data> resource.
  • the address of the corresponding MQTT topic is configured by combining the key with at least one of the resource names that make up the address of the ⁇ data> resource as follows.
  • the key is "asdf". Meanwhile, the key is combined at the beginning of all resource names that make up the address of the ⁇ data> resource, but of course it can be modified. For example, it is possible to combine resource names at the end or in the middle, and it is also possible to compete with only some, but not all, of the resource names.
  • the key stored in the newCinNotificationKey property of the ⁇ Data> resource cannot be viewed by anyone other than the creator or custodian of the ⁇ Data> resource, even if the user has permission to view the ⁇ Data> resource. Apply security policies.
  • notification of the ⁇ content instance> resource creation event in step S230 is accomplished by transmitting a notification message to the target application 140.
  • the notification message can be simplified by including only the remaining properties, excluding common properties of resources applied to the oneM2M platform 120, among the properties of the generated ⁇ content instance> resource.
  • FIG. 4 is a diagram illustrating the configuration of the oneM2M platform 120 shown in FIG. 1.
  • the oneM2M platform 120 includes a communication unit 121, a processor 122, and a storage unit 123.
  • the communication unit 121 is a communication means for interoperating with the source application 110, the MQTT broker 130, and the target application 140.
  • the processor 122 performs procedures performed by the oneM2M platform 120 among the procedures shown in FIG. 2 described above.
  • the storage unit 123 provides storage space necessary for the processor 122 to operate and function, and stores the resources shown in FIG. 3.
  • the newly created data refers to a content instance resource, but this is only an example.
  • the technical idea of the present invention can be applied to ⁇ timeSeriesInstance> resources, ⁇ flexContainerInstance> resources, as well as other instance resources capable of storing data.
  • a computer-readable recording medium can be any data storage device that can be read by a computer and store data.
  • computer-readable recording media can be ROM, RAM, CD-ROM, magnetic tape, floppy disk, optical disk, hard disk drive, etc.
  • computer-readable codes or programs stored on a computer-readable recording medium may be transmitted through a network connected between computers.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)

Abstract

신규 데이터 인스턴스 생성을 위한 구독/통지 방법이 제공된다. 본 발명의 실시예에 따른 데이터 구독/통지 방법은, 데이터 플랫폼에 데이터 리소스를 생성하고, 데이터 리소스에 구독 정보를 저장하며, 데이터 리소스의 하위에 데이터 저장을 위한 인스턴스 리소스로 생성되면 생성 이벤트를 통지한다. 이에 의해, 데이터 리소스에 구독 정보를 저장하고, 통지 대상은 데이터 리소스로부터 주소 도출이 가능한 MQTT 토픽에 저장함으로써, 통지 대상들에 대해 간편하고 일괄적인 참조 및 관리가 가능하여, 구독/통지 관리를 효율적으로 개선할 수 있게 된다.

Description

신규 데이터 인스턴스 생성을 위한 구독 및 통지 방법
본 발명은 데이터 구독/통지에 관한 것으로, 더욱 상세하게는 데이터 플랫폼에서 구독한 데이터 인스턴스를 통지 대상들에게 통지하여 주는 방법에 관한 것이다.
oneM2M 플랫폼에서는 신규 데이터 인스턴스가 생성되면, 이를 구독한 타겟들에 인스턴스 생성 이벤트를 통지하여 주고 있다. 데이터 구독/통지를 위해서는 해당 데이터 리소스에 <subscription> 리소스를 생성하여야 한다.
하지만 <subscription> 리소스에는 타겟 별로 notificationURI와 타겟 endpoint 정보를 설정해야 한다. 이와 같은 상황은 통지 대상이 여러 타겟들인 경우 그 설정이 매우 복잡하게 한다.
이에 따라 다수의 통지 대상들에 이벤트를 통지함에 있어, 간편하고 일괄적인 방식의 구독/통지가 가능하도록 하는 방법이 필요하다.
본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로서, 본 발명의 목적은, 간편하고 일괄적인 방식으로 다수의 통지 대상들에 신규 인스턴스 생성 이벤트를 통지할 수 있는 구독/통지 방법을 제공함에 있다.
상기 목적을 달성하기 위한 본 발명의 일 실시예에 따른 데이터 구독/통지 방법은, 데이터 플랫폼에 데이터 리소스를 생성하는 단계; 데이터 리소스에 구독 정보를 저장하는 단계; 데이터 리소스의 하위에 데이터 저장을 위한 인스턴스 리소스로 생성되면, 생성 이벤트를 통지하는 단계;를 포함한다.
구독 정보는, 인스턴스 리소스 생성 이벤트 통지를 위한 구독 여부를 지시하는 속성을 포함할 수 있다.
통지 단계는, MQTT 프로토콜을 이용하여 생성 이벤트를 통지하되, 해당 MQTT 토픽에 저장된 통지 대상 정보들을 참조하여 타겟 애플리케이션들에게 생성 이벤트를 통지할 수 있다.
통지 단계는, 구독 정보가 저장된 데이터 리소스의 주소를 기반으로 해당 MQTT 토픽의 주소를 도출할 수 있다.
통지 단계는, 데이터 리소스의 주소와 데이터 리소스에 저장된 키를 결합하여 해당 MQTT 토픽의 주소를 도출할 수 있다.
데이터 리소스의 주소를 구성하는 리소스 명칭들 중 적어도 하나에 키를 각각 결합하여 해당 MQTT 토픽의 주소를 도출할 수 있다.
키는, 리소스 명칭들 중 적어도 하나의 맨앞 또는 맨뒤에 각각 결합할 수 있다.
데이터 리소스에 저장된 키는, 데이터 리소스에 대한 조회 권한이 있어도, 데이터 리소스 생성자나 관리자가 아니면 조회할 수 없을 수 있다.
통지 단계는, 이벤트를 통지하기 위한 통지 메시지를 전송하며, 통지 메시지는, 생성된 인스턴스 리소스의 속성들 중 데이터 플랫폼의 리소스들의 공통 속성을 제외한 속성들만 수록되되, 지정된 공통 속성은 추가되며, 데이터 리소스에는, 추가할 공통 속성에 대한 정보가 저장될 수 있다.
본 발명의 다른 실시예에 따른 데이터 구독/통지 시스템은, 데이터 리소스를 생성하고, 데이터 리소스에 구독 정보를 저장하는 데이터 플랫폼; 및 데이터 리소스의 하위에 데이터 저장을 위한 인스턴스 리소스로 생성되면, 생성 이벤트를 통지하는 통지 서버;를 포함한다.
본 발명의 다른 실시예에 따른 데이터 구독/통지 방법은, 데이터 플랫폼에 생성된 데이터 리소스에 구독 정보를 저장하는 단계; 및 데이터 리소스의 하위에 데이터 저장을 위한 인스턴스 리소스로 생성되면, 생성 이벤트를 통지하는 단계;를 포함한다.
본 발명의 다른 실시예에 따른 데이터 구독/통지 시스템은, 데이터 리소스에 구독 정보를 저장하는 데이터 플랫폼; 및 데이터 리소스의 하위에 데이터 저장을 위한 인스턴스 리소스로 생성되면, 생성 이벤트를 통지하는 통지 서버;를 포함한다.
이상 설명한 바와 같이, 본 발명의 실시예들에 따르면, 데이터 리소스에 구독 정보를 저장하고, 통지 대상은 데이터 리소스로부터 주소 도출이 가능한 MQTT 토픽에 저장함으로써, 통지 대상들에 대해 간편하고 일괄적인 참조 및 관리가 가능하여, 구독/통지 관리를 효율적으로 개선할 수 있게 된다.
도 1은 본 발명의 일 실시예에 따른 데이터 구독/통지 시스템의 구성,
도 2는 본 발명의 다른 실시예에 따른 데이터 구독/통지 방법의 설명에 제공되는 도면,
도 3은 oneM2M 플랫폼의 리소스 구조 예시,
도 4는 도 1에 도시된 oneM2M 플랫폼의 구성을 도시한 도면이다.
이하에서는 도면을 참조하여 본 발명을 보다 상세하게 설명한다.
본 발명의 실시예에서는 신규 데이터 인스턴스 생성을 위한 구독/통지 방법을 제시한다. 통지 대상들에 대한 정보를 한 번에 대상 리소스에 기록해 두고 통지 대상 간에 구독 관련 정보를 공유하여, 서비스 상에서 통지 메시지를 여러 대상에서 받아볼 수 있도록 하는 기술이다.
도 1은 본 발명의 일 실시예에 따른 데이터 구독/통지 시스템의 구성을 도시한 도면이다. 본 발명의 실시예에 따른 데이터 구독/통지 시스템은, 도시된 바와 같이, 소스 애플리케이션(110), oneM2M 플랫폼(120), MQTT 브로커(130) 및 타겟 애플리케이션(140)이 상호 통신 가능하도록 연결되어 구성된다.
소스 애플리케이션(110)는 데이터를 생성 또는 수집하여 oneM2M 플랫폼(120)에 저장하는 애플리케이션 또는 이 애플리케이션이 설치된 단말을 지칭한다.
oneM2M 플랫폼(120)은 소스 애플리케이션(110)으로부터 전달받은 데이터를 저장하여 수집/보유하는 oneM2M 표준 기반의 데이터 플랫폼으로, 데이터 구독/통지를 지원한다.
MQTT 브로커(130)는 oneM2M 플랫폼(120)의 요청에 따라 MQTT 프로토콜로 통지 메시지를 전송하는 메시지 통지 서버이다.
타겟 애플리케이션(140)은 oneM2M 플랫폼(120)에 생성된 <데이터> 리소스의 데이터를 구독하여, <데이터> 리소스에 <인스턴스> 리소스가 신규로 생성되면 해당 이벤트를 통지받는 애플리케이션 또는 이 애플리케이션이 설치된 단말을 지칭한다.
도 1에 제시된 시스템에 의해 데이터 구독/통지가 이루어지는 과정에 대해, 이하에서 도 2를 참조하여 상세히 설명한다. 도 2는 본 발명의 다른 실시예에 따른 데이터 구독/통지 방법의 설명에 제공되는 도면이다.
도시된 바와 같이 먼저 타겟 애플리케이션(140)의 요청에 의해, oneM2M 플랫폼(120)은 타겟 애플리케이션(140)이 구독/통지받고자 하는 <데이터> 리소스에 구독 정보를 저장한다(S210).
도 3은 oneM2M 플랫폼(120)의 리소스 구조를 예시한 도면이다. 도 3에서 컨테이너 리소스인 <cnt3> 리소스가 타겟 애플리케이션(140)이 구독/통지하고자 하는 <데이터> 리소스이다. 따라서 구독 정보는 <cnt3> 리소스에 저장된다.
한편 도 3에서 구독 리소스인 <sub1> 리소스는 종래에 사용되는 것으로 <cnt2> 리소스의 하위에 생성되어 <cnt2> 리소스의 <컨텐트 인스턴스> 리소스, 즉 실제 데이터와 함께 저장되어 있다는 점에서 본 발명의 실시예와 차이가 있다.
본 발명의 실시예에서 구독 리소스는 생성되지 않으며, 구독/통지에 필요한 구독 정보는 <데이터> 리소스에 <컨텐트 인스턴스> 리소스들과 함께 저장되는 것이 아닌, <컨텐트 인스턴스> 리소스들의 부모 리소스인 <데이터> 리소스의 속성으로 저장된다.
도 3에 도시된 바와 같이 구독 정보는, 1) childCreationNotification 속성, 2) nweCinNotificationKey, 3) CinNotificationAttributes 속성을 포함한다. 이 속성들에 대해서는 이하의 해당 부분에서 구체적으로 설명한다.
<데이터> 리소스에 <컨텐트 인스턴스> 리소스가 생성되면(S220), oneM2M 플랫폼(120)은 MQTT 브로커(130)를 통해 타겟 애플리케이션(140)에 생성 이벤트를 통지한다(S230).
<데이터> 리소스에 <컨텐트 인스턴스> 리소스가 생성된 경우는, 소스 애플리케이션(110)이 데이터를 생성 또는 수집하여, oneM2M 플랫폼(120)의 <데이터> 리소스에 저장한 경우에 해당한다.
생성 이벤트 통지는 <데이터> 리소스의 childCreationNotification 속성이 "true"를 지시하는 경우에 수행된다. 만약 childCreationNotification 속성이 "false"를 지시하는 경우 통지는 수행되지 않는다.
이와 같이 <데이터> 리소스의 childCreationNotification 속성은 인스턴스 리소스 생성 이벤트 통지를 위한 구독 여부를 지시하는 속성으로 볼 수 있다.
oneM2M 플랫폼(120)의 요청에 의해 MQTT 브로커(130)는 MQTT 프로토콜로 생성 이벤트를 통지하는데, 통지 대상(타겟) 정보는 해당 MQTT 토픽에 저장되어 있다. 즉, MQTT 브로커(130)는 해당 MQTT 토픽에서 통지 대상 정보들을 참조하여야 하며, 이를 위해 해당 MQTT 토픽의 주소를 도출한다.
기본적으로 MQTT 토픽의 주소는 구독 정보가 저장된 <데이터> 리소스의 주소를 기반으로 도출한다. 도 3에 예시된 바에 따르면 <데이터> 리소스의 주소는 oneM2M 플랫폼(120)의 "/base/cnt1/cnt3"이므로, 간단하게 해당 MQTT 토픽의 주소는 MQTT 브로커(130)의 "/base/cnt1/cnt3"로 할 수 있다.
하지만 이 경우 oneM2M 플랫폼(120)의 <데이터> 리소스를 구독하고 있는 타겟 애플리케이션(140)에 대한 정보가 다른 사용자들에게 노출될 수 있을 뿐만 아니라, 악의의 사용자가 해당 MQTT 토픽에 자신의 주소를 무단으로 추가하여 통지받는 것이 가능하다.
이를 방지하기 위해 본 발명의 실시예에서는 <데이터> 리소스의 주소로부터 해당 MQTT 토픽의 주소를 도출함에 있어, <데이터> 리소스의 newCinNotificationKey 속성에 저장되어 있는 키(key)를 결합하도록 한다. 즉 <데이터> 리소스의 주소에 키를 결합하여 해당 MQTT 토픽의 주소를 도출하도록 구현한다.
이를 테면, 다음과 같이 <데이터> 리소스의 주소를 구성하는 리소스 명칭들 중 적어도 하나에 키를 각각 결합하여 해당 MQTT 토픽의 주소가 구성되도록 하는 것이다.
<데이터> 리소스의 주소 : "/base/cnt1/cnt3"
<데이터> 리소스의 통지 대상들이 저장된 MQTT 토픽의 주소 : "/asdfbase/asdfcnt1/asdfcnt3"
위 예시예에서 키는 "asdf"이다. 한편 키는 <데이터> 리소스의 주소를 구성하는 모든 리소스 명칭들의 맨앞에 결합하였으나, 변형이 가능함은 물론니다. 이를 테면 리소스 명칭들의 맨뒤나 중간에 결합하는 것이 가능하며, 리소스 명칭들 전부가 아닌 일부에만 경합하는 것도 가능하다.
한편 <데이터> 리소스의 newCinNotificationKey 속성에 저장되어 있는 키는, <데이터> 리소스에 대한 조회 권한이 있는 사용자라 할지라도, <데이터> 리소스의 생성자(creator)나 관리자(custodian)가 아니면 조회할 수 없도록 보안 정책을 적용한다.
한편 S230단계에서의 <컨텐트 인스턴스> 리소스 생성 이벤트 통지는, 타겟 애플리케이션(140)에 통지 메시지를 전송하는 방식으로 이루어진다.
통지 메시지에는, 생성된 <컨텐트 인스턴스> 리소스의 속성들 중 oneM2M 플랫폼(120)에 적용된 리소스들의 공통 속성을 제외한 나머지 속성들만 수록되도록 하여 통지 메시지를 간소화할 수 있다.
하지만 이 경우 통지할 필요가 있는 공통 속성 까지 배제되는 문제가 있을 수 있으므로, <데이터> 리소스의 CinNotificationAttributes 속성에서 통지 메시지에 추가할 공통 속성을 지정할 수 있도록 한다.
도 4는 도 1에 도시된 oneM2M 플랫폼(120)의 구성을 도시한 도면이다. 도시된 바와 같이, oneM2M 플랫폼(120)은 통신부(121), 프로세서(122) 및 저장부(123)을 포함하여 구성된다.
통신부(121)는 소스 애플리케이션(110), MQTT 브로커(130) 및 타겟 애플리케이션(140)과 상호 연동하기 위한 통신 수단이다. 프로세서(122)는 전술한 도 2에 도시된 절차들 중 oneM2M 플랫폼(120)에 의해 수행되는 절차들을 수행한다. 저장부(123)는 프로세서(122)가 동작하고 기능함에 있어 필요한 저장공간을 제공하며, 도 3에 제시된 리소스들을 저장하고 있다.
지금까지 신규 데이터 인스턴스 생성을 위한 구독/통지 방법에 대해 바람직한 실시예를 들어 상세히 설명하였다.
위 실시예에서 신규 생성되는 데이터는 컨텐트 인스턴스(contentInstance) 리소스를 언급하였는데 예시에 불과하다. <timeSeriesInstance> 리소스, <flexContainerInstance> 리소스는 물론 그 밖의 데이터 저장이 가능한 인스턴스 리소스에 대해 본 발명의 기술적 사상이 적용될 수 있다.
한편 통지 메시지에서 배제되는 것을 원칙으로 하지만 속성에서 지정하여 추가할 수 있는 공통 속성은 contentIntance의 경우 content(con) 속성, timeSeriesInstance의 경우 content(con) 속성, flexContainerInstance의 경우 개별적으로 정의된 custom attribute 등을 포함한다.
한편, 본 실시예에 따른 장치와 방법의 기능을 수행하게 하는 컴퓨터 프로그램을 수록한 컴퓨터로 읽을 수 있는 기록매체에도 본 발명의 기술적 사상이 적용될 수 있음은 물론이다. 또한, 본 발명의 다양한 실시예에 따른 기술적 사상은 컴퓨터로 읽을 수 있는 기록매체에 기록된 컴퓨터로 읽을 수 있는 코드 형태로 구현될 수도 있다. 컴퓨터로 읽을 수 있는 기록매체는 컴퓨터에 의해 읽을 수 있고 데이터를 저장할 수 있는 어떤 데이터 저장 장치이더라도 가능하다. 예를 들어, 컴퓨터로 읽을 수 있는 기록매체는 ROM, RAM, CD-ROM, 자기 테이프, 플로피 디스크, 광디스크, 하드 디스크 드라이브, 등이 될 수 있음은 물론이다. 또한, 컴퓨터로 읽을 수 있는 기록매체에 저장된 컴퓨터로 읽을 수 있는 코드 또는 프로그램은 컴퓨터간에 연결된 네트워크를 통해 전송될 수도 있다.
또한, 이상에서는 본 발명의 바람직한 실시예에 대하여 도시하고 설명하였지만, 본 발명은 상술한 특정의 실시예에 한정되지 아니하며, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 기술분야에서 통상의 지식을 가진자에 의해 다양한 변형실시가 가능한 것은 물론이고, 이러한 변형실시들은 본 발명의 기술적 사상이나 전망으로부터 개별적으로 이해되어져서는 안될 것이다.

Claims (12)

  1. 데이터 플랫폼에 데이터 리소스를 생성하는 단계;
    데이터 리소스에 구독 정보를 저장하는 단계;
    데이터 리소스의 하위에 데이터 저장을 위한 인스턴스 리소스로 생성되면, 생성 이벤트를 통지하는 단계;를 포함하는 것을 특징으로 하는 데이터 구독/통지 방법.
  2. 청구항 1에 있어서,
    구독 정보는,
    인스턴스 리소스 생성 이벤트 통지를 위한 구독 여부를 지시하는 속성을 포함하는 것을 특징으로 하는 데이터 구독/통지 방법.
  3. 청구항 1에 있어서,
    통지 단계는,
    MQTT 프로토콜을 이용하여 생성 이벤트를 통지하되, 해당 MQTT 토픽에 저장된 통지 대상 정보들을 참조하여 타겟 애플리케이션들에게 생성 이벤트를 통지하는 것을 특징으로 하는 데이터 구독/통지 방법.
  4. 청구항 3에 있어서,
    통지 단계는,
    구독 정보가 저장된 데이터 리소스의 주소를 기반으로 해당 MQTT 토픽의 주소를 도출하는 것을 특징으로 하는 데이터 구독/통지 방법.
  5. 청구항 4에 있어서,
    통지 단계는,
    데이터 리소스의 주소와 데이터 리소스에 저장된 키를 결합하여 해당 MQTT 토픽의 주소를 도출하는 것을 특징으로 하는 데이터 구독/통지 방법.
  6. 청구항 5에 있어서,
    데이터 리소스의 주소를 구성하는 리소스 명칭들 중 적어도 하나에 키를 각각 결합하여 해당 MQTT 토픽의 주소를 도출하는 것을 특징으로 하는 데이터 구독/통지 방법.
  7. 청구항 5에 있어서,
    키는,
    리소스 명칭들 중 적어도 하나의 맨앞 또는 맨뒤에 각각 결합하는 것을 특징으로 하는 데이터 구독/통지 방법.
  8. 청구항 4에 있어서,
    데이터 리소스에 저장된 키는,
    데이터 리소스에 대한 조회 권한이 있어도, 데이터 리소스 생성자나 관리자가 아니면 조회할 수 없는 것을 특징으로 하는 데이터 구독/통지 방법.
  9. 청구항 1에 있어서,
    통지 단계는,
    이벤트를 통지하기 위한 통지 메시지를 전송하며,
    통지 메시지는,
    생성된 인스턴스 리소스의 속성들 중 데이터 플랫폼의 리소스들의 공통 속성을 제외한 속성들만 수록되되,
    지정된 공통 속성은 추가되며,
    데이터 리소스에는,
    추가할 공통 속성에 대한 정보가 저장되어 있는 것을 특징으로 하는 데이터 구독/통지 방법.
  10. 데이터 리소스를 생성하고, 데이터 리소스에 구독 정보를 저장하는 데이터 플랫폼; 및
    데이터 리소스의 하위에 데이터 저장을 위한 인스턴스 리소스로 생성되면, 생성 이벤트를 통지하는 통지 서버;를 포함하는 것을 특징으로 하는 데이터 구독/통지 시스템.
  11. 데이터 플랫폼에 생성된 데이터 리소스에 구독 정보를 저장하는 단계; 및
    데이터 리소스의 하위에 데이터 저장을 위한 인스턴스 리소스로 생성되면, 생성 이벤트를 통지하는 단계;를 포함하는 것을 특징으로 하는 데이터 구독/통지 방법.
  12. 데이터 리소스에 구독 정보를 저장하는 데이터 플랫폼; 및
    데이터 리소스의 하위에 데이터 저장을 위한 인스턴스 리소스로 생성되면, 생성 이벤트를 통지하는 통지 서버;를 포함하는 것을 특징으로 하는 데이터 구독/통지 시스템.
PCT/KR2022/019313 2022-11-30 2022-12-01 신규 데이터 인스턴스 생성을 위한 구독 및 통지 방법 WO2024117319A1 (ko)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2022-0164774 2022-11-30
KR1020220164774A KR20240080956A (ko) 2022-11-30 2022-11-30 신규 데이터 인스턴스 생성을 위한 구독/통지 방법

Publications (1)

Publication Number Publication Date
WO2024117319A1 true WO2024117319A1 (ko) 2024-06-06

Family

ID=91324110

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2022/019313 WO2024117319A1 (ko) 2022-11-30 2022-12-01 신규 데이터 인스턴스 생성을 위한 구독 및 통지 방법

Country Status (2)

Country Link
KR (1) KR20240080956A (ko)
WO (1) WO2024117319A1 (ko)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160219125A1 (en) * 2013-12-05 2016-07-28 Huawei Technologies Co., Ltd. Method and apparatus for implementing subscription notification
KR20190119862A (ko) * 2018-04-13 2019-10-23 전자부품연구원 리소스 통지 메시지 전송 방법 및 이를 적용한 m2m 시스템
US20210194967A1 (en) * 2018-05-18 2021-06-24 Boe Technology Group Co., Ltd. Subscription server, subscription terminal, information subscription method and system
KR20210116530A (ko) * 2019-01-14 2021-09-27 보에 테크놀로지 그룹 컴퍼니 리미티드 이벤트 구독 통지 방법, 네트워크측 기기, 애플리케이션 엔티티, 사물인터넷 시스템 및 저장 매체
KR20220059543A (ko) * 2019-09-16 2022-05-10 보에 테크놀로지 그룹 컴퍼니 리미티드 이벤트 통지 방법, 시스템, 서버 디바이스, 및 컴퓨터 저장 매체

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160219125A1 (en) * 2013-12-05 2016-07-28 Huawei Technologies Co., Ltd. Method and apparatus for implementing subscription notification
KR20190119862A (ko) * 2018-04-13 2019-10-23 전자부품연구원 리소스 통지 메시지 전송 방법 및 이를 적용한 m2m 시스템
US20210194967A1 (en) * 2018-05-18 2021-06-24 Boe Technology Group Co., Ltd. Subscription server, subscription terminal, information subscription method and system
KR20210116530A (ko) * 2019-01-14 2021-09-27 보에 테크놀로지 그룹 컴퍼니 리미티드 이벤트 구독 통지 방법, 네트워크측 기기, 애플리케이션 엔티티, 사물인터넷 시스템 및 저장 매체
KR20220059543A (ko) * 2019-09-16 2022-05-10 보에 테크놀로지 그룹 컴퍼니 리미티드 이벤트 통지 방법, 시스템, 서버 디바이스, 및 컴퓨터 저장 매체

Also Published As

Publication number Publication date
KR20240080956A (ko) 2024-06-07

Similar Documents

Publication Publication Date Title
US5713013A (en) System for establishing and enforcing maximum size of directory by preventing the size of the directory from exceeding the set quota size of the directory
US7127745B1 (en) Method of controlling access for software development via a virtual common desktop with plural viewers
US20100151866A1 (en) Method and system for routing inter-carrier messaging application traffic via a carrier-assigned identifier
WO2012086916A1 (ko) 클라우드 컴퓨팅 시스템 및 클라우드 컴퓨팅 시스템에서의 트래픽 분산 방법 및 제어 방법
WO2006137698A1 (en) Method and system for managing log information of user using location servers belonging to pluality of groups
JPH0612532B2 (ja) Lanにおける無許可サービス防止方法及びシステム
CN114745724B (zh) 访问处理方法及装置、电子设备、计算机可读介质
US5740422A (en) Method and apparatus for resource management for a lan server enterprise
WO2013147421A1 (ko) 단말의 접속 차단 자원으로의 접근을 관리하는 서버 및 방법, 그리고 단말
CN114564922A (zh) 一种文档编辑方法、装置、计算机设备和存储介质
CN107332894B (zh) 直播方法、装置及系统、服务器、存储介质
WO2018182065A1 (ko) M2m 시스템에서 다중 리소스 구독 연관 방법
WO2024117319A1 (ko) 신규 데이터 인스턴스 생성을 위한 구독 및 통지 방법
WO2014021675A1 (en) Method and apparatus for updating personal information in communication system
WO2013027922A1 (ko) 클라우드 컴퓨팅 시스템의 압축 이미지 파일 관리 장치 및 방법
WO2019168219A1 (ko) M2m 시스템에서의 시맨틱 리소스 검색 방법
WO2014073760A1 (ko) 셋톱박스 기반의 클라우드 서비스 방법
WO2020085528A1 (ko) 구독 만료 관리 방법 및 이를 적용한 m2m 시스템
US11973761B2 (en) Access control for private channels in a channel-based discussion system
US20230087481A1 (en) Applications permissions framework
WO2017191977A1 (ko) M2M/IoT 플랫폼에서의 시맨틱 정보 관리 방법
WO2021085713A1 (ko) 클라우드 기반 분산 딥러닝 정보 분석관리를 이용한 객체추출 시스템 및 방법
WO2022119019A1 (ko) 엔지에스아이-엘디 에이피아이 구독 래핑 방법
WO2019022584A1 (ko) 크로스-리소스 구독 관리 방법
WO2023182591A1 (ko) 하이브리드 모니터링 솔루션 시스템 및 이에 의한 서버의 모니터링