JP5466191B2 - Access control system, server management device, data storage device, access control method, server management program, and data storage program - Google Patents

Access control system, server management device, data storage device, access control method, server management program, and data storage program Download PDF

Info

Publication number
JP5466191B2
JP5466191B2 JP2011033735A JP2011033735A JP5466191B2 JP 5466191 B2 JP5466191 B2 JP 5466191B2 JP 2011033735 A JP2011033735 A JP 2011033735A JP 2011033735 A JP2011033735 A JP 2011033735A JP 5466191 B2 JP5466191 B2 JP 5466191B2
Authority
JP
Japan
Prior art keywords
sensor data
search
data storage
information
registration request
Prior art date
Legal status (The legal status 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 status listed.)
Expired - Fee Related
Application number
JP2011033735A
Other languages
Japanese (ja)
Other versions
JP2012173871A (en
Inventor
啓一郎 柏木
隆幸 中村
豊 荒川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2011033735A priority Critical patent/JP5466191B2/en
Publication of JP2012173871A publication Critical patent/JP2012173871A/en
Application granted granted Critical
Publication of JP5466191B2 publication Critical patent/JP5466191B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Storage Device Security (AREA)

Description

本発明は、センサデータデータベースでのアクセス制御技術に関するものである。   The present invention relates to an access control technique in a sensor data database.

センサデータは個人情報やセキュリティ上重要な情報を多く含むため、センサデータを扱う際には、データの持ち主のポリシーやデータ利用者の権限などを考慮した、多様なアクセス制御を可能とするアクセス制御技術が必要となる。   Since sensor data contains a lot of personal information and security important information, when handling sensor data, access control that enables various access control considering the data owner's policy and data user's authority etc. Technology is required.

このようなアクセス制御技術の例としては、XACML(eXtensible Access Control Markup Language)がある。XACMLは、IBMによって策定された言語仕様であるXACL(XML Access Control Language)の仕様を改良し、より柔軟で高度な制御ポリシー設定を可能にしたものである。XACLではXML文書の読み込み、書き込み、生成や削除に関する制御ができるが、XACMLではXACLよりも多様なデータリソースに対する、より具体的なアクセス制御を規定することが可能になっている。XACMLでは特定の情報に対して「誰が」「どこに」「どのように」アクセスできるのかを記述し、制御することができる。例えば「成人ユーザのみ」、あるいは「ユーザ登録している者のみ」といった高度で複雑な条件を設定することが可能となっている。   An example of such an access control technique is XACML (extensible Access Control Markup Language). XACML improves the specification of XACL (XML Access Control Language), which is a language specification formulated by IBM, and enables more flexible and advanced control policy setting. XACL can control the reading, writing, generation, and deletion of XML documents, but XACML can define more specific access control for various data resources than XACL. In XACML, it is possible to describe and control “who”, “where”, and “how” of specific information. For example, it is possible to set advanced and complicated conditions such as “adult users only” or “only those who are registered”.

また、多様なセンサやアクチュエータを身の回りに配置して動作させるユビキタスコンピューティング分野においては、センサからの情報を履歴として蓄え後から検索取得する機能を提供する、センサデータデータベース(センサデータDB)が研究されている。   Also, in the ubiquitous computing field where various sensors and actuators are placed around and operated, a sensor data database (sensor data DB) that provides a function to store and retrieve information from sensors as a history is being researched. Has been.

このようなセンサデータDBの例として、uTupleSpace(非特許文献1)がある。uTupleSpaceにおいては、個々のセンサデータをEA、検索式をEFと呼称している。uTupleSpaceの技術的特徴の一つに、EAの履歴を後からEFにより検索する機能と、EFを事前に登録しておき新たなEAが蓄積されると該EAの新着通知をEF登録元が受け取る機能とを、統合していることが挙げられる。   As an example of such a sensor data DB, there is uTupleSpace (Non-Patent Document 1). In uTupleSpace, each sensor data is called EA, and a search formula is called EF. One of the technical features of uTupleSpace is the ability to search the EA history later by EF, and when an EF is registered in advance and a new EA is accumulated, the EF registration source receives the new arrival notification of the EA. It is mentioned that functions are integrated.

「大量スキーマレスデータの蓄積・検索を実現する新しいuTupleSpaceの設計と実装」、柏木 啓一郎ほか著、マルチメディア,分散,協調とモバイル(DICOMO2010)シンポジウム、2010年7月"Design and implementation of a new uTupleSpace that enables storage and retrieval of large amounts of schemaless data", Keiichiro Kashiwagi et al., Multimedia, Distributed, Collaboration and Mobile (DICOMO2010) Symposium, July 2010

データベースに蓄積されたデータをユーザに提供する際、XACMLにより記述されたアクセス制御を行う方法として、まずユーザが欲しいデータを検索するために入力した検索条件によりデータを検索し、次に検索結果に含まれる個々のデータの公開条件が、該ユーザのユーザ情報と合致するかをチェックし、提供して良いと判断されたデータのみをユーザへ渡す、という方法がある。しかしながら、このような単純な手法では、大量のデータ検索と公開条件のチェックが必要となる場合が多く、大きな処理負荷となっていた。例えば、ユーザが入力した検索条件に対する検索結果が膨大な数のデータを含むが、該検索結果には該ユーザに公開可能なデータが含まれていない場合、ユーザに提供するデータは一つもないのにも関わらず、検索処理や検索結果に含まれるデータの公開条件のチェックに要する処理は膨大となってしまう。特に、検索対象となるデータやそれらを利用するユーザが大量に存在するユビキタス環境ではこれら処理負荷は非常に大きなものとなる。   When providing the data stored in the database to the user, as a method of performing the access control described by XACML, first the data is searched according to the input search condition for searching the data desired by the user, and then the search result is displayed. There is a method in which it is checked whether the disclosure condition of each included data matches the user information of the user, and only data determined to be provided is passed to the user. However, such a simple method often requires a large amount of data search and release condition check, which is a heavy processing load. For example, if the search result for the search condition entered by the user contains a huge amount of data, but the search result does not include data that can be disclosed to the user, there is no data provided to the user. Nevertheless, the processing required for the search processing and the check of the disclosure conditions of the data included in the search results becomes enormous. In particular, in a ubiquitous environment where there are a large amount of data to be searched and users who use them, these processing loads become very large.

また、uTupleSpaceのように、データ(EA)の履歴を後から検索式(EF)により検索する機能と、検索式を事前に登録しておき新たなデータが蓄積されると該データの新着通知を検索式登録元が受け取る機能とを統合している場合、検索式を蓄積する際にデータを検索する機能だけでなく、データを蓄積する際に検索式を検索する機能が必要である。ユビキタス環境のようにユーザが大量に存在し、検索式が大量に蓄積される場合には、検索式の検索においても、検索処理や検索結果に含まれる検索式についての公開条件のチェックに要する処理は膨大となってしまうという課題がある。   In addition, as in uTupleSpace, a function that searches the history of data (EA) later by a search formula (EF) and a new notification of the data are registered when the search formula is registered in advance and new data is accumulated. In the case where the functions received by the search formula registration source are integrated, not only the function of searching for data when storing the search formula but also the function of searching for the search formula when storing the data is required. When there are a large number of users and a large amount of search expressions are accumulated, such as in the ubiquitous environment, even when searching for search expressions, the processing required to check the search conditions and the disclosure conditions for the search expressions included in the search results Has the problem of becoming enormous.

そこで、前記課題を解決するために、本発明は、データや検索式の検索処理を効率化する機能を有し、処理負荷を低減できるアクセス制御システム、サーバ管理装置、データ蓄積装置、アクセス制御方法、サーバ管理プログラム、及びデータ蓄積プログラムを提供することを目的とする。   Accordingly, in order to solve the above-described problems, the present invention has an access control system, a server management device, a data storage device, and an access control method that have a function for improving the search processing of data and search expressions and can reduce the processing load. An object is to provide a server management program and a data storage program.

上記目的を達成するために、本発明に係るサーバ管理装置、データ蓄積装置、アクセス制御システム、アクセス制御方法、サーバ管理プログラム、及びデータ蓄積プログラムは、データの公開条件ないし検索式のユーザ情報を予め考慮し、複数のデータ蓄積装置を用いて、同じ公開条件のデータないし同じユーザ情報の検索式を同じデータ蓄積装置に蓄積し、検索時には公開条件やユーザ情報に基づき必要なデータ蓄積装置のみを検索することとした。   In order to achieve the above object, a server management device, a data storage device, an access control system, an access control method, a server management program, and a data storage program according to the present invention preliminarily store data disclosure conditions or search-type user information. Considering this, use multiple data storage devices to store data for the same disclosure conditions or search formulas for the same user information in the same data storage device, and search only necessary data storage devices based on the disclosure conditions and user information when searching. It was decided to.

具体的には、本発明に係るアクセス制御システムは、サーバ管理装置と木構造を形成する複数のデータ蓄積装置とからなるアクセス制御システムであって、
前記サーバ管理装置は、
ネットワークに接続するクライアント装置から前記ネットワーク経由で公開条件登録要求を受信する公開条件受信部と、前記公開条件受信部が受信した前記公開条件登録要求を階層化構造を持つ階層化公開条件と非階層化公開条件に分離する公開条件分離部と、前記ネットワークに接続する前記データ蓄積装置毎に設定された前記階層化公開条件の情報であるサーバ配置情報を保管するサーバ配置情報データベースと、前記公開条件分離部が分離した前記階層化公開条件を前記サーバ配置情報データベースに問合せ、前記階層化公開条件に合致する前記サーバ配置情報を抽出し、前記クライアント装置へ前記サーバ配置情報を送信する前処理部と、を有し、
前記データ蓄積装置は、
公開条件情報を少なくとも含むセンサデータを蓄積するセンサデータ蓄積データベースと、ユーザ情報を少なくとも含む、前記センサデータの検索式を蓄積する検索式蓄積データベースと、前記クライアント装置が前記サーバ配置情報を基にネットワーク経由で送信した情報登録要求を受信したときに、自装置及び他の前記データ蓄積装置を検索し、前記クライアント装置がアクセス可能なセンサデータを前記センサデータ蓄積データベースから抽出するセンサデータ抽出部と、前記クライアント装置が前記サーバ配置情報を基にネットワーク経由で送信した情報登録要求を受信したときに、自装置及び他の前記データ蓄積装置を検索し、センサデータにアクセス可能な検索式を前記検索式蓄積データベースから抽出する検索式抽出部と、を有することを特徴とする。
Specifically, an access control system according to the present invention is an access control system comprising a server management device and a plurality of data storage devices forming a tree structure,
The server management device
A public condition receiving unit that receives a public condition registration request from the client device connected to the network via the network, and a hierarchical public condition and a non-hierarchy having a hierarchical structure for the public condition registration request received by the public condition receiving unit. A public condition separating unit that separates the data into publicized conditions, a server placement information database that stores server placement information that is information on the layered public conditions set for each of the data storage devices connected to the network, and the public conditions A pre-processing unit that queries the server arrangement information database for the layered disclosure condition separated by the separation unit, extracts the server arrangement information that matches the layered publication condition, and transmits the server arrangement information to the client device; Have
The data storage device includes:
A sensor data storage database for storing sensor data including at least public condition information, a search expression storage database for storing a search formula for the sensor data including at least user information, and a network in which the client device is based on the server arrangement information When receiving an information registration request transmitted via, a sensor data extraction unit that searches the device and other data storage devices and extracts sensor data accessible by the client device from the sensor data storage database; When the client device receives an information registration request transmitted via a network based on the server arrangement information, the client device searches the own device and the other data storage device, and a search formula that can access sensor data is the search formula. A search expression extraction unit for extracting from the accumulation database; Characterized in that it.

本発明に係るデータ蓄積装置のアクセス制御方法は、サーバ管理装置と木構造を形成する複数のデータ蓄積装置とからなるアクセス制御システムのアクセス制御方法であって、
ネットワークに接続するクライアント装置から前記ネットワーク経由で公開条件登録要求を受信する公開条件受信手順と、
前記公開条件受信手順で受信した前記公開条件登録要求を階層化構造を持つ階層化公開条件と非階層化公開条件に分離する公開条件分離手順と、
前記ネットワークに接続する前記データ蓄積装置毎に設定された前記階層化公開条件の情報であるサーバ配置情報をサーバ配置情報データベースに保管するサーバ配置情報保管手順と、
前記公開条件分離手順で分離した前記階層化公開条件を前記サーバ配置情報データベースに問合せ、前記階層化公開条件に合致する前記サーバ配置情報を抽出し、前記クライアント装置へ前記サーバ配置情報を送信する前処理手順と、
公開条件情報を少なくとも含むセンサデータをセンサデータ蓄積データベースに蓄積するセンサデータ蓄積手順と、
ユーザ情報を少なくとも含む、前記センサデータの検索式を検索式蓄積データベースに蓄積する検索式蓄積手順と、
前記クライアント装置が前記サーバ配置情報を基にネットワーク経由で送信した情報登録要求を受信したときに、自装置及び他の前記データ蓄積装置を検索し、前記クライアント装置がアクセス可能なセンサデータを前記センサデータ蓄積データベースから抽出するセンサデータ抽出手順と、
前記クライアント装置が前記サーバ配置情報を基にネットワーク経由で送信した情報登録要求を受信したときに、自装置及び他の前記データ蓄積装置を検索し、センサデータにアクセス可能な検索式を前記検索式蓄積データベースから抽出する検索式抽出手順と、
を実行することを特徴とする。
An access control method for a data storage device according to the present invention is an access control method for an access control system comprising a server management device and a plurality of data storage devices forming a tree structure,
A public condition reception procedure for receiving a public condition registration request from the client device connected to the network via the network;
A publication condition separation procedure for separating the publication condition registration request received in the publication condition reception procedure into a hierarchical publication condition having a hierarchical structure and a non-hierarchical publication condition;
A server arrangement information storage procedure for storing server arrangement information, which is information on the layered disclosure conditions set for each data storage device connected to the network, in a server arrangement information database;
Before querying the server location information database for the hierarchical release conditions separated in the release condition separation procedure, extracting the server placement information that matches the hierarchical release conditions, and transmitting the server placement information to the client device Processing procedure and
Sensor data accumulation procedure for accumulating sensor data including at least disclosure condition information in a sensor data accumulation database;
A search formula storage procedure for storing the search formula of the sensor data in a search formula storage database, including at least user information;
When the client device receives an information registration request transmitted via a network based on the server arrangement information, the client device searches its own device and the other data storage device, and sensor data accessible by the client device is stored in the sensor. Sensor data extraction procedure to extract from the data storage database;
When the client device receives an information registration request transmitted via a network based on the server arrangement information, the client device searches the own device and the other data storage device, and a search formula that can access sensor data is the search formula. Search expression extraction procedure to extract from the accumulation database;
It is characterized by performing.

本アクセス制御システムは、複数のデータ蓄積装置を用いて、同じ公開条件のデータないし同じユーザ情報の検索式を同じデータ蓄積装置に蓄積し、検索時には公開条件やユーザ情報に基づき必要なデータ蓄積装置のみを検索する。アクセス制御システムは、データ蓄積装置間において木構造の論理ネットワーク構造を形成しており、検索の際、該木構造を利用して検索対象となるデータ蓄積装置を絞り込む。   This access control system uses a plurality of data storage devices to store the same disclosure condition data or the same user information retrieval formula in the same data storage device, and at the time of retrieval, the necessary data storage device based on the disclosure conditions and user information Search only. The access control system forms a logical network structure of a tree structure between data storage devices, and uses the tree structure to narrow down data storage devices to be searched using the tree structure.

従って、本発明は、データや検索式の検索処理を効率化する機能を有し、処理負荷を低減できるアクセス制御システムを提供することができる。   Therefore, the present invention can provide an access control system that has a function of improving the search processing of data and search expressions and can reduce the processing load.

本発明に係るアクセス制御システムにおける前記データ蓄積装置の前記検索式抽出部は、
前記情報登録要求として前記センサデータを少なくとも含むセンサデータ登録要求を受信する受信機能と、
自装置の前記検索式蓄積データベース、及び他の前記データ蓄積装置として自装置より下位の前記データ蓄積装置の前記検索式蓄積データベースから前記センサデータ登録要求に含まれる前記センサデータが合致する検索式を検索する検索式検索機能と、
前記センサデータ登録要求に含まれる前記センサデータが持つ公開条件情報と前記検索式検索機能の検索結果の前記検索式に含まれるユーザ情報からセンサデータにアクセス可能な検索式を抽出する後処理機能と、
を有することを特徴とする。
The search expression extraction unit of the data storage device in the access control system according to the present invention,
A receiving function for receiving a sensor data registration request including at least the sensor data as the information registration request;
A search formula that matches the sensor data included in the sensor data registration request from the search formula storage database of the own device and the search formula storage database of the data storage device lower than the self device as the other data storage device. Search expression search function to search,
A post-processing function for extracting a search expression accessible to sensor data from public condition information included in the sensor data included in the sensor data registration request and user information included in the search expression of a search result of the search expression search function; ,
It is characterized by having.

本発明に係るアクセス制御方法は、前記検索式抽出手順において、
前記情報登録要求として前記センサデータを少なくとも含むセンサデータ登録要求を受信し、自装置の前記検索式蓄積データベース、及び他の前記データ蓄積装置として自装置より下位の前記データ蓄積装置の前記検索式蓄積データベースから前記センサデータ登録要求に含まれる前記センサデータが合致する検索式を検索し、前記センサデータ登録要求に含まれる前記センサデータが持つ公開条件情報と前記検索式検索機能の検索結果の前記検索式に含まれるユーザ情報からセンサデータにアクセス可能な検索式を抽出することを特徴とする。
In the access control method according to the present invention, in the search expression extraction procedure,
A sensor data registration request including at least the sensor data is received as the information registration request, the search formula storage database of the own device, and the search formula storage of the data storage device lower than the self device as the other data storage device Search the database for a search formula that matches the sensor data included in the sensor data registration request, and search the public condition information of the sensor data included in the sensor data registration request and the search result of the search formula search function A search expression that can access sensor data is extracted from user information included in the expression.

本発明に係るアクセス制御システムにおける前記データ蓄積装置の前記センサデータ抽出部は、
前記情報登録要求として前記センサデータの検索式を少なくとも含む検索式登録要求を受信する受信機能と、
自装置の前記センサデータ蓄積データベース、及び他の前記データ蓄積装置として自装置より上位の前記データ蓄積装置の前記センサデータ蓄積データベースから前記検索式登録要求に含まれる前記検索式が合致するセンサデータを検索するセンサデータ検索機能と、
前記検索式登録要求に含まれる前記検索式が持つユーザ情報と前記センサデータ検索機能の検索結果のセンサデータに含まれる公開条件情報からユーザがアクセス可能なセンサデータを抽出する後処理機能と、
を有することを特徴とする。
The sensor data extraction unit of the data storage device in the access control system according to the present invention,
A reception function for receiving a search expression registration request including at least a search expression of the sensor data as the information registration request;
Sensor data that matches the search formula included in the search formula registration request from the sensor data storage database of the own device and the sensor data storage database of the data storage device higher than the own device as the other data storage device. Sensor data search function to search,
A post-processing function for extracting sensor data accessible to the user from user information included in the search formula included in the search formula registration request and public condition information included in sensor data of a search result of the sensor data search function;
It is characterized by having.

本発明に係るアクセス制御方法は、前記センサデータ抽出手順において、
前記情報登録要求として前記センサデータの検索式を少なくとも含む検索式登録要求を受信し、自装置の前記センサデータ蓄積データベース、及び他の前記データ蓄積装置として自装置より上位の前記データ蓄積装置の前記センサデータ蓄積データベースから前記検索式登録要求に含まれる前記検索式が合致するセンサデータを検索し、前記検索式登録要求に含まれる前記検索式が持つユーザ情報と前記センサデータ検索機能の検索結果のセンサデータに含まれる公開条件情報からユーザがアクセス可能なセンサデータを抽出することを特徴とする。
In the access control method according to the present invention, in the sensor data extraction procedure,
A search formula registration request including at least a search formula for the sensor data is received as the information registration request, the sensor data storage database of the own device, and the data storage device higher than the own device as the other data storage device The sensor data storage database is searched for sensor data that matches the search formula included in the search formula registration request, and the user information included in the search formula included in the search formula registration request and the search result of the sensor data search function Sensor data that can be accessed by the user is extracted from the disclosure condition information included in the sensor data.

本発明に係るサーバ管理装置は、公開条件登録要求を受信する公開条件受信部と、前記公開条件受信部が受信した前記公開条件登録要求を階層化構造を持つ階層化公開条件と非階層化公開条件に分離する公開条件分離部と、ネットワークに接続するデータ蓄積装置毎に設定された前記階層化公開条件の情報であるサーバ配置情報を保管するサーバ配置情報データベースと、前記公開条件分離部が分離した前記階層化公開条件を前記サーバ配置情報データベースに問合せ、前記階層化公開条件に合致する前記サーバ配置情報を抽出する前処理部と、を有する。   A server management apparatus according to the present invention includes a disclosure condition receiving unit that receives a disclosure condition registration request, and a disclosure condition that has been received by the disclosure condition reception unit, a hierarchical disclosure condition having a hierarchical structure, and a non-hierarchical disclosure. The public condition separating unit that separates into the conditions, the server placement information database that stores the server placement information that is the information of the layered public conditions set for each data storage device connected to the network, and the public condition separating unit are separated A pre-processing unit that queries the server arrangement information database for the layered publication condition and extracts the server arrangement information that matches the layered publication condition.

本発明に係るサーバ管理プログラムは、サーバ管理装置に、公開条件登録要求を受信する公開条件受信手順と、前記公開条件受信手順で受信した前記公開条件登録要求を階層化構造を持つ階層化公開条件と非階層化公開条件に分離する公開条件分離手順と、ネットワークに接続するデータ蓄積装置毎に設定された前記階層化公開条件の情報であるサーバ配置情報をサーバ配置情報データベースに保管するサーバ配置情報蓄積手順と、前記公開条件分離手順で分離した前記階層化公開条件を前記サーバ配置情報データベースに問合せ、前記階層化公開条件に合致する前記サーバ配置情報を抽出する前処理手順と、を実施させる。   The server management program according to the present invention provides a server management apparatus with a disclosure condition reception procedure for receiving a disclosure condition registration request, and a hierarchical disclosure condition having a hierarchical structure for the disclosure condition registration request received in the disclosure condition reception procedure. Server arrangement information for storing in the server arrangement information database server release information that is information on the layered release conditions set for each data storage device connected to the network. An accumulation procedure and a pre-processing procedure for querying the server arrangement information database for the layered publication condition separated in the publication condition separation procedure and extracting the server arrangement information that matches the layered publication condition are executed.

本発明に係るデータ蓄積プログラムは、木構造を形成する複数のデータ蓄積装置に、
公開条件情報を少なくとも含むセンサデータをセンサデータ蓄積データベースに蓄積するセンサデータ蓄積手順と、ユーザ情報を少なくとも含む、前記センサデータの検索式を検索式蓄積データベースに蓄積する検索式蓄積手順と、ネットワークから情報登録要求を受信したときに、自装置及び他のデータ蓄積装置を検索し、ユーザがアクセス可能な前記センサデータを前記センサデータ蓄積データベースから抽出するセンサデータ抽出手順と、ネットワークから情報登録要求を受信したときに、自装置及び他の前記データ蓄積装置を検索し、センサデータにアクセス可能な検索式を前記検索式蓄積データベースから抽出する検索式抽出手順と、を実施させる。
The data storage program according to the present invention includes a plurality of data storage devices that form a tree structure.
From the network, a sensor data storage procedure for storing sensor data including at least public condition information in a sensor data storage database, a search formula storage procedure for storing a search formula for the sensor data including at least user information in a search formula storage database, and When an information registration request is received, it searches for its own device and other data storage devices, extracts the sensor data accessible by the user from the sensor data storage database, and sends an information registration request from the network. When received, the search apparatus searches for its own device and the other data storage device, and executes a search expression extraction procedure for extracting a search expression capable of accessing sensor data from the search expression storage database.

本発明に係るデータ蓄積装置は、木構造を形成する複数のデータ蓄積装置であって、
ユーザ情報を少なくとも含む検索式を蓄積する検索式蓄積データベースと、ネットワークから情報登録要求を受信したときに、自装置及び他の前記データ蓄積装置を検索し、センサデータにアクセス可能な検索式を前記検索式蓄積データベースから抽出する検索式抽出部と、を有し、
前記検索式抽出部は、
前記情報登録要求として前記センサデータを少なくとも含むセンサデータ登録要求を受信する受信機能と、自装置の前記検索式蓄積データベース、及び他の前記データ蓄積装置として自装置より下位の前記データ蓄積装置の前記検索式蓄積データベースから前記センサデータ登録要求に含まれる前記センサデータが合致する検索式を検索する検索式検索機能と、前記センサデータ登録要求に含まれる前記センサデータが持つ公開条件情報と前記検索式検索機能の検索結果の前記検索式に含まれるユーザ情報からセンサデータにアクセス可能な検索式を抽出する後処理機能と、を含むことを特徴とする。
A data storage device according to the present invention is a plurality of data storage devices forming a tree structure,
A search formula storage database for storing a search formula including at least user information, and a search formula for searching the self-device and other data storage devices when receiving an information registration request from the network and accessing sensor data. A search expression extraction unit for extracting from the search expression storage database,
The search expression extraction unit
A reception function for receiving a sensor data registration request including at least the sensor data as the information registration request, the search expression storage database of the own device, and the data storage device lower than the own device as the other data storage device A search expression search function for searching for a search expression that matches the sensor data included in the sensor data registration request from a search expression storage database, public condition information and the search expression possessed by the sensor data included in the sensor data registration request And a post-processing function for extracting a search expression that can access sensor data from user information included in the search expression of a search result of a search function.

本発明に係るデータ蓄積プログラムは、前記検索式抽出手順において、
前記情報登録要求として前記センサデータを少なくとも含むセンサデータ登録要求を受信し、自装置の前記検索式蓄積データベース、及び他の前記データ蓄積装置として自装置より下位の前記データ蓄積装置の前記検索式蓄積データベースから前記センサデータ登録要求に含まれる前記センサデータが合致する検索式を検索し、前記センサデータ登録要求に含まれる前記センサデータが持つ公開条件情報と前記検索式検索機能の検索結果の前記検索式に含まれるユーザ情報からセンサデータにアクセス可能な検索式を抽出する、ことを特徴とする。
In the data storage program according to the present invention, in the search expression extraction procedure,
A sensor data registration request including at least the sensor data is received as the information registration request, the search formula storage database of the own device, and the search formula storage of the data storage device lower than the self device as the other data storage device Search the database for a search formula that matches the sensor data included in the sensor data registration request, and search the public condition information of the sensor data included in the sensor data registration request and the search result of the search formula search function A search expression that can access sensor data is extracted from user information included in the expression.

本発明に係るデータ蓄積装置は、木構造を形成する複数のデータ蓄積装置であって、
公開条件情報を少なくとも含むセンサデータを蓄積するセンサデータ蓄積データベースと、ネットワークから情報登録要求を受信したときに、自装置及び他の前記データ蓄積装置を検索し、ユーザがアクセス可能なセンサデータを前記センサデータ蓄積データベースから抽出するセンサデータ抽出部と、を有し、
前記センサデータ抽出部は、
前記情報登録要求として前記センサデータの検索式を少なくとも含む検索式登録要求を受信する受信機能と、自装置の前記センサデータ蓄積データベース、及び他の前記データ蓄積装置として自装置より上位の前記データ蓄積装置の前記センサデータ蓄積データベースから前記検索式登録要求に含まれる前記検索式が合致するセンサデータを検索するセンサデータ検索機能と、前記検索式登録要求に含まれる前記検索式が持つユーザ情報と前記センサデータ検索機能の検索結果のセンサデータに含まれる公開条件情報からユーザがアクセス可能なセンサデータを抽出する後処理機能と、を含むことを特徴とする。
A data storage device according to the present invention is a plurality of data storage devices forming a tree structure,
A sensor data storage database for storing sensor data including at least public condition information, and when receiving an information registration request from the network, search for the own device and the other data storage device, and obtain sensor data accessible by a user A sensor data extraction unit that extracts from a sensor data storage database,
The sensor data extraction unit
A reception function for receiving a search expression registration request including at least a search expression for the sensor data as the information registration request, the sensor data storage database of the own apparatus, and the data storage higher than the own apparatus as the other data storage apparatus A sensor data search function for searching for sensor data that matches the search formula included in the search formula registration request from the sensor data storage database of the apparatus; user information included in the search formula included in the search formula registration request; And a post-processing function for extracting sensor data accessible by the user from the disclosure condition information included in the sensor data of the search result of the sensor data search function.

本発明に係るデータ蓄積プログラムは、前記センサデータ抽出手順において、
前記情報登録要求として前記センサデータの検索式を少なくとも含む検索式登録要求を受信し、自装置の前記センサデータ蓄積データベース、及び他の前記データ蓄積装置として自装置より上位の前記データ蓄積装置の前記センサデータ蓄積データベースから前記検索式登録要求に含まれる前記検索式が合致するセンサデータを検索し、前記検索式登録要求に含まれる前記検索式が持つユーザ情報と前記センサデータ検索機能の検索結果のセンサデータに含まれる公開条件情報からユーザがアクセス可能なセンサデータを抽出する、ことを特徴とする。
In the data storage program according to the present invention, in the sensor data extraction procedure,
A search formula registration request including at least a search formula for the sensor data is received as the information registration request, the sensor data storage database of the own device, and the data storage device higher than the own device as the other data storage device The sensor data storage database is searched for sensor data that matches the search formula included in the search formula registration request, and the user information included in the search formula included in the search formula registration request and the search result of the sensor data search function Sensor data that can be accessed by the user is extracted from disclosure condition information included in the sensor data.

本発明は、データや検索式の検索処理を効率化する機能を有し、処理負荷を低減できるアクセス制御システム、サーバ管理装置、データ蓄積装置、アクセス制御方法、サーバ管理プログラム、及びデータ蓄積プログラムを提供することができる。   The present invention provides an access control system, a server management device, a data storage device, an access control method, a server management program, and a data storage program that have a function for improving the efficiency of data and search expression search processing and can reduce the processing load. Can be provided.

本発明に係るアクセス制御システムを説明する構成図である。It is a block diagram explaining the access control system which concerns on this invention. センサデータを説明する図である。It is a figure explaining sensor data. センサデータ蓄積先検索要求を説明する図である。It is a figure explaining a sensor data storage destination search request. 公開条件を説明する図である。It is a figure explaining public conditions. 本発明に係るサーバ管理装置を説明する構成図である。It is a block diagram explaining the server management apparatus which concerns on this invention. 本発明に係るサーバ管理装置を説明する構成図である。It is a block diagram explaining the server management apparatus which concerns on this invention. サーバ配置情報データベースを説明する図である。It is a figure explaining a server arrangement | positioning information database. 本発明に係るサーバ管理装置を説明する構成図である。It is a block diagram explaining the server management apparatus which concerns on this invention. 本発明に係るデータ蓄積装置の論理ネットワーク構成を説明する図である。It is a figure explaining the logical network structure of the data storage apparatus which concerns on this invention. 本発明に係るデータ蓄積装置を説明する図である。It is a figure explaining the data storage device which concerns on this invention. センサデータ蓄積データベースを説明する図である。It is a figure explaining a sensor data storage database. 検索式蓄積データベースを説明する図である。It is a figure explaining a search type accumulation database. センサデータの登録要求を説明する図である。It is a figure explaining the registration request | requirement of sensor data. センサデータ蓄積データベースを説明する図である。It is a figure explaining a sensor data storage database. 検索式の検索要求を説明する図である。It is a figure explaining the search request of a search expression. 非階層化公開条件の検索要求を説明する図である。It is a figure explaining the search request | requirement of non-hierarchical release conditions. 非階層化公開条件データベースを説明する図である。It is a figure explaining a non-hierarchical release condition database. 後処理部がサーバ管理装置に非階層化公開条件の検索要求を送信し、非階層化公開条件を受け取る様子を説明する図である。It is a figure explaining a mode that a post-processing part transmits the search request | requirement of non-hierarchical public conditions to a server management apparatus, and receives non-hierarchical public conditions. プロフィールの検索要求を説明する図である。It is a figure explaining the search request of a profile. ユーザプロフィールデータベースを説明する図である。It is a figure explaining a user profile database. 後処理部がサーバ管理装置にプロフィールの検索要求を送信し、プロフィールを受け取る様子を説明する図である。It is a figure explaining a mode that a post-processing part transmits the search request of a profile to a server management apparatus, and receives a profile. プロフィールの検索要求を説明する図である。It is a figure explaining the search request of a profile. 後処理部がサーバ管理装置にプロフィールの検索要求を送信し、プロフィールを受け取る様子を説明する図である。It is a figure explaining a mode that a post-processing part transmits the search request of a profile to a server management apparatus, and receives a profile. センサデータの検索式を説明する図である。It is a figure explaining the search formula of sensor data. 検索式の蓄積先検索要求を説明する図である。It is a figure explaining the accumulation destination search request of a search expression. 検索式の登録要求を説明する図である。It is a figure explaining the registration request | requirement of a search expression. 検索式蓄積データベースを説明する図である。It is a figure explaining a search type accumulation database. センサデータの検索要求を説明する図である。It is a figure explaining the search request | requirement of sensor data. 非階層化公開条件の検索要求を説明する図である。It is a figure explaining the search request | requirement of non-hierarchical release conditions. 後処理部がサーバ管理装置に非階層化公開条件の検索要求を送信し、非階層化公開条件を受け取る様子を説明する図である。It is a figure explaining a mode that a post-processing part transmits the search request | requirement of non-hierarchical public conditions to a server management apparatus, and receives non-hierarchical public conditions. プロフィールの検索要求を説明する図である。It is a figure explaining the search request of a profile. 後処理部がサーバ管理装置にプロフィールの検索要求を送信し、プロフィールを受け取る様子を説明する図である。It is a figure explaining a mode that a post-processing part transmits the search request of a profile to a server management apparatus, and receives a profile.

添付の図面を参照して本発明の実施形態を説明する。以下に説明する実施形態は本発明の実施例であり、本発明は、以下の実施形態に制限されるものではない。なお、本明細書及び図面において符号が同じ構成要素は、相互に同一のものを示すものとする。   Embodiments of the present invention will be described with reference to the accompanying drawings. The embodiments described below are examples of the present invention, and the present invention is not limited to the following embodiments. In the present specification and drawings, the same reference numerals denote the same components.

(システム構成)
第1図は、本実施の形態におけるシステム全体の構成である。ネットワーク(105)に、サーバ管理装置(103)、7台のデータ蓄積装置(901〜907)、CL1(101)、およびCL2(102)が接続されている。CL1(101)とCL2(102)は、センサデータの登録や検索を行うクライアント装置であり、CL1(101)は「address=CL1」あるいは「_respid=CL1」で識別される装置であり、CL2(102)は「address=CL2」あるいは「_respid=CL2」で識別される装置である。
(System configuration)
FIG. 1 shows the configuration of the entire system in the present embodiment. A server management device (103), seven data storage devices (901 to 907), CL1 (101), and CL2 (102) are connected to the network (105). CL1 (101) and CL2 (102) are client devices that perform registration and search of sensor data. CL1 (101) is a device that is identified by “address = CL1” or “_respid = CL1”, and CL2 ( 102) is a device identified by “address = CL2” or “_respid = CL2”.

サーバ管理装置(103)は、その内部に、公開条件受信部(111)、公開条件分離部(112)、前処理部(113)、非階層化公開条件DB(121)、サーバ配置情報DB(122)、ユーザプロフィールDB(123)、所属情報受信部(116)、公開条件検索部(114)、プロフィール検索部(115)、およびサーバ情報送信部(117)を持つ。   The server management apparatus (103) includes therein a disclosure condition receiving unit (111), a disclosure condition separating unit (112), a preprocessing unit (113), a non-hierarchical disclosure condition DB (121), and a server arrangement information DB ( 122), user profile DB (123), affiliation information reception unit (116), disclosure condition search unit (114), profile search unit (115), and server information transmission unit (117).

7台のデータ蓄積装置(901〜907)は、それぞれIPアドレスとして、
データ蓄積装置(901)が192.168.0.1を、
データ蓄積装置(902)が192.168.0.2を、
データ蓄積装置(903)が192.168.0.3を、
データ蓄積装置(904)が192.168.0.4を、
データ蓄積装置(905)が192.168.0.5を、
データ蓄積装置(906)が192.168.0.6を、
データ蓄積装置(907)が192.168.0.7を、
持つ。
Each of the seven data storage devices (901 to 907) has an IP address as
The data storage device (901) reads 192.168.0.1,
The data storage device (902) is 192.168.0.2,
The data storage device (903) calculates 192.168.0.3,
The data storage device (904) is 192.168.0.4,
The data storage device (905) reads 192.168.0.5,
The data storage device (906) reads 192.168.0.6,
The data storage device (907) is set to 192.168.0.7,
Have.

それぞれのデータ蓄積装置は、内部にセンサデータ及び検索式を蓄積する機能を持ち、さらに、それら両者の合致性を確かめる検索処理を行う。詳細な構成及び本システムの動作を以下に説明する。   Each data storage device has a function of storing sensor data and a search expression therein, and further performs a search process for confirming the match between the two. The detailed configuration and operation of this system will be described below.

(動作例1)
まず、CL1(101)が第2図に示すセンサデータ(201)を登録する動作を示す。本実施の形態において、それぞれのセンサデータは、1つ以上のKey−Valueペアの並びとして表現される。センサデータ(201)の例は、Key−Valueペアの並びの長さが1であり、「data」というKeyに対して「23」という値を持つことを意味する。このセンサデータ(201)の例では、CL1(101)が、温度データが23度という意味のセンサの値を計測して登録しようとしていることを表している。
(Operation example 1)
First, an operation in which CL1 (101) registers the sensor data (201) shown in FIG. In the present embodiment, each sensor data is expressed as an array of one or more key-value pairs. The example of the sensor data (201) means that the length of the arrangement of the Key-Value pair is 1, and has a value of “23” for the Key of “data”. In the example of the sensor data (201), CL1 (101) represents that the temperature data is about to be registered by measuring a sensor value meaning 23 degrees.

第3図は、センサデータ蓄積先検索要求(301)の内容を示す。
CL1(101)は、センサデータ蓄積先検索要求(301)をサーバ管理装置(103)へ送信して、センサデータ(201)を蓄積すべきデータ蓄積装置の場所を問い合わせる。
FIG. 3 shows the contents of the sensor data storage destination search request (301).
CL1 (101) transmits a sensor data storage destination search request (301) to the server management apparatus (103) and inquires about the location of the data storage apparatus in which the sensor data (201) should be stored.

センサデータ蓄積先検索要求(301)は公開条件(302)を情報として含む。公開条件(302)はセンサデータ(201)にアクセス可能なユーザの条件を示している。公開条件(302)は、センサデータ(201)と同様に1つ以上のKey−Valueペアの並びとして表現され、階層化公開条件(303)及び非階層化公開条件(304)から構成される。   The sensor data storage destination search request (301) includes the disclosure condition (302) as information. The disclosure condition (302) indicates a condition of a user who can access the sensor data (201). The disclosure condition (302) is expressed as an array of one or more key-value pairs, like the sensor data (201), and includes a hierarchical disclosure condition (303) and a non-hierarchical disclosure condition (304).

階層化公開条件(303)は階層化構造を持つ1つのKey−Valueペアであり、この例では「belong_condition=/ntt/mirai」が該当する。いずれのKey−Valueペアを階層化公開条件とするかは予め定めておく。階層化公開条件の値はスラッシュ「/」から始まる文字列であり、上位の階層から順に、それぞれの階層をスラッシュ「/」で区切って表記される。例えば階層化公開条件(303)の値は、「ntt」の下位に「mirai」がある階層化構造を示している。   The hierarchical disclosure condition (303) is one Key-Value pair having a hierarchical structure, and in this example, “belong_condition = / ntt / mirai” corresponds. Which Key-Value pair is to be used as the hierarchical disclosure condition is determined in advance. The value of the hierarchized disclosure condition is a character string starting with a slash “/”, and is expressed by separating each hierarchy with a slash “/” in order from the upper hierarchy. For example, the value of the hierarchical disclosure condition (303) indicates a hierarchical structure in which “mirai” is subordinate to “ntt”.

一方、非階層化公開条件(304)は残りのKey−Valueペアであり、この例では「name=kashi」が該当する。   On the other hand, the non-hierarchical disclosure condition (304) is the remaining Key-Value pair, and “name = kashi” corresponds in this example.

なお、上記で示したセンサデータ蓄積先検索要求(301)の公開条件(302)は、Key−ValueペアのうちValueとして、「/」符号を含むようなペアは1組しかなかった。本実施の形態においては、Key−ValueペアのうちValueとして「/」符号を含むようなペアが2組以上ある場合にも、次のようにして取り扱うことができる。   Note that the disclosure condition (302) of the sensor data storage destination search request (301) described above has only one pair including a “/” sign as a value among the key-value pairs. In the present embodiment, even when there are two or more pairs in the Key-Value pair that include the “/” code as the Value, it can be handled as follows.

例えば第4図のように、公開条件(402)が階層化構造を持つKey−Valueペアを複数持つ場合、その中の予め定めた一つを階層化公開条件(403)とし、残りのKey−Valueペアを非階層化公開条件(404)として取り扱うことができる。本実施の形態では、belong_conditionをキーとするKey−Valueペアを階層化公開条件とすることとした。   For example, as shown in FIG. 4, when the disclosure condition (402) has a plurality of key-value pairs having a hierarchical structure, a predetermined one of them is set as the hierarchical disclosure condition (403), and the remaining key- A Value pair can be handled as a non-hierarchical disclosure condition (404). In the present embodiment, the Key-Value pair using belong_condition as a key is set as a hierarchical disclosure condition.

ここで、belong_conditionは、センサデータにアクセス可能なユーザの所属を示す意味を持つ。例えば階層化公開条件(303)は、「ntt」という組織の中の「mirai」という部署に所属するユーザのみが、センサデータ(201)にアクセス可能であることを示す。また、区切り符号には「/」を用いた。ただし本発明はこれに限らず、所属以外の条件、例えば「日本の東京の武蔵野市」などで表記される住所、などを階層化公開条件としてもよい。   Here, belong_condition has a meaning indicating the affiliation of a user who can access the sensor data. For example, the hierarchized disclosure condition (303) indicates that only the user belonging to the department “mirai” in the organization “ntt” can access the sensor data (201). In addition, “/” is used as a delimiter. However, the present invention is not limited to this, and conditions other than affiliation, for example, an address written as “Musashino City in Tokyo, Japan”, etc., may be used as the hierarchical disclosure condition.

サーバ管理装置(103)内の公開条件受信部(111)はCL1(101)が送信したセンサデータ蓄積先検索要求(301)を受信し、該要求に含まれる公開条件(302)を公開条件分離部(112)に渡す。   The disclosure condition receiving unit (111) in the server management apparatus (103) receives the sensor data storage destination search request (301) transmitted by the CL1 (101), and separates the disclosure condition (302) included in the request into the disclosure condition. Part (112).

公開条件分離部(112)は、公開条件(302)に含まれる非階層化公開条件(304)を、第5図のように非階層化公開条件DB(121)に追加登録する。その際、公開条件分離部(112)は、該追加登録する情報に一意の公開条件情報を付与する。公開条件情報とは非階層化公開条件(304)の識別子である。本実施の形態では、公開条件情報として「_pserial」をキーとするKey−Valueペアを用いることとする。   The public condition separating unit (112) additionally registers the non-hierarchical public condition (304) included in the public condition (302) in the non-hierarchical public condition DB (121) as shown in FIG. At that time, the disclosure condition separation unit (112) assigns unique disclosure condition information to the additionally registered information. The public condition information is an identifier of the non-hierarchical public condition (304). In the present embodiment, it is assumed that a Key-Value pair having “_pseial” as a key is used as the public condition information.

非階層化公開条件DB内データ(501)は、_pserialとして値1および2が使用済みであるため、該追加登録するための新規の通し番号として、3を用いることとする。これにより、非階層化公開条件DB(121)内データ(501)は該追加登録により、第6図の非階層化公開条件DB(121)内データ(601)のようになる。   In the non-hierarchical disclosure condition DB data (501), since values 1 and 2 have already been used as _serial, 3 is used as a new serial number for the additional registration. Thereby, the data (501) in the non-hierarchical disclosure condition DB (121) becomes the data (601) in the non-hierarchical disclosure condition DB (121) of FIG. 6 by the additional registration.

さらに、公開条件分離部(112)は、第6図のように、該非階層化公開条件の識別子「_pserial=3」と、階層化公開条件(303)を前処理部(113)に渡す。   Further, as shown in FIG. 6, the disclosure condition separation unit (112) passes the identifier “_pseial = 3” of the non-hierarchical disclosure condition and the hierarchical disclosure condition (303) to the preprocessing unit (113).

第7図は、サーバ配置情報DB(122)内のデータを表す。サーバ配置情報DB(122)に含まれる各サーバ配置情報(701〜707)は、階層化公開条件とデータ蓄積装置(901〜907)のIPアドレスの対応を表している。ここで、データ蓄積装置(901〜907)は、該階層化公開条件を公開条件に含むセンサデータ及び該階層化公開条件に合致するユーザが検索式を蓄積している。例えば、サーバ配置情報(701)は、/nttに対して公開されるセンサデータ、及び、/nttに所属するユーザの検索式がIPアドレス(192.168.0.1)のデータ蓄積装置に蓄積することを示す。   FIG. 7 shows data in the server arrangement information DB (122). Each server arrangement information (701 to 707) included in the server arrangement information DB (122) represents the correspondence between the hierarchical disclosure conditions and the IP addresses of the data storage devices (901 to 907). Here, in the data storage device (901 to 907), the sensor data including the hierarchical disclosure condition in the disclosure condition and the user who matches the hierarchical disclosure condition store the search formula. For example, the server arrangement information (701) is stored in the data storage device having the IP address (192.168.0.1) in which the sensor data disclosed for / ntt and the search formula of the user belonging to / ntt are stored. Indicates to do.

次に前処理部(113)は、第8図で示すように、サーバ配置情報DB(122)を検索し、階層化公開条件(303)に合致するサーバのIPアドレスを取得する。具体的には、階層化公開条件(303)のbelong_conditionが表す値、即ち/ntt/miraiと、サーバ配置情報のbelongが表す値が一致するサーバ配置情報、即ちサーバ配置情報(702)のデータ蓄積装置のIPアドレス(801)192.168.0.2を取得する。   Next, as shown in FIG. 8, the preprocessing unit (113) searches the server arrangement information DB (122), and acquires the IP address of the server that matches the layered disclosure condition (303). Specifically, data storage of server placement information, that is, server placement information (702) in which the value represented by Belong_condition of the layered disclosure condition (303), that is, / ntt / mirai, matches the value represented by belong of the server placement information. Obtain the IP address (801) of the device, 192.168.0.2.

そして前処理部(113)は、公開条件情報(401)と、取得した該IPアドレス(801)を、該センサデータ蓄積先検索要求(301)への応答として、CL1(101)に送信する。   Then, the preprocessing unit (113) transmits the disclosure condition information (401) and the acquired IP address (801) to CL1 (101) as a response to the sensor data storage destination search request (301).

なお、サーバ配置情報DB(122)内に含まれる各サーバ配置情報(701〜707)は、以下に示すような解釈を行うと、データ蓄積装置(901〜907)が木構造の論理ネットワーク構造を構成していると考えることができる。ただしここでの論理ネットワークとは、概念上のデータ蓄積装置間の接続関係を表すのであって、ネットワーク(105)が物理的に木構造を形成することを表しているのではない。   If each server arrangement information (701 to 707) included in the server arrangement information DB (122) is interpreted as shown below, the data storage device (901 to 907) has a tree-structured logical network structure. It can be considered that it is composed. However, the logical network here represents a conceptual connection relationship between data storage devices, and does not represent that the network (105) physically forms a tree structure.

第9図は、データ蓄積装置(901〜907)の該論理ネットワーク構成である。本実施例では、「belong」をキーとするKey−Valueペアを基に、木構造の論理ネットワーク構造を構成していると解釈することとする。   FIG. 9 shows the logical network configuration of the data storage devices (901 to 907). In the present embodiment, it is assumed that a tree-structured logical network structure is configured based on a key-value pair with “belong” as a key.

具体的には、第7図内において、belong=/nttを保持する行(701)が示すデータ蓄積装置(901)を木構造の頂点とし、下位ノードとして、belong=/ntt/miraiを保持する行(702)が示すデータ蓄積装置(902)とbelong=/ntt/csを保持する行(705)が示すデータ蓄積装置(905)を持つ。データ蓄積装置(902)は下位ノードとして、belong=/ntt/mirai/usaを保持する行(703)が示すデータ蓄積装置(903)とbelong=/ntt/mirai/wsを保持する行(704)が示すデータ蓄積装置(904)を持つ。データ蓄積装置(905)は下位ノードとして、belong=/ntt/cs/hiを保持する行(706)が示すデータ蓄積装置(906)とbelong=/ntt/cs/moを保持する行(707)が示すデータ蓄積装置(907)を持つ。   Specifically, in FIG. 7, the data storage device (901) indicated by the row (701) holding belong = / ntt is set as the vertex of the tree structure, and belong = / ntt / mirai is held as a lower node. The data storage device (902) indicated by the row (702) and the data storage device (905) indicated by the row (705) holding belong = / ntt / cs are included. The data storage device (902) as a lower node, the data storage device (903) indicated by the row (703) holding belong = / ntt / mirai / usa and the row (704) holding belong = / ntt / mirai / ws Has a data storage device (904). The data storage device (905) serves as a lower node, the data storage device (906) indicated by the row (706) holding belong = / ntt / cs / hi, and the row (707) holding belong = / ntt / cs / mo. Has a data storage device (907).

第10図は、データ蓄積装置(902)の構成を示す図である。データ蓄積装置(902)は、その内部に、EA蓄積DB(1001)、EF蓄積DB(1002)、上位ノード情報(1003)、下位ノード情報(1004)、EA受信部(803)、EA蓄積部(804)、EF検索部(805)、後処理部(806)、EA送信部(807)、EF受信部(808)、EF蓄積部(809)、およびEA検索部(810)を持つ。   FIG. 10 is a diagram showing the configuration of the data storage device (902). The data storage device (902) includes an EA storage DB (1001), an EF storage DB (1002), upper node information (1003), lower node information (1004), an EA receiver (803), and an EA storage unit. (804), an EF search unit (805), a post-processing unit (806), an EA transmission unit (807), an EF reception unit (808), an EF storage unit (809), and an EA search unit (810).

上位ノード情報(1003)とは、論理ネットワークの上位ノードにあたるデータ蓄積装置のIPアドレスを示し、下位ノード情報(1004)は論理ネットワークの下位ノードにあたるデータ蓄積装置のIPアドレスを示す。   The upper node information (1003) indicates the IP address of the data storage device corresponding to the upper node of the logical network, and the lower node information (1004) indicates the IP address of the data storage device corresponding to the lower node of the logical network.

第11図はEA蓄積DB(1001)の中身を示す図である。EAとは、uTupleSpaceの用語で、センサデータのことである。第12図はEF蓄積DB(1002)の中身を示す図である。EFとは、uTupleSpaceの用語で、検索式のことである。なお、他のデータ蓄積装置に関しても同様の構成となっている。   FIG. 11 shows the contents of the EA accumulation DB (1001). EA is a term of uTupleSpace and is sensor data. FIG. 12 shows the contents of the EF storage DB (1002). EF is a term of u TupleSpace and is a search expression. The other data storage devices have the same configuration.

CL1(101)はサーバ管理装置(103)からセンサデータ蓄積先検索要求(301)に対する該応答を受け取り、該応答が含むIPアドレス192.168.0.2のデータ蓄積装置(902)にセンサデータの登録要求を送信する。   The CL1 (101) receives the response to the sensor data storage destination search request (301) from the server management device (103), and sends the sensor data to the data storage device (902) of the IP address 192.168.0.2 included in the response. Send a registration request.

第13図に該センサデータの登録要求(1301)の内容を示す図である。該登録要求はEA(1302)を含む。EA(1302)には、該応答が含む公開条件情報(401)と、CL1(101)を識別する情報(1303)と、CL1(101)が登録するセンサデータ(201)が含まれる。この例では、公開条件情報(401)は「_pserial=3」であり、CL1(101)を識別する情報(1303)は「address=CL1」であり、登録するセンサデータ(201)は「data=23」である。   FIG. 13 is a diagram showing the contents of the sensor data registration request (1301). The registration request includes EA (1302). The EA (1302) includes disclosure condition information (401) included in the response, information (1303) for identifying CL1 (101), and sensor data (201) registered by CL1 (101). In this example, the disclosure condition information (401) is “_pserial = 3”, the information (1303) for identifying CL1 (101) is “address = CL1”, and the sensor data (201) to be registered is “data = 23 ".

該データ蓄積装置(902)内のEA受信部(803)は、該センサデータの登録要求(1301)を受信し、該要求に含まれるEA(1302)を取り出す。EA蓄積部(804)は、EA蓄積DB(1001)に該EA(1302)を追加登録する。第14図は、該追加登録処理後の、EA蓄積DB(1001)内データ(1401)の内容を示す図である。   The EA receiver (803) in the data storage device (902) receives the sensor data registration request (1301), and extracts the EA (1302) included in the request. The EA accumulation unit (804) additionally registers the EA (1302) in the EA accumulation DB (1001). FIG. 14 is a diagram showing the contents of the data (1401) in the EA accumulation DB (1001) after the additional registration processing.

次に、該データ蓄積装置(902)内のEF検索部(805)は、該EA(1302)に合致するEFを、第12図のEF蓄積DB(1002)内から検索する。ここではuTupleSpaceの合致規則に従う。すなわち、EFが含むアンダースコアから始まるKey以外全てのKeyについて、EAに当該Keyが存在し、かつ、EFが含む当該Keyに対するValueとして表現される検索条件に、EAが含む当該Keyに対するValueとしての値が合致した場合にのみ、当該EFと当該EAが合致したと判断する。この例では、addressキーの値がEAのものと一致するEF(1201)とEF(1202)が合致したと判断され、検索結果となる。   Next, the EF search unit (805) in the data storage device (902) searches the EF storage DB (1002) in FIG. 12 for an EF that matches the EA (1302). Here, the matching rule of u TupleSpace is followed. That is, for all the keys other than the key starting from the underscore included in the EF, the key exists in the EA, and the search condition expressed as the value for the key included in the EF is the value as the value for the key included in the EA. Only when the values match, it is determined that the EF and the EA match. In this example, it is determined that the EF (1201) and the EF (1202) in which the value of the address key matches that of the EA match, and a search result is obtained.

次に、該データ蓄積装置(902)内のEF検索部(805)は、論理ネットワーク構造において該データ蓄積装置(902)より下位のノードのデータ蓄積装置全てから、EFを検索する。即ち、該データ蓄積装置(902)内のEF検索部(805)は、データ蓄積装置(903)とデータ蓄積装置(904)に対し、検索式の検索要求を送信する。   Next, the EF search unit (805) in the data storage device (902) searches the EF from all data storage devices of nodes lower than the data storage device (902) in the logical network structure. In other words, the EF search unit (805) in the data storage device (902) transmits a search request for a search formula to the data storage device (903) and the data storage device (904).

第15図に該検索式の検索要求(1501)の内容を示す。該検索要求はEA(1302)を含む。データ蓄積装置(903)とデータ蓄積装置(904)内のEA受信部は、該検索式の検索要求(1501)を受信し、該要求に含まれるEA(1302)を取り出す。データ蓄積装置(903)とデータ蓄積装置(904)内のEF検索部は、該EA(1302)に合致するEFを、データ蓄積装置(903)とデータ蓄積装置(904)内のEF蓄積DB内からそれぞれ検索し、検索結果をデータ蓄積装置(902)内のEF検索部(805)に送信する。この例では、簡単のため、データ蓄積装置(903)とデータ蓄積装置(904)には、EA(1302)と合致するEFはなかったものとする。   FIG. 15 shows the contents of the retrieval request (1501) of the retrieval formula. The search request includes EA (1302). The data storage device (903) and the EA reception unit in the data storage device (904) receive the search request (1501) of the search formula and take out the EA (1302) included in the request. The EF search unit in the data storage device (903) and the data storage device (904) finds an EF that matches the EA (1302) in the EF storage DB in the data storage device (903) and the data storage device (904). And the search result is transmitted to the EF search unit (805) in the data storage device (902). In this example, for simplicity, it is assumed that the data storage device (903) and the data storage device (904) have no EF that matches the EA (1302).

次に、該データ蓄積装置(902)内の後処理部(806)は、該EA(1302)内に含まれる公開条件情報(401)「_pserial=3」と合致する非階層化公開条件を問い合わせる非階層化公開条件の検索要求を、サーバ管理装置(103)に対して送信する。第16図は該非階層化公開条件の検索要求(1601)の内容を示す図である。同図に示すように、非階層化公開条件の検索要求(1601)は公開条件情報(1602)を含む。   Next, the post-processing unit (806) in the data storage device (902) inquires about the non-hierarchical disclosure condition that matches the disclosure condition information (401) “_perial = 3” included in the EA (1302). A search request for non-hierarchical disclosure conditions is transmitted to the server management apparatus (103). FIG. 16 shows the contents of the search request (1601) for the non-hierarchical disclosure condition. As shown in the figure, the non-hierarchical disclosure condition search request (1601) includes disclosure condition information (1602).

該サーバ管理装置(103)内の公開条件検索部(114)は、該非階層化公開条件の検索要求(1601)を受信し、該要求に含まれる公開条件情報(1602)を取り出す。公開条件検索部(114)は、第17図に示すような非階層化公開条件DB(121)から検索する。具体的には、公開条件情報(1602)の_pserialキーが表す値、即ち3と非階層化公開条件DB内データ(1701)の_pserialキーの値が一致する行、すなわち「_pserial=3,name=kashi」を検索し、該行に含まれる非階層化公開条件「name=kashi」を該要求に対する応答として該データ蓄積装置(902)へ送信する。   The public condition search unit (114) in the server management device (103) receives the non-hierarchical public condition search request (1601) and extracts the public condition information (1602) included in the request. The public condition search unit (114) searches from the non-hierarchical public condition DB (121) as shown in FIG. Specifically, the value represented by the _serial key of the disclosure condition information (1602), that is, the line where the value of the _serial key of the non-hierarchized disclosure condition DB data (1701) matches, that is, “_serial = 3, name = “kashi” is searched, and the non-hierarchical disclosure condition “name = kashi” included in the row is transmitted to the data storage device (902) as a response to the request.

該データ蓄積装置(902)内の後処理部(806)は、該応答を受け取り、非階層化公開条件「name=kashi」を得る。第18図に後処理部(806)がサーバ管理装置(103)に非階層化公開条件の検索要求(1601)を送信し、非階層化公開条件(1801)を受け取る様子を示す。   The post-processing unit (806) in the data storage device (902) receives the response and obtains a non-hierarchical disclosure condition “name = kashi”. FIG. 18 shows a state in which the post-processing unit (806) transmits a search request (1601) for non-hierarchical disclosure conditions to the server management apparatus (103) and receives the non-hierarchical disclosure conditions (1801).

次に、該データ蓄積装置(902)内の後処理部(806)は、EF蓄積DB(1002)を検索して得られた検索結果と、下位のノードのデータ蓄積装置全てを検索して得られた検索結果に含まれるEF、すなわちEF(1201)とEF(1202)に対して各々、次に示すようなプロフィール検索処理を行う。   Next, the post-processing unit (806) in the data storage device (902) obtains the search result obtained by searching the EF storage DB (1002) and all the data storage devices of the lower nodes. The following profile search processing is performed on each of the EFs included in the search results, that is, EF (1201) and EF (1202).

具体的には、まず、該データ蓄積装置(902)内の後処理部(806)は、EF(1201)内に含まれるユーザ情報「_userial=1」と合致するプロフィールを問い合わせるプロフィールの検索要求を、サーバ管理装置(103)に対して送信する。ユーザ情報は、ユーザを識別する情報であり、本実施例では_userialキーとその値のペアである。第19図は該プロフィールの検索要求(1901)の内容を示す図である。該検索要求はユーザ情報(1902)を含む。   Specifically, first, the post-processing unit (806) in the data storage device (902) issues a profile search request for inquiring about a profile that matches the user information “_usual = 1” included in the EF (1201). To the server management apparatus (103). The user information is information for identifying the user, and is a pair of a _usual key and its value in this embodiment. FIG. 19 shows the contents of the profile search request (1901). The search request includes user information (1902).

該サーバ管理装置(103)内のプロフィール検索部(115)は、プロフィールの検索要求(1901)を受信し、該検索要求に含まれるユーザ情報(1902)を取り出す。   The profile search unit (115) in the server management device (103) receives the profile search request (1901) and extracts the user information (1902) included in the search request.

プロフィール検索部(115)は、第20図に示すようなユーザプロフィールDB(123)からユーザ情報(1902)に合致するプロフィールを検索する。具体的には、ユーザ情報(1902)の_userialキーが表す値、即ち1とユーザプロフィールDB内データ ()の_userialキーの値が一致する行、すなわち「_userial=1,name=kashi」を検索し、該行に含まれるプロフィール、すなわちユーザ情報「_userial=1」以外のKey−Valueペアである「name=kashi」を、該検索要求に対する応答として該データ蓄積装置(902)へ送信する。   The profile search unit (115) searches the user profile DB (123) as shown in FIG. 20 for a profile that matches the user information (1902). Specifically, the value represented by the _usual key of the user information (1902), that is, the line where the value of the _usual key of the data in the user profile DB () matches, that is, “_usual = 1, name = kashi” is searched. , “Name = kashi”, which is a key-value pair other than the user information “_usual = 1”, is transmitted to the data storage device (902) as a response to the search request.

該データ蓄積装置(902)内の後処理部(806)は、該応答を受け取り、プロフィール「name=kashi」を得る。第21図に後処理部(806)がサーバ管理装置(103)にプロフィールの検索要求(1901)を送信し、プロフィール(2101)を受け取る様子を示す。   The post-processing unit (806) in the data storage device (902) receives the response and obtains the profile “name = kashi”. FIG. 21 shows how the post-processing unit (806) transmits a profile search request (1901) to the server management apparatus (103) and receives the profile (2101).

続いて、EF(1202)内に含まれるユーザ情報「_userial=2」と合致するプロフィールを問い合わせるプロフィールの検索要求を、サーバ管理装置(103)に対して送信する。第22図に該プロフィールの検索要求(2201)の内容を示す。該検索要求はユーザ情報(2202)を含む。   Subsequently, a profile search request for inquiring about a profile that matches the user information “_usual = 2” included in the EF (1202) is transmitted to the server management apparatus (103). FIG. 22 shows the contents of the profile search request (2201). The search request includes user information (2202).

該サーバ管理装置(103)内のプロフィール検索部(115)は、プロフィールの検索要求(2201)を受信し、該検索要求に含まれるユーザ情報(2202)を取り出す。   The profile search unit (115) in the server management device (103) receives the profile search request (2201), and extracts user information (2202) included in the search request.

プロフィール検索部(115)は、第20図に示すようなユーザプロフィールDB(123)からユーザ情報(2202)に合致するプロフィールを検索する。具体的には、ユーザ情報(2202)の_userialキーが表す値、即ち2とユーザプロフィールDB内データ(2001)の_userialキーの値が一致する行、すなわち「_userial=2,name=ara」を検索し、該行に含まれるプロフィール、すなわちユーザ情報「_userial=2」以外のKey−Valueペアである「name=ara」を、該検索要求に対する応答として該データ蓄積装置(902)へ送信する。   The profile search unit (115) searches the user profile DB (123) as shown in FIG. 20 for a profile that matches the user information (2202). Specifically, the value represented by the _usual key of the user information (2202), that is, the row where the value of the _usual key of the data (2001) in the user profile DB matches, ie, “_usual = 2, name = ara” is searched. Then, the profile included in the row, that is, “name = ara”, which is a key-value pair other than the user information “_user = 2”, is transmitted to the data storage device (902) as a response to the search request.

該データ蓄積装置(902)内の後処理部(806)は、該応答を受け取り、プロフィール「name=ara」を得る。第23図に後処理部(806)がサーバ管理装置(103)にプロフィールの検索要求(2201)を送信し、プロフィール(2301)を受け取る様子を示す。   The post-processing unit (806) in the data storage device (902) receives the response and obtains the profile “name = ara”. FIG. 23 shows how the post-processing unit (806) transmits a profile search request (2201) to the server management apparatus (103) and receives the profile (2301).

次に、該データ蓄積装置(902)内の後処理部(806)は、上記処理結果のプロフィール(2101)とプロフィール(2301)を用いて、該EA(1302)の公開条件(302)「name=kashi」と合致するユーザプロフィールを含むEFを選択する。この例では、プロフィール(2101)が該公開条件(302)と合致するので、EF(1201)のみが選択される。   Next, the post-processing unit (806) in the data storage device (902) uses the profile (2101) and profile (2301) of the processing result to disclose the disclosure condition (302) “name” of the EA (1302). Select the EF that contains the user profile that matches “= kashi”. In this example, since the profile (2101) matches the publication condition (302), only the EF (1201) is selected.

該データ蓄積装置(902)内のEA送信部(807)は、該選択されたEF(1201)に対して、該EFを登録したクライアント装置に該EA(1302)を通知する。本実施の形態においては、EF内のKey「_respid」に対応する値が、該EFを登録したクライアント装置を識別する情報となっている。即ち、EF(1201)内の_respidキーが示すクライアント装置であるCL2(102)に、該EA(1302)を通知する。   The EA transmission unit (807) in the data storage device (902) notifies the selected EF (1201) of the EA (1302) to the client device that has registered the EF. In the present embodiment, the value corresponding to the key “_respid” in the EF is information for identifying the client device that has registered the EF. That is, the EA (1302) is notified to the CL2 (102) which is the client device indicated by the _respid key in the EF (1201).

なお、本実施の形態では、本発明におけるデータ蓄積装置(901〜907)がセンサデータの検索式とセンサデータの双方を蓄積している例を示した。本発明の範囲はこれに限定されるものではなく、当該機能がネットワーク105で接続された二つ以上の装置の組み合わせにより実現されてもよい。   In the present embodiment, an example is shown in which the data storage device (901 to 907) according to the present invention stores both the search formula for sensor data and the sensor data. The scope of the present invention is not limited to this, and the function may be realized by a combination of two or more devices connected by the network 105.

例えば、データ蓄積装置が一つ以上の検索式蓄積サーバと一つ以上のセンサデータ蓄積サーバとで構成されていてもよい。ここで、検索式蓄積サーバはセンサデータの検索式を蓄積するサーバである。センサデータ蓄積サーバはセンサデータを蓄積するサーバである。一つ以上の検索式蓄積サーバが木構造の論理ネットワーク構造を構成するようにする。そして、各センサデータ蓄積サーバに、センサデータを含むセンサデータ登録要求を受信する機能と、該センサデータ蓄積サーバに対応する検索式蓄積サーバ並びに該検索式蓄積サーバより下位の検索式蓄積サーバ全てから該センサデータが合致する検索式を検索する検索式検索機能と、該センサデータに含まれる公開条件情報と該検索結果の検索式に含まれるユーザ情報からユーザがアクセス可能なセンサデータを抽出する後処理機能とを持たせるようにしてもよい。   For example, the data storage device may be composed of one or more search expression storage servers and one or more sensor data storage servers. Here, the search expression storage server is a server that stores a search expression for sensor data. The sensor data storage server is a server that stores sensor data. One or more search expression storage servers form a tree-structured logical network structure. Each sensor data storage server has a function of receiving a sensor data registration request including sensor data, a search expression storage server corresponding to the sensor data storage server, and a search expression storage server subordinate to the search expression storage server. After extracting the search data that the user can access from the search formula search function that searches the search formula that matches the sensor data, the public condition information included in the sensor data, and the user information included in the search formula of the search result You may make it give a processing function.

この際、センサデータ蓄積サーバに対応する検索式蓄積サーバを指定するため、センサデータ登録要求に、検索式蓄積サーバIDを含めるようにしてもよい。   At this time, in order to designate a search formula storage server corresponding to the sensor data storage server, the search formula storage server ID may be included in the sensor data registration request.

また、本実施の形態では、本発明におけるデータ蓄積装置より下位のデータ蓄積装置に含まれるEF蓄積DB全てに対して検索動作を行うEF検索部が、データ蓄積装置に組み込まれている例を示した。本発明の範囲はこれに限定されるものではなく、当該機能がネットワークで接続された二つ以上の装置の組み合わせにより実現されてもよい。   Further, in the present embodiment, an example is shown in which an EF search unit that performs a search operation for all EF storage DBs included in a data storage device lower than the data storage device in the present invention is incorporated in the data storage device. It was. The scope of the present invention is not limited to this, and the function may be realized by a combination of two or more devices connected via a network.

例えば、CL1(あるいはCL2)が上記EF検索部の機能の一部を受け持つこととし、データ蓄積装置がCL1に検索すべき下位のデータ蓄積装置の配置情報を返し、CL1がその配置情報を元に、異なるデータ蓄積装置に更に要求を発行する動作を繰り返すことによって、上記示したEF検索部の機能をCL1(あるいはCL2)とデータ蓄積装置の組み合わせによって実現してもよい。   For example, it is assumed that CL1 (or CL2) is responsible for a part of the function of the EF search unit, the data storage device returns the arrangement information of the lower data storage device to be searched to CL1, and CL1 is based on the arrangement information. The function of the EF search unit described above may be realized by a combination of CL1 (or CL2) and the data storage device by repeating the operation of issuing a request to different data storage devices.

(動作例2)
次に、CL2(102)が第24図に示す検索式(2401)を登録する動作を示す。本実施の形態において、それぞれの検索式は、1つ以上のKey−Valueペアの並びとして表現される。検索式(2401)の例は、Key−Valueペアの並びの長さが1であり、「address」というKeyが「CL3」という値を持つセンサデータを検索する検索式であることを意味する。この検索式(2401)の例では、CL2(102)が、CL3というクライアント装置から登録されたデータを検索しようとしていることを表している。
(Operation example 2)
Next, an operation in which CL2 (102) registers the search expression (2401) shown in FIG. In the present embodiment, each search expression is expressed as an array of one or more key-value pairs. The example of the retrieval formula (2401) means that the length of the arrangement of the key-value pair is 1, and the retrieval formula is a retrieval formula for retrieving sensor data in which the key “address” has a value “CL3”. This example of the search formula (2401) indicates that CL2 (102) is going to search for data registered from the client device CL3.

第25図は、検索式蓄積先検索要求(2501)の内容を示す。CL2(102)は、該検索式蓄積先検索要求(2501)をサーバ管理装置(103)へ送信して、検索式(2401)を蓄積すべきデータ蓄積装置の場所を問い合わせる。   FIG. 25 shows the contents of a search formula storage destination search request (2501). CL2 (102) transmits the search formula storage destination search request (2501) to the server management apparatus (103) and inquires about the location of the data storage apparatus where the search formula (2401) should be stored.

検索式蓄積先検索要求(2501)は所属情報(2502)を情報として含む。所属情報(2502)はユーザの所属情報を示している。所属情報(2502)は、階層化構造を持つ1つのKey−Valueペアであり、この例では「belong=/ntt/mirai」が該当する。所属情報の値はスラッシュ「/」から始まる文字列であり、上位の階層から順に、それぞれの階層をスラッシュ「/」で区切って表記される。例えば所属情報(2502)の値は、「ntt」の下位に「mirai」がある階層化構造を示している。   The search formula storage destination search request (2501) includes affiliation information (2502) as information. The affiliation information (2502) indicates the affiliation information of the user. The affiliation information (2502) is one Key-Value pair having a hierarchical structure, and “belong = / ntt / mirai” corresponds in this example. The value of the affiliation information is a character string starting with a slash “/”, and is expressed by separating each layer with a slash “/” in order from the upper layer. For example, the value of the affiliation information (2502) indicates a hierarchical structure in which “mirai” is subordinate to “ntt”.

ここで、belongは、ユーザの所属を示す意味を持つ。例えば所属情報(2502)は、「ntt」という組織の中の「mirai」という部署に所属する人間であることを示す。また、区切り符号には「/」を用いた。ただし本発明はこれに限らず、所属以外の条件、例えば「日本の東京の武蔵野市」などで表記される住所、などを所属情報としてもよい。   Here, belong has a meaning indicating the affiliation of the user. For example, the affiliation information (2502) indicates that the person belongs to the department “mirai” in the organization “ntt”. In addition, “/” is used as a delimiter. However, the present invention is not limited to this, and conditions other than affiliation, for example, an address written as “Musashino City in Tokyo, Japan”, etc. may be used as affiliation information.

サーバ管理装置(103)内の所属情報受信部(116)はCL2(102)が送信した検索式蓄積先検索要求(2501)を受信し、該要求に含まれる所属情報(2502)を取り出す。   The affiliation information receiving unit (116) in the server management apparatus (103) receives the search expression storage destination search request (2501) transmitted by the CL2 (102), and extracts the affiliation information (2502) included in the request.

次に所属情報受信部(116)は、第7図に示したサーバ配置情報DB(122)を検索し、所属情報(2502)に合致するサーバのIPアドレスを取得する。具体的には、所属情報(2502)のbelongが表す値、即ち/ntt/miraiと、サーバ配置情報のbelongが表す値が一致するサーバ配置情報、即ちサーバ配置情報(702)のサーバのIPアドレス192.168.0.2を取得する。そして所属情報受信部(116)は、取得した該IPアドレスを、該検索式蓄積先検索要求(2501)への応答として、CL2(102)に送信する。   Next, the affiliation information receiving unit (116) searches the server arrangement information DB (122) shown in FIG. 7 and acquires the IP address of the server that matches the affiliation information (2502). Specifically, the server address in which the value represented by the belong of the affiliation information (2502), that is, / ntt / mirai, matches the value represented by the belong in the server layout information, that is, the server IP address of the server layout information (702). Obtain 192.168.0.2. Then, the affiliation information receiving unit (116) transmits the acquired IP address to CL2 (102) as a response to the search expression storage destination search request (2501).

CL2(102)はサーバ管理装置(103)から検索式蓄積先検索要求(2501)に対する該応答を受け取り、該応答が含むIPアドレス192.168.0.2のデータ蓄積装置(902)に検索式の登録要求を送信する。   CL2 (102) receives the response to the search formula storage destination search request (2501) from the server management device (103), and sends the search formula to the data storage device (902) of the IP address 192.168.0.2 included in the response. Send a registration request.

第26図に該検索式の登録要求(2601)の内容を示す。該登録要求はEF(2602)を含む。EF(2602)には、ユーザ情報(2603)と、CL2(102)を識別する情報(2604)と、CL2(102)が登録する検索式(2401)が含まれる。この例では、ユーザ情報(2603)は「_userial=3」であり、CL2(102)を識別する情報(2604)は「_respid=CL2」であり、登録する検索式(2401)は「address=CL3」である。   FIG. 26 shows the contents of the search expression registration request (2601). The registration request includes EF (2602). The EF (2602) includes user information (2603), information (2604) for identifying CL2 (102), and a search expression (2401) registered by CL2 (102). In this example, the user information (2603) is “_usual = 3”, the information (2604) for identifying CL2 (102) is “_respid = CL2”, and the search expression (2401) to be registered is “address = CL3”. Is.

該データ蓄積装置(902)内のEF受信部(808)は、該検索式の登録要求(2601)を受信し、該要求に含まれるEF(2602)を取り出す。EF蓄積部(809)は、EF蓄積DB(1002)に該EF(2602)を追加登録する。第27図は、該追加登録処理後の、EF蓄積DB内データ(2701)の内容を示す図である。   The EF receiving unit (808) in the data storage device (902) receives the search expression registration request (2601) and extracts the EF (2602) included in the request. The EF storage unit (809) additionally registers the EF (2602) in the EF storage DB (1002). FIG. 27 is a diagram showing the contents of the data (2701) in the EF accumulation DB after the additional registration processing.

次に、該データ蓄積装置(902)内のEA検索部(810)は、該EF(2602)に合致するEAを、第14図のEA蓄積DB(1001)内から検索する。ここではuTupleSpaceの合致規則に従う。すなわち、EFが含むアンダースコアから始まるKey以外全てのKeyについて、EAに当該Keyが存在し、かつ、EFが含む当該Keyに対するValueとして表現される検索条件に、EAが含む当該Keyに対するValueとしての値が合致した場合にのみ、当該EFと当該EAが合致したと判断する。
この例では、addressキーの値がEFのものと一致するEA(1402)が合致したと判断され、検索結果となる。
Next, the EA search unit (810) in the data storage device (902) searches the EA storage DB (1001) of FIG. 14 for an EA that matches the EF (2602). Here, the matching rule of u TupleSpace is followed. That is, for all the keys other than the key starting from the underscore included in the EF, the key exists in the EA, and the search condition expressed as the value for the key included in the EF is the value as the value for the key included in the EA. Only when the values match, it is determined that the EF and the EA match.
In this example, it is determined that the EA (1402) whose address key value matches that of the EF matches, and the search result is obtained.

次に、該データ蓄積装置(902)内のEA検索部(810)は、論理ネットワーク構造において該データ蓄積装置(902)より上位のノードのデータ蓄積装置全てから、EAを検索する。即ち、該データ蓄積装置(902)内のEA検索部(810)は、データ蓄積装置(901)に対し、センサデータの検索要求を送信する。第28図に該センサデータの検索要求(2801)の内容を示す。該検索要求はEF(2602)を含む。   Next, the EA search unit (810) in the data storage device (902) searches for an EA from all the data storage devices of nodes higher than the data storage device (902) in the logical network structure. That is, the EA search unit (810) in the data storage device (902) transmits a sensor data search request to the data storage device (901). FIG. 28 shows the contents of the sensor data search request (2801). The search request includes EF (2602).

データ蓄積装置(901)内のEF受信部(808)は、該センサデータの検索要求(2801)を受信し、該要求に含まれるEF(2602)を取り出す。EA検索部(810)は、該EF(2602)に合致するEAを、EA蓄積DB(1001)内から検索し、検索結果をデータ蓄積装置(902)内のEA検索部(810)に送信する。この例では、簡単のため、データ蓄積装置(901)には、EF(2602)と合致するEAはなかったものとする。   The EF receiving unit (808) in the data storage device (901) receives the sensor data search request (2801) and extracts the EF (2602) included in the request. The EA search unit (810) searches the EA storage DB (1001) for an EA that matches the EF (2602), and transmits the search result to the EA search unit (810) in the data storage device (902). . In this example, for simplicity, it is assumed that the data storage device (901) does not have an EA that matches the EF (2602).

次に、該データ蓄積装置(902)内の後処理部(806)は、EA蓄積DB(1001)を検索して得られた検索結果と、上位のノードのデータ蓄積装置全てを検索して得られた検索結果に含まれるEA、すなわちEA(1402)内に含まれる公開条件情報「_pserial=2」と合致する非階層化公開条件を問い合わせる非階層化公開条件の検索要求を、サーバ管理装置(103)に対して送信する。第29図に該非階層化公開条件の検索要求(2901)の内容を示す。該検索要求(2901)は公開条件情報(2902)を含む。   Next, the post-processing unit (806) in the data storage device (902) obtains the search result obtained by searching the EA storage DB (1001) and all the data storage devices of the upper nodes. A search request for a non-hierarchical public condition that inquires about a non-hierarchical public condition that matches EA included in the search result, that is, the public condition information “_serial = 2” contained in the EA (1402), is sent to the server management apparatus ( 103). FIG. 29 shows the contents of the search request (2901) for the non-hierarchical disclosure condition. The search request (2901) includes disclosure condition information (2902).

該サーバ管理装置(103)内の公開条件検索部(114)は、該非階層化公開条件の検索要求(2901)を受信し、該検索要求に含まれる公開条件情報(2902)を取り出す。公開条件検索部(114)は、第17図に示すような非階層化公開条件DB(121)から公開条件情報(2902)に合致する非階層化公開条件を検索する。具体的には、公開条件情報(2902)の_pserialキーが表す値、即ち2と非階層化公開条件DB内データ(121)の_pserialキーの値が一致する行、すなわち「_pserial=2,hometown=tokyo」を検索し、該行に含まれる非階層化公開条件、すなわち公開条件情報「_pserial=2」以外のKey−Valueペアである「hometown=tokyo」を、該検索要求に対する応答として該データ蓄積装置(902)へ送信する。   The public condition search unit (114) in the server management apparatus (103) receives the non-hierarchical public condition search request (2901) and extracts the public condition information (2902) included in the search request. The public condition retrieval unit (114) retrieves a non-hierarchical public condition that matches the public condition information (2902) from the non-hierarchical public condition DB (121) as shown in FIG. Specifically, the value represented by the _serial key of the disclosure condition information (2902), that is, the row where the value of the _serial key of the non-hierarchized disclosure condition DB data (121) matches, that is, “_serial = 2, home = “Tokyo” is searched, and the non-hierarchized disclosure condition included in the row, that is, “hometown = tokyo” that is a Key-Value pair other than the disclosure condition information “_perial = 2” is stored as a response to the search request. Send to device (902).

該データ蓄積装置(902)内の後処理部(806)は、該応答を受け取り、非階層化公開条件「hometown=tokyo」を得る。第30図に後処理部(806)がサーバ管理装置(103)に非階層化公開条件の検索要求(2901)を送信し、非階層化公開条件(3001)を受け取る様子を示す。   The post-processing unit (806) in the data storage device (902) receives the response and obtains a non-hierarchical disclosure condition “hometown = tokyo”. FIG. 30 shows a state in which the post-processing unit (806) transmits a search request (2901) for non-hierarchical disclosure conditions to the server management apparatus (103) and receives the non-hierarchical disclosure conditions (3001).

次に、該データ蓄積装置(902)内の後処理部(806)はEF(2602)に対して、次に示すようなプロフィール検索処理を行う。具体的には、まず、該データ蓄積装置(902)内の後処理部(806)は、EF(2602)内に含まれるユーザ情報「_userial=3」と合致するプロフィールを問い合わせるプロフィールの検索要求を、サーバ管理装置(103)に対して送信する。第31図に該プロフィールの検索要求(3101)の内容を示す。該検索要求(3101)はユーザ情報(3102)を含む。   Next, the post-processing unit (806) in the data storage device (902) performs a profile search process as shown below on the EF (2602). Specifically, first, the post-processing unit (806) in the data storage device (902) issues a profile search request for inquiring about a profile that matches the user information “_usual = 3” included in the EF (2602). To the server management apparatus (103). FIG. 31 shows the contents of the profile search request (3101). The search request (3101) includes user information (3102).

該サーバ管理装置(103)内のプロフィール検索部(115)は、プロフィールの検索要求(3101)を受信し、該要求に含まれるユーザ情報(3102)を取り出す。プロフィール検索部(115)は、第20図に示すようなユーザプロフィールDB(123)からユーザ情報(3102)に合致するプロフィールを検索する。具体的には、ユーザ情報(3102)の_userialキーが表す値、即ち3とユーザプロフィールDB内データ(2001)の_userialキーの値が一致する行、すなわち「_userial=3,hometown=tokyo」を検索し、該行に含まれるプロフィール、すなわちユーザ情報「_userial=3」の以外のKey−Valueペアである「hometown=tokyo」を、該検索要求に対する応答として該データ蓄積装置(902)へ送信する。   The profile search unit (115) in the server management apparatus (103) receives the profile search request (3101), and extracts the user information (3102) included in the request. The profile search unit (115) searches the user profile DB (123) as shown in FIG. 20 for a profile that matches the user information (3102). Specifically, the value represented by the _usual key of the user information (3102), that is, the row where the value of the _usual key of the data (2001) in the user profile DB (2001) matches, ie, “_usual = 3, hometown = tokyo” is searched. Then, the profile included in the row, that is, “home = value”, which is a key-value pair other than the user information “_usual = 3”, is transmitted to the data storage device (902) as a response to the search request.

該データ蓄積装置(902)内の後処理部(806)は、該応答を受け取り、プロフィール「hometown=tokyo」を得る。第32図に後処理部(806)がサーバ管理装置(103)にプロフィールの検索要求(3101)を送信し、プロフィール(3201)を受け取る様子を示す。   The post-processing unit (806) in the data storage device (902) receives the response and obtains the profile “hometown = tokyo”. FIG. 32 shows how the post-processing unit (806) transmits a profile search request (3101) to the server management apparatus (103) and receives the profile (3201).

次に、該データ蓄積装置(902)内の後処理部(806)は、上記処理結果の非階層化公開条件(3001)を用いて、該EF(2602)のプロフィール(3201)「hometown=tokyo」と合致する非階層化公開条件を含むEAを選択する。この例では、非階層化公開条件(3001)がプロフィール(3201)と合致するので、EA(1402)が選択される。   Next, the post-processing unit (806) in the data storage device (902) uses the non-hierarchized disclosure condition (3001) of the processing result, and the profile (3201) “hometown = tokyo” of the EF (2602). EA that includes a non-hierarchical disclosure condition that matches "." In this example, since the non-hierarchical disclosure condition (3001) matches the profile (3201), EA (1402) is selected.

該データ蓄積装置(902)内のEA送信部(807)は、該EFを登録したクライアント装置に、該選択されたEA(1402)を通知する。本実施の形態においては、EF内のKey「_respid」に対応するValueが、該EFを登録したクライアント装置を識別する情報となっている。即ち、EF(2602)内の_respidキーが示すクライアント装置であるCL2(102)に、該EA(1402)を通知する。   The EA transmitter (807) in the data storage device (902) notifies the selected EA (1402) to the client device that has registered the EF. In the present embodiment, the value corresponding to the key “_respid” in the EF is information for identifying the client device that has registered the EF. In other words, the EA (1402) is notified to the CL2 (102) which is the client device indicated by the _respid key in the EF (2602).

なお、本実施の形態では、本発明におけるデータ蓄積装置(901〜907)がセンサデータの検索式とセンサデータの双方を蓄積している例を示した。本発明の範囲はこれに限定されるものではなく、当該機能がネットワークで接続された二つ以上の装置の組み合わせにより実現されてもよい。   In the present embodiment, an example is shown in which the data storage device (901 to 907) according to the present invention stores both the search formula for sensor data and the sensor data. The scope of the present invention is not limited to this, and the function may be realized by a combination of two or more devices connected via a network.

例えば、データ蓄積装置が一つ以上の検索式蓄積サーバと一つ以上のセンサデータ蓄積サーバとで構成されていてもよい。ここで、検索式蓄積サーバはセンサデータの検索式を蓄積するサーバである。センサデータ蓄積サーバはセンサデータを蓄積するサーバである。一つ以上のセンサデータ蓄積サーバが木構造の論理ネットワーク構造を構成するようにする。そして、各検索式蓄積サーバに、検索式を含む検索式登録要求を受信する機能と、該検索式蓄積サーバに対応するセンサデータ蓄積サーバ並びに該センサデータ蓄積サーバより上位のセンサデータ蓄積サーバ全てから該検索式が合致するセンサデータを検索するセンサデータ検索機能と、該検索式に含まれるユーザ情報と該検索結果のセンサデータに含まれる公開条件情報からユーザがアクセス可能なセンサデータを抽出する後処理機能とを持たせるようにしてもよい。   For example, the data storage device may be composed of one or more search expression storage servers and one or more sensor data storage servers. Here, the search expression storage server is a server that stores a search expression for sensor data. The sensor data storage server is a server that stores sensor data. One or more sensor data storage servers form a tree-structured logical network structure. Each search expression storage server receives a search expression registration request including a search expression, a sensor data storage server corresponding to the search expression storage server, and all sensor data storage servers higher than the sensor data storage server. After extracting sensor data accessible by the user from the sensor data search function for searching for sensor data that matches the search formula, user information included in the search formula, and public condition information included in the sensor data of the search result You may make it give a processing function.

この際、検索式蓄積サーバに対応するセンサデータ蓄積サーバを指定するため、検索式登録要求に、センサデータ蓄積サーバIDを含めるようにしてもよい。   At this time, in order to designate a sensor data storage server corresponding to the search formula storage server, the sensor data storage server ID may be included in the search formula registration request.

また、本実施の形態では、本発明におけるデータ蓄積装置より上位のデータ蓄積装置に含まれるEA蓄積DB全てに対して検索動作を行うEA検索部が、データ蓄積装置に組み込まれている例を示した。本発明の範囲はこれに限定されるものではなく、当該機能がネットワークで接続された二つ以上の装置の組み合わせにより実現されてもよい。   Further, in the present embodiment, an example is shown in which an EA search unit that performs a search operation for all EA storage DBs included in a data storage device higher than the data storage device in the present invention is incorporated in the data storage device. It was. The scope of the present invention is not limited to this, and the function may be realized by a combination of two or more devices connected via a network.

例えば、CL1(あるいはCL2)が上記EA検索部の機能の一部を受け持つこととし、データ蓄積装置がCL1に検索すべき上位のデータ蓄積装置の配置情報を返し、CL1がその配置情報を元に、異なるデータ蓄積装置に更に要求を発行する動作を繰り返すことによって、上記示したEA検索部の機能をCL1(あるいはCL2)とデータ蓄積装置の組み合わせによって実現してもよい。   For example, it is assumed that CL1 (or CL2) is responsible for a part of the function of the EA search unit, the data storage device returns the placement information of the upper data storage device to be searched to CL1, and CL1 is based on the placement information. The function of the EA search unit described above may be realized by a combination of CL1 (or CL2) and the data storage device by repeating the operation of issuing a request to different data storage devices.

(他の動作例)
なお、本実施の形態においては、センサデータ情報の符号化は、「属性=値」の組の並び形式で表現される可読形式の1行のテキスト情報であるが、本発明の範囲はこれに限定されるものではなく、不可読形式を含む任意の情報符号化方式にも適用できる。また、例えばXMLやJSON仕様等を用いて表現した、複数行からなる可読のテキスト情報に基づく情報符号化方式にも適用できる。
(Other operation examples)
In the present embodiment, the encoding of the sensor data information is one line of text information in a readable format expressed in an array format of “attribute = value” pairs, but the scope of the present invention is limited to this. The present invention is not limited and can be applied to any information encoding method including an unreadable format. Further, the present invention can be applied to an information encoding method based on readable text information composed of a plurality of lines expressed using, for example, XML or JSON specifications.

(プログラム)
なお、本発明の装置は、コンピュータとプログラムによっても実現でき、プログラムを記録媒体に記録することも、ネットワークを通じて提供することも可能である。例えば、サーバ管理装置(103)やデータ蓄積装置(901〜907)の全部または一部の機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することにより各部の処理を行ってもよい。なお、ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものとする。
(program)
The apparatus of the present invention can be realized by a computer and a program, and can be recorded on a recording medium or provided through a network. For example, a program for realizing all or part of the functions of the server management device (103) and the data storage devices (901 to 907) is recorded on a computer-readable recording medium, and the program recorded on the recording medium May be read by a computer system and executed to perform processing of each unit. Here, the “computer system” includes an OS and hardware such as peripheral devices.

また、「コンピュータシステム」は、WWWシステムを利用している場合であれば、ホームページ提供環境(あるいは表示環境)も含むものとする。   Further, the “computer system” includes a homepage providing environment (or display environment) if a WWW system is used.

また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD−ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の保持装置のことをいう。   The “computer-readable recording medium” refers to a holding device such as a portable medium such as a flexible disk, a magneto-optical disk, a ROM, and a CD-ROM, and a hard disk built in the computer system.

さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムを送信する場合の通信線のように、短時間の間、動的にプログラムを保持するもの、その場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリのように、一定時間プログラムを保持しているものも含むものとする。
また上記プログラムは、前述した機能の一部を実現するためのものであっても良く、さらに前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるものであっても良い。
Furthermore, the “computer-readable recording medium” dynamically holds a program for a short time like a communication line when transmitting a program via a network such as the Internet or a communication line such as a telephone line. In this case, a volatile memory in a computer system serving as a server or a client in that case, and a program that holds a program for a certain period of time are also included.
The program may be a program for realizing a part of the functions described above, and may be a program capable of realizing the functions described above in combination with a program already recorded in a computer system.

以上、この発明の実施形態を図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計変更等も含まれる。   The embodiment of the present invention has been described in detail with reference to the drawings. However, the specific configuration is not limited to this embodiment, and includes design changes and the like within a scope not departing from the gist of the present invention.

101、102:クライアント装置
103:サーバ管理装置
105:ネットワーク
111:公開条件受信部
112:公開条件分離部
113:前処理部
114:公開条件検索部
115:プロフィール検索部
116:所属情報受信部
117:サーバ情報送信部
121:非階層化公開条件DB(データベース)
122:サーバ配置情報DB(データベース)
123:ユーザプロフィールDB(データベース)
201:センサデータ
301:センサデータ蓄積先検索要求
302、402:公開条件
303、403:階層化公開条件
304、404:非階層化公開条件
401:公開条件情報
501、601:非階層化公開条件DB内データ
701〜707:サーバ配置情報
801:IPアドレス
803:EA(センサデータ)受信部
804:EA(センサデータ)蓄積部
805:EF(検索式)検索部
806:後処理部
807:EA(センサデータ)送信部
808:EF(検索式)受信部
809:EF(検索式)蓄積部
810:EA(センサデータ)検索部
901〜907:データ蓄積装置
1001:EA(センサデータ)蓄積DB(データベース)
1002:EF(検索式)蓄積DB(データベース)
1003:上位ノード情報
1004:下位ノード情報
1101:EA蓄積DB内データ
1201、1202:検索式
1301:センサデータの登録要求
1302:センサデータ
1401:EA蓄積DB内データ
1402:センサデータ
1501:検索式検索要求
1601:非階層化公開条件検索要求
1602:公開条件情報
1701:非階層化公開条件DB内データ
1801:非階層化公開条件
1901:プロフィール検索要求
1902:ユーザ情報
2001:ユーザプロフィールDB内データ
2101:プロフィール
2201:プロフィール検索要求
2202:ユーザ情報
2301:プロフィール
2401:検索式
2501:検索式蓄積先検索要求
2502:所属情報
2601:検索式登録要求
2602:検索式
2603:ユーザ情報
2604:情報
2701:EF蓄積DB内データ
2801:センサデータ検索要求
2901:非階層化公開条件検索要求
2902:公開条件情報
3001:非階層化公開条件
3101:プロフィール検索要求
3102:ユーザ情報
3201:プロフィール
101, 102: client device 103: server management device 105: network 111: disclosure condition receiving unit 112: disclosure condition separating unit 113: preprocessing unit 114: disclosure condition searching unit 115: profile searching unit 116: belonging information receiving unit 117: Server information transmission unit 121: Non-hierarchical disclosure condition DB (database)
122: Server location information DB (database)
123: User profile DB (database)
201: Sensor data 301: Sensor data storage destination search request 302, 402: Release condition 303, 403: Hierarchical release condition 304, 404: Non-hierarchical release condition 401: Release condition information 501, 601: Non-hierarchical release condition DB Internal data 701 to 707: Server arrangement information 801: IP address 803: EA (sensor data) receiving unit 804: EA (sensor data) storage unit 805: EF (search formula) search unit 806: Post-processing unit 807: EA (sensor) Data) Transmission unit 808: EF (search formula) reception unit 809: EF (search formula) storage unit 810: EA (sensor data) search units 901 to 907: Data storage device 1001: EA (sensor data) storage DB (database)
1002: EF (search formula) storage DB (database)
1003: Upper node information 1004: Lower node information 1101: EA storage DB data 1201, 1202: Search formula 1301: Sensor data registration request 1302: Sensor data 1401: EA storage DB data 1402: Sensor data 1501: Search formula search Request 1601: Non-hierarchical public condition search request 1602: Public condition information 1701: Non-hierarchical public condition DB data 1801: Non-hierarchical public condition 1901: Profile search request 1902: User information 2001: User profile DB data 2101: Profile 2201: Profile search request 2202: User information 2301: Profile 2401: Search formula 2501: Search formula storage location search request 2502: Affiliation information 2601: Search formula registration request 2602: Search formula 2603: User information 26 4: Information 2701: EF accumulated DB in data 2801: sensor data retrieval request 2901: Non-Layered disclosure condition search request 2902: Publication condition information 3001: Non-Layered disclosure conditions 3101: Profile search request 3102: User Info 3201: Profile

Claims (10)

サーバ管理装置と木構造を形成する複数のデータ蓄積装置とからなるアクセス制御システムであって、
前記サーバ管理装置は、
ネットワークに接続するクライアント装置から前記ネットワーク経由で公開条件登録要求を受信する公開条件受信部と、
前記公開条件受信部が受信した前記公開条件登録要求を階層化構造を持つ階層化公開条件と非階層化公開条件に分離する公開条件分離部と、
前記ネットワークに接続する前記データ蓄積装置毎に設定された前記階層化公開条件の情報であるサーバ配置情報を保管するサーバ配置情報データベースと、
前記公開条件分離部が分離した前記階層化公開条件を前記サーバ配置情報データベースに問合せ、前記階層化公開条件に合致する前記サーバ配置情報を抽出し、前記クライアント装置へ前記サーバ配置情報を送信する前処理部と、
を有し、
前記データ蓄積装置は、
公開条件情報を少なくとも含むセンサデータを蓄積するセンサデータ蓄積データベースと、
ユーザ情報を少なくとも含む、前記センサデータの検索式を蓄積する検索式蓄積データベースと、
前記クライアント装置が前記サーバ配置情報を基にネットワーク経由で送信した情報登録要求を受信したときに、自装置及び他の前記データ蓄積装置を検索し、前記クライアント装置がアクセス可能なセンサデータを前記センサデータ蓄積データベースから抽出するセンサデータ抽出部と、
前記クライアント装置が前記サーバ配置情報を基にネットワーク経由で送信した情報登録要求を受信したときに、自装置及び他の前記データ蓄積装置を検索し、センサデータにアクセス可能な検索式を前記検索式蓄積データベースから抽出する検索式抽出部と、
を有することを特徴とするアクセス制御システム。
An access control system comprising a server management device and a plurality of data storage devices forming a tree structure,
The server management device
A public condition receiving unit that receives a public condition registration request from the client device connected to the network via the network;
A public condition separating unit that separates the public condition registration request received by the public condition receiving unit into a hierarchical public condition having a hierarchical structure and a non-hierarchical public condition;
A server arrangement information database for storing server arrangement information that is information on the layered disclosure conditions set for each of the data storage devices connected to the network;
Before querying the server arrangement information database for the layered publication conditions separated by the publication condition separating unit, extracting the server arrangement information that matches the layered publication conditions, and transmitting the server arrangement information to the client device A processing unit;
Have
The data storage device includes:
A sensor data storage database for storing sensor data including at least the disclosure condition information;
A search expression storage database for storing a search expression of the sensor data, including at least user information;
When the client device receives an information registration request transmitted via a network based on the server arrangement information, the client device searches its own device and the other data storage device, and sensor data accessible by the client device is stored in the sensor. A sensor data extraction unit for extracting from the data storage database;
When the client device receives an information registration request transmitted via a network based on the server arrangement information, the client device searches the own device and the other data storage device, and a search formula that can access sensor data is the search formula. A search expression extraction unit for extracting from the accumulation database;
An access control system comprising:
前記データ蓄積装置の前記検索式抽出部は、
前記情報登録要求として前記センサデータを少なくとも含むセンサデータ登録要求を受信する受信機能と、
自装置の前記検索式蓄積データベース、及び他の前記データ蓄積装置として自装置より下位の前記データ蓄積装置の前記検索式蓄積データベースから前記センサデータ登録要求に含まれる前記センサデータが合致する検索式を検索する検索式検索機能と、
前記センサデータ登録要求に含まれる前記センサデータが持つ公開条件情報と前記検索式検索機能の検索結果の前記検索式に含まれるユーザ情報からセンサデータにアクセス可能な検索式を抽出する後処理機能と、
を有することを特徴とする請求項1に記載のアクセス制御システム。
The search expression extraction unit of the data storage device includes:
A receiving function for receiving a sensor data registration request including at least the sensor data as the information registration request;
A search formula that matches the sensor data included in the sensor data registration request from the search formula storage database of the own device and the search formula storage database of the data storage device lower than the self device as the other data storage device. Search expression search function to search,
A post-processing function for extracting a search expression accessible to sensor data from public condition information included in the sensor data included in the sensor data registration request and user information included in the search expression of a search result of the search expression search function; ,
The access control system according to claim 1, further comprising:
前記データ蓄積装置の前記センサデータ抽出部は、
前記情報登録要求として前記センサデータの検索式を少なくとも含む検索式登録要求を受信する受信機能と、
自装置の前記センサデータ蓄積データベース、及び他の前記データ蓄積装置として自装置より上位の前記データ蓄積装置の前記センサデータ蓄積データベースから前記検索式登録要求に含まれる前記検索式が合致するセンサデータを検索するセンサデータ検索機能と、
前記検索式登録要求に含まれる前記検索式が持つユーザ情報と前記センサデータ検索機能の検索結果のセンサデータに含まれる公開条件情報からユーザがアクセス可能なセンサデータを抽出する後処理機能と、
を有することを特徴とする請求項1に記載のアクセス制御システム。
The sensor data extraction unit of the data storage device,
A reception function for receiving a search expression registration request including at least a search expression of the sensor data as the information registration request;
Sensor data that matches the search formula included in the search formula registration request from the sensor data storage database of the own device and the sensor data storage database of the data storage device higher than the own device as the other data storage device. Sensor data search function to search,
A post-processing function for extracting sensor data accessible to the user from user information included in the search formula included in the search formula registration request and public condition information included in sensor data of a search result of the sensor data search function;
The access control system according to claim 1, further comprising:
公開条件登録要求を受信する公開条件受信部と、
前記公開条件受信部が受信した前記公開条件登録要求を階層化構造を持つ階層化公開条件と非階層化公開条件に分離する公開条件分離部と、
ネットワークに接続するデータ蓄積装置毎に設定された前記階層化公開条件の情報であるサーバ配置情報を保管するサーバ配置情報データベースと、
前記公開条件分離部が分離した前記階層化公開条件を前記サーバ配置情報データベースに問合せ、前記階層化公開条件に合致する前記サーバ配置情報を抽出する前処理部と、
を有するサーバ管理装置。
A public condition receiving unit for receiving a public condition registration request;
A public condition separating unit that separates the public condition registration request received by the public condition receiving unit into a hierarchical public condition having a hierarchical structure and a non-hierarchical public condition;
A server arrangement information database for storing server arrangement information that is information on the hierarchical disclosure conditions set for each data storage device connected to the network;
Querying the server arrangement information database for the layered publication condition separated by the publication condition separating unit, and extracting the server arrangement information that matches the layered publication condition;
A server management apparatus.
木構造を形成する複数のデータ蓄積装置であって、
ユーザ情報を少なくとも含む検索式を蓄積する検索式蓄積データベースと、
公開条件情報を少なくとも含むセンサデータを蓄積するセンサデータ蓄積データベースと、
ネットワークから情報登録要求を受信したときに、自装置及び他の前記データ蓄積装置を検索し、センサデータにアクセス可能な検索式を前記検索式蓄積データベースから抽出する検索式抽出部と、
ネットワークから情報登録要求を受信したときに、自装置及び他の前記データ蓄積装置を検索し、ユーザがアクセス可能なセンサデータを前記センサデータ蓄積データベースから抽出するセンサデータ抽出部と、
を有し、
前記検索式抽出部は、
前記情報登録要求として前記センサデータを少なくとも含むセンサデータ登録要求を受信する受信機能と、
自装置の前記検索式蓄積データベース、及び他の前記データ蓄積装置として自装置より下位の全ての前記データ蓄積装置の前記検索式蓄積データベースのみから前記センサデータ登録要求に含まれる前記センサデータが合致する検索式を検索する検索式検索機能と、
前記センサデータ登録要求に含まれる前記センサデータが持つ公開条件情報と前記検索式検索機能の検索結果の前記検索式に含まれるユーザ情報からセンサデータにアクセス可能な検索式を抽出する後処理機能と、
を含み、
前記センサデータ抽出部は、
前記情報登録要求として前記センサデータの検索式を少なくとも含む検索式登録要求を受信する受信機能と、
自装置の前記センサデータ蓄積データベース、及び他の前記データ蓄積装置として自装置より上位の全ての前記データ蓄積装置の前記センサデータ蓄積データベースのみから、前記検索式登録要求に含まれる前記検索式が合致するセンサデータを検索するセンサデータ検索機能と、
前記検索式登録要求に含まれる前記検索式が持つユーザ情報と前記センサデータ検索機能の検索結果のセンサデータに含まれる公開条件情報からユーザがアクセス可能なセンサデータを抽出する後処理機能と、
を含むことを特徴とするデータ蓄積装置。
A plurality of data storage devices forming a tree structure,
A search expression storage database for storing a search expression including at least user information;
A sensor data storage database for storing sensor data including at least the disclosure condition information;
When receiving an information registration request from the network, a search formula extraction unit that searches the self-device and other data storage devices and extracts a search formula that can access sensor data from the search formula storage database;
When receiving an information registration request from the network, a sensor data extraction unit that searches the device and other data storage devices and extracts sensor data accessible by a user from the sensor data storage database;
Have
The search expression extraction unit
A receiving function for receiving a sensor data registration request including at least the sensor data as the information registration request;
Only the search expression accumulation database of the search expression storage database, and all the lower than the self apparatus as another of the data storage device of the data storage device of the apparatus, the sensor data included in the sensor data registration request matches A search expression search function for searching a search expression to be
A post-processing function for extracting a search expression accessible to sensor data from public condition information included in the sensor data included in the sensor data registration request and user information included in the search expression of a search result of the search expression search function; ,
Only including,
The sensor data extraction unit
A reception function for receiving a search expression registration request including at least a search expression of the sensor data as the information registration request;
The search formula included in the search formula registration request matches only from the sensor data storage database of the own device and the sensor data storage database of all the data storage devices higher than the own device as the other data storage devices. A sensor data search function for searching sensor data to be
A post-processing function for extracting sensor data accessible to the user from user information included in the search formula included in the search formula registration request and public condition information included in sensor data of a search result of the sensor data search function;
Data storage apparatus comprising a.
サーバ管理装置と木構造を形成する複数のデータ蓄積装置とからなるアクセス制御システムのアクセス制御方法であって、
ネットワークに接続するクライアント装置から前記ネットワーク経由で公開条件登録要求を受信する公開条件受信手順と、
前記公開条件受信手順で受信した前記公開条件登録要求を階層化構造を持つ階層化公開条件と非階層化公開条件に分離する公開条件分離手順と、
前記ネットワークに接続する前記データ蓄積装置毎に設定された前記階層化公開条件の情報であるサーバ配置情報をサーバ配置情報データベースに保管するサーバ配置情報保管手順と、
前記公開条件分離手順で分離した前記階層化公開条件を前記サーバ配置情報データベースに問合せ、前記階層化公開条件に合致する前記サーバ配置情報を抽出し、前記クライアント装置へ前記サーバ配置情報を送信する前処理手順と、
公開条件情報を少なくとも含むセンサデータをセンサデータ蓄積データベースに蓄積するセンサデータ蓄積手順と、
ユーザ情報を少なくとも含む、前記センサデータの検索式を検索式蓄積データベースに蓄積する検索式蓄積手順と、
前記クライアント装置が前記サーバ配置情報を基にネットワーク経由で送信した情報登録要求を受信したときに、自装置及び他の前記データ蓄積装置を検索し、前記クライアント装置がアクセス可能なセンサデータを前記センサデータ蓄積データベースから抽出するセンサデータ抽出手順と、
前記クライアント装置が前記サーバ配置情報を基にネットワーク経由で送信した情報登録要求を受信したときに、自装置及び他の前記データ蓄積装置を検索し、センサデータにアクセス可能な検索式を前記検索式蓄積データベースから抽出する検索式抽出手順と、
を実行することを特徴とするアクセス制御方法。
An access control method for an access control system comprising a server management device and a plurality of data storage devices forming a tree structure,
A public condition reception procedure for receiving a public condition registration request from the client device connected to the network via the network;
A publication condition separation procedure for separating the publication condition registration request received in the publication condition reception procedure into a hierarchical publication condition having a hierarchical structure and a non-hierarchical publication condition;
A server arrangement information storage procedure for storing server arrangement information, which is information on the layered disclosure conditions set for each data storage device connected to the network, in a server arrangement information database;
Before querying the server location information database for the hierarchical release conditions separated in the release condition separation procedure, extracting the server placement information that matches the hierarchical release conditions, and transmitting the server placement information to the client device Processing procedure and
Sensor data accumulation procedure for accumulating sensor data including at least disclosure condition information in a sensor data accumulation database;
A search formula storage procedure for storing the search formula of the sensor data in a search formula storage database, including at least user information;
When the client device receives an information registration request transmitted via a network based on the server arrangement information, the client device searches its own device and the other data storage device, and sensor data accessible by the client device is stored in the sensor. Sensor data extraction procedure to extract from the data storage database;
When the client device receives an information registration request transmitted via a network based on the server arrangement information, the client device searches the own device and the other data storage device, and a search formula that can access sensor data is the search formula. Search expression extraction procedure to extract from the accumulation database;
An access control method comprising:
前記検索式抽出手順において、
前記情報登録要求として前記センサデータを少なくとも含むセンサデータ登録要求を受信し、
自装置の前記検索式蓄積データベース、及び他の前記データ蓄積装置として自装置より下位の前記データ蓄積装置の前記検索式蓄積データベースから前記センサデータ登録要求に含まれる前記センサデータが合致する検索式を検索し、
前記センサデータ登録要求に含まれる前記センサデータが持つ公開条件情報と前記検索式検索機能の検索結果の前記検索式に含まれるユーザ情報からセンサデータにアクセス可能な検索式を抽出する
ことを特徴とする請求項に記載のアクセス制御方法。
In the search expression extraction procedure,
Receiving a sensor data registration request including at least the sensor data as the information registration request;
A search formula that matches the sensor data included in the sensor data registration request from the search formula storage database of the own device and the search formula storage database of the data storage device lower than the self device as the other data storage device. Search
A search expression that can access sensor data is extracted from public condition information included in the sensor data included in the sensor data registration request and user information included in the search expression of a search result of the search expression search function. The access control method according to claim 6 .
前記センサデータ抽出手順において、
前記情報登録要求として前記センサデータの検索式を少なくとも含む検索式登録要求を受信し、
自装置の前記センサデータ蓄積データベース、及び他の前記データ蓄積装置として自装置より上位の前記データ蓄積装置の前記センサデータ蓄積データベースから前記検索式登録要求に含まれる前記検索式が合致するセンサデータを検索し、
前記検索式登録要求に含まれる前記検索式が持つユーザ情報と前記センサデータ検索機能の検索結果のセンサデータに含まれる公開条件情報からユーザがアクセス可能なセンサデータを抽出する
ことを特徴とする請求項に記載のアクセス制御方法。
In the sensor data extraction procedure,
Receiving a search expression registration request including at least a search expression of the sensor data as the information registration request;
Sensor data that matches the search formula included in the search formula registration request from the sensor data storage database of the own device and the sensor data storage database of the data storage device higher than the own device as the other data storage device. Search
The sensor data accessible by the user is extracted from user information included in the search formula included in the search formula registration request and public condition information included in sensor data of a search result of the sensor data search function. Item 7. The access control method according to Item 6 .
サーバ管理装置に、
公開条件登録要求を受信する公開条件受信手順と、
前記公開条件受信手順で受信した前記公開条件登録要求を階層化構造を持つ階層化公開条件と非階層化公開条件に分離する公開条件分離手順と、
ネットワークに接続するデータ蓄積装置毎に設定された前記階層化公開条件の情報であるサーバ配置情報をサーバ配置情報データベースに保管するサーバ配置情報蓄積手順と、
前記公開条件分離手順で分離した前記階層化公開条件を前記サーバ配置情報データベースに問合せ、前記階層化公開条件に合致する前記サーバ配置情報を抽出する前処理手順と、
を実施させるサーバ管理プログラム。
In the server management unit,
A public condition reception procedure for receiving a public condition registration request;
A publication condition separation procedure for separating the publication condition registration request received in the publication condition reception procedure into a hierarchical publication condition having a hierarchical structure and a non-hierarchical publication condition;
A server arrangement information accumulation procedure for storing server arrangement information, which is information on the hierarchical disclosure conditions set for each data accumulation apparatus connected to the network, in a server arrangement information database;
Querying the server placement information database for the layered publication conditions separated in the publication condition separation procedure, and extracting the server placement information that matches the layered publication conditions;
Server management program that implements
木構造を形成する複数のデータ蓄積装置に、
公開条件情報を少なくとも含むセンサデータをセンサデータ蓄積データベースに蓄積するセンサデータ蓄積手順と、
ユーザ情報を少なくとも含む、前記センサデータの検索式を検索式蓄積データベースに蓄積する検索式蓄積手順と、
ネットワークから情報登録要求を受信したときに、自装置及び他のデータ蓄積装置を検索し、ユーザがアクセス可能な前記センサデータを前記センサデータ蓄積データベースから抽出するセンサデータ抽出手順と、
ネットワークから情報登録要求を受信したときに、自装置及び他の前記データ蓄積装置を検索し、センサデータにアクセス可能な検索式を前記検索式蓄積データベースから抽出する検索式抽出手順と、
を実施させ
前記センサデータ抽出手順において、
前記情報登録要求として前記センサデータの検索式を少なくとも含む検索式登録要求を受信し、
自装置の前記センサデータ蓄積データベース、及び他の前記データ蓄積装置として自装置より上位の全ての前記データ蓄積装置の前記センサデータ蓄積データベースのみから、前記検索式登録要求に含まれる前記検索式が合致するセンサデータを検索し、
前記検索式登録要求に含まれる前記検索式が持つユーザ情報と前記センサデータ検索機能の検索結果のセンサデータに含まれる公開条件情報からユーザがアクセス可能なセンサデータを抽出し、
前記検索式抽出手順において、
前記情報登録要求として前記センサデータを少なくとも含むセンサデータ登録要求を受信し、
自装置の前記検索式蓄積データベース、及び他の前記データ蓄積装置として自装置より下位の全ての前記データ蓄積装置の前記検索式蓄積データベースのみから、前記センサデータ登録要求に含まれる前記センサデータが合致する検索式を検索し、
前記センサデータ登録要求に含まれる前記センサデータが持つ公開条件情報と前記検索式検索機能の検索結果の前記検索式に含まれるユーザ情報からセンサデータにアクセス可能な検索式を抽出する、
ことを特徴とするデータ蓄積プログラム。
To multiple data storage devices that form a tree structure,
Sensor data accumulation procedure for accumulating sensor data including at least disclosure condition information in a sensor data accumulation database;
A search formula storage procedure for storing the search formula of the sensor data in a search formula storage database, including at least user information;
When receiving an information registration request from the network, it searches its own device and other data storage devices, and extracts the sensor data accessible by the user from the sensor data storage database; and
When receiving an information registration request from the network, a search formula extraction procedure for searching the own device and the other data storage device, and extracting a search formula that can access sensor data from the search formula storage database;
It was carried out,
In the sensor data extraction procedure,
Receiving a search expression registration request including at least a search expression of the sensor data as the information registration request;
The search formula included in the search formula registration request matches only from the sensor data storage database of the own device and the sensor data storage database of all the data storage devices higher than the own device as the other data storage devices. Search for sensor data
Extracting sensor data accessible by the user from user information included in the search formula included in the search formula registration request and public condition information included in sensor data of a search result of the sensor data search function,
In the search expression extraction procedure,
Receiving a sensor data registration request including at least the sensor data as the information registration request;
The sensor data included in the sensor data registration request matches only from the search formula storage database of the own device and the search formula storage database of all the data storage devices lower than the self device as the other data storage devices. Search for the search expression you want to
A search expression that can access sensor data is extracted from public condition information held by the sensor data included in the sensor data registration request and user information included in the search expression of the search result of the search expression search function.
A data storage program characterized by that .
JP2011033735A 2011-02-18 2011-02-18 Access control system, server management device, data storage device, access control method, server management program, and data storage program Expired - Fee Related JP5466191B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011033735A JP5466191B2 (en) 2011-02-18 2011-02-18 Access control system, server management device, data storage device, access control method, server management program, and data storage program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011033735A JP5466191B2 (en) 2011-02-18 2011-02-18 Access control system, server management device, data storage device, access control method, server management program, and data storage program

Publications (2)

Publication Number Publication Date
JP2012173871A JP2012173871A (en) 2012-09-10
JP5466191B2 true JP5466191B2 (en) 2014-04-09

Family

ID=46976745

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011033735A Expired - Fee Related JP5466191B2 (en) 2011-02-18 2011-02-18 Access control system, server management device, data storage device, access control method, server management program, and data storage program

Country Status (1)

Country Link
JP (1) JP5466191B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5998112B2 (en) * 2013-08-26 2016-09-28 日本電信電話株式会社 Access control method, data storage method, access control system, data storage device, and program
CN112988750A (en) * 2018-03-14 2021-06-18 北京忆芯科技有限公司 Key and value generation method and device for KV storage based on structured information

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0728732A (en) * 1993-07-14 1995-01-31 Mitsubishi Electric Corp Inter-process communication system
JP4820833B2 (en) * 2008-02-27 2011-11-24 日本電信電話株式会社 Indirect communication system, communication method, and communication program

Also Published As

Publication number Publication date
JP2012173871A (en) 2012-09-10

Similar Documents

Publication Publication Date Title
CN107092666B (en) For the system, method and storage medium of network
US9448999B2 (en) Method and device to detect similar documents
US11375015B2 (en) Dynamic routing of file system objects
US20180276304A1 (en) Advanced computer implementation for crawling and/or detecting related electronically catalogued data using improved metadata processing
US8738572B2 (en) System and method for storing data streams in a distributed environment
JP5320433B2 (en) Integrated search device, integrated search system, and integrated search method
US20180285596A1 (en) System and method for managing sensitive data
US20130268740A1 (en) Self-Destructing Files in an Object Storage System
Awad et al. Chaotic searchable encryption for mobile cloud storage
US9002844B2 (en) Generating method, generating system, and recording medium
CN102129469A (en) Virtual experiment-oriented unstructured data accessing method
CN107103011B (en) Method and device for realizing terminal data search
US20160179789A1 (en) Content localization using fallback translations
WO2020024903A1 (en) Method and device for searching for blockchain data, and computer readable storage medium
US8396877B2 (en) Method and apparatus for generating a fused view of one or more people
CN113434506B (en) Data management and retrieval method, device, computer equipment and readable storage medium
US9607072B2 (en) System and method for implementing nested relationships within a schemaless database
KR102253841B1 (en) Apparatus for Processing Transaction with Modification of Data in Large-Scale Distributed File System and Computer-Readable Recording Medium with Program
JP5466191B2 (en) Access control system, server management device, data storage device, access control method, server management program, and data storage program
US10205679B2 (en) Resource object resolution management
CN110362590A (en) Data managing method, device, system, electronic equipment and computer-readable medium
KR101235042B1 (en) Method for providing data included in building information modeling data file, recording medium thereof, and system using the method
US11205049B2 (en) Method for managing semantic information on M2M/IoT platform
EP2819028A2 (en) Content management system
US11356382B1 (en) Protecting integration between resources of different services using service-generated dependency tags

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130117

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131018

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131029

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20131227

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20140121

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140123

R150 Certificate of patent or registration of utility model

Ref document number: 5466191

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees