US20030110155A1 - Data management mechanism for converting and distributing data - Google Patents

Data management mechanism for converting and distributing data Download PDF

Info

Publication number
US20030110155A1
US20030110155A1 US10/098,417 US9841702A US2003110155A1 US 20030110155 A1 US20030110155 A1 US 20030110155A1 US 9841702 A US9841702 A US 9841702A US 2003110155 A1 US2003110155 A1 US 2003110155A1
Authority
US
United States
Prior art keywords
data
unit
trigger
conversion
converting
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.)
Abandoned
Application number
US10/098,417
Inventor
Kunio Minagawa
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Assigned to FUJITSU LIMITED reassignment FUJITSU LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MINAGAWA, KUNIO
Publication of US20030110155A1 publication Critical patent/US20030110155A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database

Definitions

  • the present invention relates to a data management system, and specifically, it relates to a data management mechanism for separating a job application program from data by managing data attributes and also managing data conversion logic and data conversion timing as file attributes, that is, a policy.
  • FIG. 1 shows a conventional file system.
  • system only physical data attributes are managed on the file system side, and data structure, file process starting timing and processing logic are all managed on the application program (job application) side.
  • FIG. 2 shows a conventional database management system (DBMS).
  • DBMS database management system
  • FIG. 2 on the DBMS side, both physical data attributes and the data structure are managed and the design load of the application program is somewhat reduced.
  • both data input/output starting timing and data processing logic are managed on the application program side.
  • a system in which a job application program operates generally manages data.
  • a data management mechanism for managing data comprises an attribute management unit managing data attributes, including a data conversion policy, a trigger detection unit detecting timing for data conversion and/or distribution as a trigger and a data conversion/distribution unit processing data conversion and/or distribution depending on the data attribute managed by the attribute management unit when the trigger is detected.
  • the aspect is configured so as to be managed by an operating system for managing the file system and to operate independently from an application program.
  • FIG. 1 shows an example of a conventional file system
  • FIG. 2 shows an example of a conventional database management system
  • FIG. 3 shows the basic configuration of the present invention
  • FIG. 4 shows the data management concept of the present invention
  • FIG. 5 shows the basic data converting operation of the present invention
  • FIG. 6 shows the file policy
  • FIG. 7 shows the component configuration of the data management mechanism
  • FIG. 8 is a flowchart showing the process of a policy operation by a user
  • FIG. 9 is a flowchart showing the automatic data conversion/distribution process
  • FIG. 10 shows the first configuration example of a system incorporating the data management mechanism
  • FIG. 11 shows the second configuration example of a system incorporating the data management mechanism
  • FIG. 12 shows the third configuration example of a system incorporating the data management mechanism
  • FIG. 13 shows the fourth configuration example of a system incorporating the data management mechanism
  • FIG. 14 shows a conventional data exchanging method between a plurality of job servers
  • FIG. 15 shows the data exchange method between a plurality of job servers of the present invention
  • FIG. 16 shows the system configuration in the case where a server at headquarters and a departmental server is of a UNIX (trademark) type and Windows (trademark) type, respectively;
  • FIG. 17 shows a conventional method for reporting a content click log collection result
  • FIG. 18 shows the method for reporting a content click log collection result of the present invention.
  • FIG. 19 shows the loading onto a computer of a program for implementing the present invention.
  • FIG. 3 shows the basic configuration of the data management mechanism 1 of the present invention.
  • FIG. 3 shows the basic configuration of the data management mechanism for managing data, including data in a file system, that is, for exchanging/distributing data.
  • an attribute management unit 2 manages data attributes, including a data conversion policy, such as the correspondence between conversion source and conversion destination, a series of processes from conversion start to the end and the like.
  • a trigger detection unit 3 detects timing for data conversion and/or distribution as a trigger.
  • the trigger detecting conditions include the opening, closing, generation and deletion of a file and the like and also include the generation and deletion of a directory and the like.
  • the conditions also include the modification of a file attribute and the like.
  • a data conversion/distribution unit 4 manages data conversion and/or distribution depending on the data attribute managed by the attribute management unit 2 when a trigger is detected.
  • this data management mechanism 1 is managed by an operating system for managing a file system and operates independently from an application program.
  • the data management mechanism can also be incorporated into a file system.
  • this file system can be incorporated into a system running an application program.
  • the data management mechanism can further comprise an operational interface unit exchanging information needed to interface with middleware in the system running an application program.
  • the data management mechanism can also be incorporated into a network-attached storage system for implementing centered storage management through a network among one or more systems running an application program.
  • the data management mechanism can be also mounted in the file system layer of the network-attached storage system.
  • the data management mechanism can be also mounted in the application layer of the network-attached storage system and can further comprise a system call monitor unit comprising commands for the opening, closing, renaming, generation and removal of a link to a file and the like, monitoring a system call that is called up before a system call for converting/distributing the data is executed and providing the detection of the called system call to the trigger detection unit 3 as a trigger.
  • an attribute management unit managing data attributes including a data conversion policy, a trigger detection unit detecting timing for data conversion and/or distribution as a trigger and data conversion/distribution units converting and/or distributing data depending on the data attribute managed by the attribute management unit when the trigger is detected, are distributed and provided in two or more servers, and the data management system operates independently from an application program.
  • the data management mechanism 1 , attribute management unit 2 , trigger detection unit 3 , data conversion/distribution unit 4 , operational interface unit and system call monitor unit can all be implemented by software.
  • the steps of detecting timing for data conversion and/or distribution as a trigger, referring to a data conversion and/or distribution policy when the trigger is detected and converting and/or distributing data depending the content of the policy are programmed to be executed by a computer with a data management mechanism for converting and/or distributing data.
  • the steps of detecting timing for data conversion and/or distribution as a trigger, referring to a data conversion and/or distribution policy when the trigger is detected and converting and/or distributing data depending on the content of the policy are programmed and stored in a computer-readable portable storage medium to be used by a computer with a data management mechanism for converting and/or distributing data.
  • data conversion/distribution can be executed independently from an application program and thereby job application and data management can be separated.
  • FIG. 4 shows the basic concept of the present invention.
  • a job application unit 10 and a file system 11 are connected, for example, by the same interface used in FIG. 1, physical data attributes, data structure, file starting timing, process logic and the like are all managed on the file system side 11 , unlike FIG. 1.
  • FIG. 5 shows the basic data converting operation in the preferred embodiment of the present invention.
  • data generated by a job application unit 12 are converted and provided to a job application unit 19 .
  • a trigger management unit 14 detects the data conversion starting conditions of the data 13 , for example, in a file of the name “a.xml” provided by the job application unit 12 , the detection result is provided to a conversion management unit 15 .
  • the conversion management unit 15 refers to a file conversion policy managed by a policy management unit 16 and detects if the data 13 should be converted and copied, depending on the given trigger. Then, the conversion management unit 15 drives conversion components 17 .
  • the conversion components 17 convert the data 13 and provide data 18 in a file of the name “a.html” to the job application unit 19 as the process result.
  • the trigger management unit 14 , conversion management unit 15 , policy management unit 16 and conversion components 17 shown in FIG. 5 are all software programs.
  • FIG. 6 shows a file policy managed by the policy management unit 16 shown in FIG. 5.
  • a policy is classified into five categories: constraints, relation, procedures, exceptional process and scheme definition. Of these categories, the constraints correspond to the starting timing described with reference to FIG. 4, the relation, procedure and exceptional process correspond to the processing logic, and the scheme definition corresponds to the data structure.
  • the constraints corresponding to the starting timing are conditions met by a file to start a conversion process.
  • the item to be referenced is a trigger ID corresponding to a file condition.
  • the trigger designation conditions for starting conversion include the opening, closing, name modification (renaming), generation (creation), deletion (removal), linking of a file and the like, and also include the generation and deletion and the like of a directory.
  • the general trigger designation conditions for example, a daily specific time, the existence of a file itself and the like can also be designated in addition to a file attribute, that is, scheme definition modification and the like.
  • the relation as processing logic that is, conversion logic indicates correspondence between a conversion source and conversion destination.
  • a plurality of conversion destinations is also available.
  • the items to be referenced are both a pass name and a relation ID corresponding to a procedure ID.
  • the procedures mean a series of processes from conversion start until the end.
  • the procedure ID corresponds to adaptor designation, an XSLT (Extensible Style-sheet Language Transformations) for describing conversion rules for converting the structure of an XML (Extensible Mark-up Language) document into another format and the like.
  • XSLT Extensible Style-sheet Language Transformations
  • the exceptional process indicates an error notification method in the case where there is a failure during file conversion and the like.
  • the items to be referenced are an e-mail address for indicating the notification destination of an error, the file name of a log for recording an error and the like.
  • the scheme definition defines the respective data structure of both conversion source and conversion destination and, for example, describes syntax/semantics in an XML scheme language.
  • the item to be referenced is an XML scheme or non-XML file information. This non-XML file information is also used as the scheme definition of an XML document after conversion and provides unique vocabularies.
  • FIG. 7 shows the component configuration of a data management mechanism in the preferred embodiment.
  • the data management mechanism comprises an overall control unit 20 , a trigger control unit 21 , a policy management unit 22 , a file policy unit 23 , a conversion process control unit 24 , conversion functional components 25 , an exceptional process unit 26 and an operational interface unit 27 .
  • the overall control unit 20 , trigger control unit 21 , policy management unit 22 , conversion process control unit 24 , conversion functional components 25 , exceptional process unit 26 and operational interface unit 27 are all basically implemented by software.
  • the overall control unit 20 distributes processes in order to control the entire data management mechanism.
  • the unit 20 coordinates necessary information and calls up a target component.
  • the policy management unit 22 manages policy information designated for a file.
  • the unit 22 controls the registration, deletion, reference and update of the policy described with reference to FIG. 6.
  • the conversion process control unit 24 selects necessary conversion functional components 25 according to the policy information designated for a file, starts the conversion functional components 25 by setting parameters needed for the process. Then, the unit 24 waits for the completion of the process, judges the completion state and enables a necessary process, for example, an exceptional process and the like.
  • the trigger control unit 21 detects trigger conditions designated by a policy, that is, the constraints described above, and notifies the overall control unit 20 of the result.
  • a policy that is, the constraints described above
  • the operational interface unit 27 interfaces the data management mechanism with the user of policy information.
  • the unit 27 comprises both an interface at a command level and a Web interface.
  • the unit 27 also receives a manual data conversion request from a user and individually interfaces with middleware.
  • the conversion functional components (group) 25 actually convert data in a file.
  • the components 25 mean an XSLT processor and the like.
  • the components 25 mean a general ETL(Extraction, Transformation and Loading) tool, that is, an existing file conversion facility, such as a tool for performing extraction, transformation and loading in order to integrate distributed data.
  • the exceptional process unit 26 performs the post processes of a variety of processes, such as a data conversion process and the like.
  • the unit 26 issues a message for an exceptional process, such as the logging of a process result, an error process, etc., and performs mail notification and the like.
  • FIGS. 8 and 9 are flowcharts showing the processes of the preferred embodiment. These flowcharts show only processes directly related to the present invention, and the description of the conventional processes as a file system, such as the transfer of a process result to a job application unit and the like, which are described later, are omitted here.
  • FIG. 8 is a flowchart showing a process in response to the policy operational request of a user, that is, a request for the registration, update, deletion, reference or the like of a policy.
  • the operational interface unit 27 receives an operational request from a user and in step S 2 requests the overall control unit 20 to process the operation.
  • step S 3 the overall control unit 20 receives the request and in step S 4 the unit 20 checks the process content. If it is judged that the process should be the process of a policy operation, in step S 5 the unit 20 requests the policy management unit 22 to perform the process. If the process is not the process of a policy operation, the unit 20 moves to another process.
  • step S 6 the policy management unit 22 receives the requested process and in step S 7 the unit 22 checks the process content. Then, in step S 8 the unit 22 refers to, registers or deletes a policy and in step S 9 the unit 22 notifies the overall control unit 20 of the process result.
  • step S 10 the overall control unit 20 checks whether the process result is exceptional. If the process is not exceptional, in step S 11 the unit 20 checks conversion conditions to judge whether data must be converted. If the conversion conditions are met, in step S 3 a process for calling up the conversion process control unit 24 is received as a reflexive call-up and the processes in and after step S 4 are performed. In this case, data conversion is requested as another process.
  • step S 10 If in step S 10 the overall control unit 20 checks the process result and judges that an exceptional process should be performed, in step S 12 a request for an exceptional process is issued to the exceptional process unit 26 .
  • step S 13 the exceptional process unit 26 receives this request, in step S 14 the unit 26 performs the exceptional process and in step S 15 the unit 26 notifies the overall control unit 20 of the process result.
  • step S 16 the overall control unit 20 receives this process results and in step S 17 the unit 20 notifies the operational interface unit 27 of the process result.
  • step S 17 the overall control unit 20 also notifies the operational interface unit 27 of the process result.
  • step S 18 the operational interface unit 27 receives the process result and in step S 19 the unit 27 notifies the user of the result.
  • FIG. 9 is a flowchart showing the automatic data conversion/distribution process.
  • the trigger control unit 21 detects a trigger for exchanging data
  • the unit 21 requests the overall control unit 20 to perform the process.
  • step S 23 the overall control unit 20 receives this request and in step S 24 the unit 20 checks the process content. If the unit 20 judges that the process is a conversion trigger process, in step S 25 the unit 20 requests the policy management unit 22 to perform the process.
  • step S 26 the policy management unit 22 receives this request and in step S 27 the unit 22 checks the process content. Then, in step S 28 the unit 22 refers to the content of the file policy unit (policy storing file) 23 and in step S 29 the unit 22 notifies the overall control unit 20 of the process result.
  • step S 28 the unit 22 refers to the content of the file policy unit (policy storing file) 23 and in step S 29 the unit 22 notifies the overall control unit 20 of the process result.
  • step S 30 the overall control unit 20 receives this process result and in step S 31 the unit 20 judges whether data conversion conditions are met. If the conversion conditions are met, in step S 32 the unit 20 requests the conversion process control unit 24 to perform the process and in step S 33 the unit 20 notifies the trigger control unit 21 of the process result. If the conversion conditions are not met, in step S 33 the unit 20 immediately notifies the trigger control unit 21 of the process result. If the unit 20 requests the conversion process control unit 24 to perform a data conversion process, only the process request is made known to the trigger control unit 21 since conversion generally takes a lot of time.
  • step S 34 the trigger control unit 21 receives this process result and in step S 35 the unit 21 returns to a trigger detection waiting state.
  • step S 36 the conversion process control unit 24 receives a data conversion process request from the overall control unit 20 and in step S 37 the unit 24 assembles parameters needed for conversion. Then, in step S 38 the unit 24 calls up the conversion functional components 25 to perform the process and receives the result. Then, in step S 39 the unit 24 notifies the overall control unit 20 of the process result.
  • step S 23 the overall control unit 20 receives the process result of this data conversion and, for example, transfers data 18 to the job application unit 19 as a conversion result, as described with reference to FIG. 5. However, the description of the process is omitted. If it is judged that the result is the notice of the data conversion result when this data conversion result is checked in step S 24 , the overall control unit 20 checks the process result. However, if as the check result, there is a conversion error, in step S 41 the unit 20 calls up the exceptional process unit 26 and terminates the process.
  • the operational interface unit 27 If a user manually requests data conversion/distribution process, the request is inputted to the operational interface unit 27 instead of the trigger control unit 21 described with reference to FIG. 9. Then, the operational interface unit 27 requests the overall control unit 20 to perform the process, and the processes in and after step S 23 are performed. The final conversion result and the like are provided to the user through the operational interface unit 27 .
  • FIG. 10 shows the first configuration example of such a system.
  • the data management mechanism described with reference to FIG. 7 is mounted in a file system layer and is incorporated into one system running a job application program.
  • a file system 30 comprising all the components, including the overall control unit 20 through the operational interface unit 27 that constitute a data management mechanism, are provided in addition to a file system 31 for performing file input/output control as a conventional process.
  • the data management mechanism is managed by an operating system for managing the file system, the mechanism operates independently from an application program even in the system.
  • the file system 31 is also basically implemented by software.
  • a file generated by the job application unit 12 is inputted through the file system 31 for performing file input/output control as a conventional process, and a conversion result is provided to the job application unit 19 through the file system 31 .
  • a data management mechanism into a system running a job application program, data and an application program can be separated.
  • middleware 32 can directly exchange data with the operational interface unit 27 .
  • apart of the process performed by the middleware 32 can be performed by the data management mechanism without working through the file system 31 for performing the conventional process.
  • the content of a Web page, the location and the style can be handled as objects, and document object model (DOM) storing file generation and performing serialization and excuting the partial reference function for performing control using a script language, and the storage/combination of a simple object access protocol (SOAP) of complex documents(input/output of an envelope), which are communications regulations for calling up data or services stored in another computer, based on an XML, HTTP and the like can be performed by the data management mechanism.
  • SOAP simple object access protocol
  • FIG. 11 shows the second configuration example of a data processing system incorporating the data management mechanism of the preferred embodiment.
  • a server and storage equipment communicate with each other through a network and a data management mechanism is mounted in the file system layer of a network-attached storage (NAS) server for implementing centered storage management.
  • NAS network-attached storage
  • the data management mechanism is incorporated in a system different from a system running a job application program.
  • components of the overall control unit 20 through the operational interface unit 27 in addition to the file system 31 for performing the conventional process are contained in the file system 30 of an NAS server 35 . Then, a file generated by a job system 36 is inputted to the file system 30 through an NSA head 37 for mediating an access request for storage and the conversion result is provided to the job application unit 19 in another job system 38 through the NSA head 37 .
  • both the separation of data management from the job application and the reduction of used resources on the job system side, such as a memory, a CPU and the like, can be implemented.
  • FIG. 12 shows the third configuration example of a data processing system incorporating a data management mechanism.
  • the data management mechanism of the preferred embodiment is mounted in the general application layer of the NAS server 35 .
  • the NAS head 37 and system call hook pre-monitor unit 40 shown in FIGS. 11 and 12 are also implemented by software.
  • FIG. 13 shows the fourth configuration example of a system using the data management mechanism of the preferred embodiment.
  • the entire data management mechanism is neither incorporated into one system nor one server, and all the components shown in FIG. 7 are distributed among and incorporated into a variety of servers.
  • both the NAS head 37 and trigger control unit 21 are incorporated into an NAS server 45
  • both the overall control unit 20 and exceptional process unit 26 are incorporated into a control server 46
  • the policy management unit 22 , operational interface unit 27 and file policy unit 23 are incorporated into a policy server 47
  • both the conversion process control unit 24 and conversion functional components 25 are incorporated into a conversion server 48
  • the file system 31 is incorporated into a disk server 49 .
  • Each of the NAS server 45 and policy server 47 is dualized to prepare for failure, and one is used as a standby server. Since n of the control servers 46 , n of the conversion servers 48 and n of the disk servers are provided, the load share for parallel operation and the capacity of the entire file system can be secured.
  • FIGS. 14 and 15 show application examples of a job for exchanging data between a plurality of job servers.
  • FIG. 14 shows a conventional method.
  • FIG. 15 shows the method of the present invention.
  • data generated by a user are stored without performing any other process and simultaneously, data obtained by converting the data are automatically generated without using the resources of the job server generating data in the first place.
  • data obtained by converting the data are automatically generated without using the resources of the job server generating data in the first place.
  • a plurality of pieces of departmental data are generated from company data and are disclosed to respective departmental servers.
  • a server at headquarters uses an application program to generate company data and divides the data.
  • a plurality of pieces of departmental data specifically, three pieces of data for department 1 through department 3 are generated.
  • Each piece of data is transferred to a respective file attached to the respective server of department 1 through department 3 .
  • the company data generated by the headquarter server 51 are transmitted, for example, to an NSA server 52 , are divided into a plurality of pieces of data for department 1 through department 3 by the data management mechanism in the NSA server 52 and are provided to the departmental servers 1 through 3 , respectively, by file transfer.
  • company data can be divided into a plurality of pieces of departmental data by using the generation completion of a company data file as a trigger.
  • a case where different operating systems (OS) are used between different pairs of servers connected to the NAS server 52 can also be considered.
  • OS operating systems
  • a case where the operating system of the server at headquarters 51 is of a UNIX (trademark) type and the operating system of each departmental server 53 is of a Windows NT (trademark) type can also be considered.
  • a system in which the NSA server 52 is used by a plurality of servers, each with a different operating system can also be configured.
  • each of a UNIX type server and a Windows type server has a different access method to the NSA server 52 .
  • FIG. 16 shows the system configuration in the case where the server at headquarters 51 is of a UNIX (trademark) type and each departmental server 53 is of a Windows (trademark) type.
  • a UNIX (trademark) server remotely accesses a file by a network file system (NFS) protocol
  • a Windows (trademark) server remotely accesses a file by a common Internet file system (CIFS) protocol. Therefore, both a server for an NFS protocol and a server for a CIFS protocol must be prepared in the NSA head.
  • NFS network file system
  • CIFS common Internet file system
  • Each of a UNIX (trademark) system and a Windows system also has a different character code and data expression.
  • Extension UNIX (trademark) code (EUC) and Shift JIS (SJIS) code are used as the standard character codes of data handled in a UNIX (trademark) system and a Windows system, respectively.
  • either character code information or data expression information is handled as a scheme definition (one of policies) and both the character code and data expression format can also be simultaneously converted. Therefore, a user can use conversion results without regard to differences in both character code and data expression.
  • FIGS. 17 and 18 show application examples of a job in which an Internet service provider for providing contents using a plurality of Web servers collects Web content click logs for each content provider and reports the corresponding collection result to each content provider.
  • respective click logs recorded in Web servers 1 through 3 are provided to a collection/analysis server by file transfer, data are collected in the collection/analysis server using an application program and the entire log data are obtained. Then, the data are distributed and the respective click log collection results of contents 1 through 4 are obtained. Then, the respective click log collection results are reported to respective content providers.
  • a network storage system is adopted.
  • the respective click logs of Web servers 1 through 3 are stored in respective log files in an NSA server 55 .
  • the data management mechanism collects the respective click logs as the entire log data, distributes the entire log data for each content and reports the respective pieces of log data to the respective content providers 56 .
  • FIG. 19 shows the configuration of such a computer system, that is, a hardware environment.
  • such a computer system comprises a central processing unit (CPU) 70 , a read-only memory (ROM) 71 , a random-access memory (RAM) 72 , a communications interface 73 , a storage device 74 , an input/output device 75 , a portable storage medium reading device 76 and a bus connecting all the units and devices.
  • CPU central processing unit
  • ROM read-only memory
  • RAM random-access memory
  • communications interface 73 a communications interface 73
  • storage device 74 an input/output device 75
  • portable storage medium reading device 76 and a bus connecting all the units and devices.
  • the storage device 74 various forms of storage devices, such as a hard disk, magnetic disk and the like can be used.
  • the programs shown in the flowcharts in FIGS. 8 and 9 and the programs described in claims 9 and 10 in “What is claimed is:” of this Specification are stored in such a storage device 74 or the ROM 71 .
  • the CPU 70 executing such programs, both the data management of the preferred embodiment and the separation between data and an application program can be implemented.
  • Such programs can also be stored, for example, in the storage device 74 through first a network 79 and then the communications interface 73 from an information provider 78 side.
  • such programs can be stored in a portable storage medium 80 that is put on the market and is distributed, the medium 80 can be set in the reading device 76 and the CPU 70 can execute the programs.
  • the portable storage medium 80 various forms of storage media, such as a CD-ROM, a flexible disk, an optical disk, a magneto-optical disk and the like, can be used.
  • the resources such as a memory, a CPU and the like, of a system running a job application program are saved, and data conversion/distribution process and job application can be independently performed without synchronization.
  • job application and data management can truly be separated. Firstly, job application can be performed in an arbitrary system, and a job application unit can be freely mounted according to system load since the mounting freedom of a job application unit can be extended.

Abstract

A data management mechanism comprises a unit 2 for managing data attributes, including a data conversion policy, a unit 3 for detecting timing for data conversion and/or distribution as a trigger, a unit 4 for converting and/or distributing data depending on a data attribute managed by the unit 2 when the unit 3 detects the trigger. The data management mechanism is managed by an operating system for managing a file system and operates independently from an application program.

Description

    BACKGROUND OF THE INVENTION
  • 1. Field of the Invention [0001]
  • The present invention relates to a data management system, and specifically, it relates to a data management mechanism for separating a job application program from data by managing data attributes and also managing data conversion logic and data conversion timing as file attributes, that is, a policy. [0002]
  • 2. Description of the Related Art [0003]
  • In a file system as one of the conventional data management mechanisms, although both the location management of data as a file and a data access method have been provided, the file system has basically had no relation with the data content/structure and a user has defined data processing logic by an application program. [0004]
  • FIG. 1 shows a conventional file system. In the system, only physical data attributes are managed on the file system side, and data structure, file process starting timing and processing logic are all managed on the application program (job application) side. [0005]
  • FIG. 2 shows a conventional database management system (DBMS). In FIG. 2, on the DBMS side, both physical data attributes and the data structure are managed and the design load of the application program is somewhat reduced. However, both data input/output starting timing and data processing logic are managed on the application program side. In such systems, a system in which a job application program operates generally manages data. [0006]
  • In the conventional data management system described above, not only data input/output, but also data process starting timing and process logic must be described as programs on the job application side. Therefore, time and labor is required to develop a job application program, which is a problem. [0007]
  • Since all data processing, including data, belong to the server of a system in which a job application program operates, a job application cannot be simply transferred to another server when the server load increases. Therefore, it is difficult to control load balance, which is another problem. [0008]
  • Furthermore, a new job application must be added taking into consideration the resource conditions of a system in which an existing job application program operates, which is another problem. [0009]
  • SUMMARY OF THE INVENTION
  • It is an object of the present invention to provide a data management mechanism for separating job application management from the management of data conversion/distribution and the like in order to solve the problems described above. In one aspect of the present invention, a data management mechanism for managing data, including data in a file system, comprises an attribute management unit managing data attributes, including a data conversion policy, a trigger detection unit detecting timing for data conversion and/or distribution as a trigger and a data conversion/distribution unit processing data conversion and/or distribution depending on the data attribute managed by the attribute management unit when the trigger is detected. The aspect is configured so as to be managed by an operating system for managing the file system and to operate independently from an application program.[0010]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 shows an example of a conventional file system; [0011]
  • FIG. 2 shows an example of a conventional database management system; [0012]
  • FIG. 3 shows the basic configuration of the present invention; [0013]
  • FIG. 4 shows the data management concept of the present invention; [0014]
  • FIG. 5 shows the basic data converting operation of the present invention; [0015]
  • FIG. 6 shows the file policy; [0016]
  • FIG. 7 shows the component configuration of the data management mechanism; [0017]
  • FIG. 8 is a flowchart showing the process of a policy operation by a user; [0018]
  • FIG. 9 is a flowchart showing the automatic data conversion/distribution process; [0019]
  • FIG. 10 shows the first configuration example of a system incorporating the data management mechanism; [0020]
  • FIG. 11 shows the second configuration example of a system incorporating the data management mechanism; [0021]
  • FIG. 12 shows the third configuration example of a system incorporating the data management mechanism; [0022]
  • FIG. 13 shows the fourth configuration example of a system incorporating the data management mechanism; [0023]
  • FIG. 14 shows a conventional data exchanging method between a plurality of job servers; [0024]
  • FIG. 15 shows the data exchange method between a plurality of job servers of the present invention; [0025]
  • FIG. 16 shows the system configuration in the case where a server at headquarters and a departmental server is of a UNIX (trademark) type and Windows (trademark) type, respectively; [0026]
  • FIG. 17 shows a conventional method for reporting a content click log collection result; [0027]
  • FIG. 18 shows the method for reporting a content click log collection result of the present invention; and [0028]
  • FIG. 19 shows the loading onto a computer of a program for implementing the present invention.[0029]
  • DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • FIG. 3 shows the basic configuration of the [0030] data management mechanism 1 of the present invention. FIG. 3 shows the basic configuration of the data management mechanism for managing data, including data in a file system, that is, for exchanging/distributing data.
  • In FIG. 3, an [0031] attribute management unit 2 manages data attributes, including a data conversion policy, such as the correspondence between conversion source and conversion destination, a series of processes from conversion start to the end and the like.
  • A [0032] trigger detection unit 3 detects timing for data conversion and/or distribution as a trigger. The trigger detecting conditions include the opening, closing, generation and deletion of a file and the like and also include the generation and deletion of a directory and the like. The conditions also include the modification of a file attribute and the like.
  • A data conversion/[0033] distribution unit 4 manages data conversion and/or distribution depending on the data attribute managed by the attribute management unit 2 when a trigger is detected.
  • According to the present invention, this [0034] data management mechanism 1 is managed by an operating system for managing a file system and operates independently from an application program.
  • In the preferred embodiment of the present invention, the data management mechanism can also be incorporated into a file system. Alternatively, this file system can be incorporated into a system running an application program. In this case, the data management mechanism can further comprise an operational interface unit exchanging information needed to interface with middleware in the system running an application program. [0035]
  • In the preferred embodiment of the present invention, the data management mechanism can also be incorporated into a network-attached storage system for implementing centered storage management through a network among one or more systems running an application program. [0036]
  • In this case, the data management mechanism can be also mounted in the file system layer of the network-attached storage system. Alternatively, the data management mechanism can be also mounted in the application layer of the network-attached storage system and can further comprise a system call monitor unit comprising commands for the opening, closing, renaming, generation and removal of a link to a file and the like, monitoring a system call that is called up before a system call for converting/distributing the data is executed and providing the detection of the called system call to the [0037] trigger detection unit 3 as a trigger.
  • Then, in a data management system for managing data, including data in a file system, an attribute management unit managing data attributes, including a data conversion policy, a trigger detection unit detecting timing for data conversion and/or distribution as a trigger and data conversion/distribution units converting and/or distributing data depending on the data attribute managed by the attribute management unit when the trigger is detected, are distributed and provided in two or more servers, and the data management system operates independently from an application program. [0038]
  • In the preferred embodiment of the present invention, the [0039] data management mechanism 1, attribute management unit 2, trigger detection unit 3, data conversion/distribution unit 4, operational interface unit and system call monitor unit can all be implemented by software.
  • According to the present invention, the steps of detecting timing for data conversion and/or distribution as a trigger, referring to a data conversion and/or distribution policy when the trigger is detected and converting and/or distributing data depending the content of the policy are programmed to be executed by a computer with a data management mechanism for converting and/or distributing data. [0040]
  • According to the present invention, the steps of detecting timing for data conversion and/or distribution as a trigger, referring to a data conversion and/or distribution policy when the trigger is detected and converting and/or distributing data depending on the content of the policy are programmed and stored in a computer-readable portable storage medium to be used by a computer with a data management mechanism for converting and/or distributing data. [0041]
  • As described above, according to the present invention, data conversion/distribution can be executed independently from an application program and thereby job application and data management can be separated. [0042]
  • The preferred embodiments of the present invention are described in detail below. [0043]
  • FIG. 4 shows the basic concept of the present invention. In FIG. 4, although a [0044] job application unit 10 and a file system 11 are connected, for example, by the same interface used in FIG. 1, physical data attributes, data structure, file starting timing, process logic and the like are all managed on the file system side 11, unlike FIG. 1.
  • FIG. 5 shows the basic data converting operation in the preferred embodiment of the present invention. In FIG. 5, it is assumed that data generated by a [0045] job application unit 12 are converted and provided to a job application unit 19.
  • When a [0046] trigger management unit 14 detects the data conversion starting conditions of the data 13, for example, in a file of the name “a.xml” provided by the job application unit 12, the detection result is provided to a conversion management unit 15. The conversion management unit 15 refers to a file conversion policy managed by a policy management unit 16 and detects if the data 13 should be converted and copied, depending on the given trigger. Then, the conversion management unit 15 drives conversion components 17. The conversion components 17 convert the data 13 and provide data 18 in a file of the name “a.html” to the job application unit 19 as the process result.
  • In this case, the [0047] trigger management unit 14, conversion management unit 15, policy management unit 16 and conversion components 17 shown in FIG. 5 are all software programs.
  • FIG. 6 shows a file policy managed by the [0048] policy management unit 16 shown in FIG. 5. In FIG. 6, a policy is classified into five categories: constraints, relation, procedures, exceptional process and scheme definition. Of these categories, the constraints correspond to the starting timing described with reference to FIG. 4, the relation, procedure and exceptional process correspond to the processing logic, and the scheme definition corresponds to the data structure.
  • The constraints corresponding to the starting timing are conditions met by a file to start a conversion process. The item to be referenced is a trigger ID corresponding to a file condition. [0049]
  • The trigger designation conditions for starting conversion include the opening, closing, name modification (renaming), generation (creation), deletion (removal), linking of a file and the like, and also include the generation and deletion and the like of a directory. Furthermore, the general trigger designation conditions, for example, a daily specific time, the existence of a file itself and the like can also be designated in addition to a file attribute, that is, scheme definition modification and the like. [0050]
  • The relation as processing logic, that is, conversion logic indicates correspondence between a conversion source and conversion destination. A plurality of conversion destinations is also available. The items to be referenced are both a pass name and a relation ID corresponding to a procedure ID. [0051]
  • The procedures mean a series of processes from conversion start until the end. The procedure ID corresponds to adaptor designation, an XSLT (Extensible Style-sheet Language Transformations) for describing conversion rules for converting the structure of an XML (Extensible Mark-up Language) document into another format and the like. [0052]
  • The exceptional process indicates an error notification method in the case where there is a failure during file conversion and the like. The items to be referenced are an e-mail address for indicating the notification destination of an error, the file name of a log for recording an error and the like. [0053]
  • The scheme definition defines the respective data structure of both conversion source and conversion destination and, for example, describes syntax/semantics in an XML scheme language. The item to be referenced is an XML scheme or non-XML file information. This non-XML file information is also used as the scheme definition of an XML document after conversion and provides unique vocabularies. [0054]
  • FIG. 7 shows the component configuration of a data management mechanism in the preferred embodiment. In FIG. 7, the data management mechanism comprises an [0055] overall control unit 20, a trigger control unit 21, a policy management unit 22, a file policy unit 23, a conversion process control unit 24, conversion functional components 25, an exceptional process unit 26 and an operational interface unit 27.
  • Of these units, the [0056] overall control unit 20, trigger control unit 21, policy management unit 22, conversion process control unit 24, conversion functional components 25, exceptional process unit 26 and operational interface unit 27 are all basically implemented by software.
  • The [0057] overall control unit 20 distributes processes in order to control the entire data management mechanism. The unit 20 coordinates necessary information and calls up a target component.
  • The [0058] policy management unit 22 manages policy information designated for a file. The unit 22 controls the registration, deletion, reference and update of the policy described with reference to FIG. 6.
  • The conversion [0059] process control unit 24 selects necessary conversion functional components 25 according to the policy information designated for a file, starts the conversion functional components 25 by setting parameters needed for the process. Then, the unit 24 waits for the completion of the process, judges the completion state and enables a necessary process, for example, an exceptional process and the like.
  • The [0060] trigger control unit 21 detects trigger conditions designated by a policy, that is, the constraints described above, and notifies the overall control unit 20 of the result. There are many mounting methods of the trigger control unit 21: the first pattern of incorporating the trigger control unit 21 into a file system, that is, a pattern of obtaining information about a trigger from a file system, the second pattern of using the trigger control unit 21 as a hook for a system call called up before a system call, such as the opening and closing and the like of a file, is executed, and the third pattern of starting the trigger control unit 21 at specific time intervals as a general application program and detects the system condition and the like.
  • The [0061] operational interface unit 27 interfaces the data management mechanism with the user of policy information. The unit 27 comprises both an interface at a command level and a Web interface. The unit 27 also receives a manual data conversion request from a user and individually interfaces with middleware.
  • The conversion functional components (group) [0062] 25 actually convert data in a file. In the case of an XML document, the components 25 mean an XSLT processor and the like. In the case of a non-XML document, the components 25 mean a general ETL(Extraction, Transformation and Loading) tool, that is, an existing file conversion facility, such as a tool for performing extraction, transformation and loading in order to integrate distributed data.
  • The [0063] exceptional process unit 26 performs the post processes of a variety of processes, such as a data conversion process and the like. The unit 26 issues a message for an exceptional process, such as the logging of a process result, an error process, etc., and performs mail notification and the like.
  • FIGS. 8 and 9 are flowcharts showing the processes of the preferred embodiment. These flowcharts show only processes directly related to the present invention, and the description of the conventional processes as a file system, such as the transfer of a process result to a job application unit and the like, which are described later, are omitted here. [0064]
  • FIG. 8 is a flowchart showing a process in response to the policy operational request of a user, that is, a request for the registration, update, deletion, reference or the like of a policy. In FIG. 8, first, in step S[0065] 1 the operational interface unit 27 receives an operational request from a user and in step S2 requests the overall control unit 20 to process the operation.
  • In step S[0066] 3 the overall control unit 20 receives the request and in step S4 the unit 20 checks the process content. If it is judged that the process should be the process of a policy operation, in step S5 the unit 20 requests the policy management unit 22 to perform the process. If the process is not the process of a policy operation, the unit 20 moves to another process.
  • In step S[0067] 6 the policy management unit 22 receives the requested process and in step S7 the unit 22 checks the process content. Then, in step S8 the unit 22 refers to, registers or deletes a policy and in step S9 the unit 22 notifies the overall control unit 20 of the process result.
  • Upon receipt of this result, in step S[0068] 10 the overall control unit 20 checks whether the process result is exceptional. If the process is not exceptional, in step S11 the unit 20 checks conversion conditions to judge whether data must be converted. If the conversion conditions are met, in step S3 a process for calling up the conversion process control unit 24 is received as a reflexive call-up and the processes in and after step S4 are performed. In this case, data conversion is requested as another process.
  • If in step S[0069] 10 the overall control unit 20 checks the process result and judges that an exceptional process should be performed, in step S12 a request for an exceptional process is issued to the exceptional process unit 26.
  • In step S[0070] 13, the exceptional process unit 26 receives this request, in step S14 the unit 26 performs the exceptional process and in step S15 the unit 26 notifies the overall control unit 20 of the process result.
  • In step S[0071] 16 the overall control unit 20 receives this process results and in step S17 the unit 20 notifies the operational interface unit 27 of the process result.
  • If in step S[0072] 11 the conversion conditions are not met, in step S17 the overall control unit 20 also notifies the operational interface unit 27 of the process result.
  • In step S[0073] 18 the operational interface unit 27 receives the process result and in step S19 the unit 27 notifies the user of the result.
  • FIG. 9 is a flowchart showing the automatic data conversion/distribution process. In FIG. 9, when in step S[0074] 21 the trigger control unit 21 detects a trigger for exchanging data, in step S22 the unit 21 requests the overall control unit 20 to perform the process.
  • In step S[0075] 23 the overall control unit 20 receives this request and in step S24 the unit 20 checks the process content. If the unit 20 judges that the process is a conversion trigger process, in step S25 the unit 20 requests the policy management unit 22 to perform the process.
  • In step S[0076] 26 the policy management unit 22 receives this request and in step S27 the unit 22 checks the process content. Then, in step S28 the unit 22 refers to the content of the file policy unit (policy storing file) 23 and in step S29 the unit 22 notifies the overall control unit 20 of the process result.
  • In step S[0077] 30 the overall control unit 20 receives this process result and in step S31 the unit 20 judges whether data conversion conditions are met. If the conversion conditions are met, in step S32 the unit 20 requests the conversion process control unit 24 to perform the process and in step S33 the unit 20 notifies the trigger control unit 21 of the process result. If the conversion conditions are not met, in step S33 the unit 20 immediately notifies the trigger control unit 21 of the process result. If the unit 20 requests the conversion process control unit 24 to perform a data conversion process, only the process request is made known to the trigger control unit 21 since conversion generally takes a lot of time.
  • In step S[0078] 34 the trigger control unit 21 receives this process result and in step S35 the unit 21 returns to a trigger detection waiting state.
  • In step S[0079] 36 the conversion process control unit 24 receives a data conversion process request from the overall control unit 20 and in step S37 the unit 24 assembles parameters needed for conversion. Then, in step S38 the unit 24 calls up the conversion functional components 25 to perform the process and receives the result. Then, in step S39 the unit 24 notifies the overall control unit 20 of the process result.
  • In step S[0080] 23 the overall control unit 20 receives the process result of this data conversion and, for example, transfers data 18 to the job application unit 19 as a conversion result, as described with reference to FIG. 5. However, the description of the process is omitted. If it is judged that the result is the notice of the data conversion result when this data conversion result is checked in step S24, the overall control unit 20 checks the process result. However, if as the check result, there is a conversion error, in step S41 the unit 20 calls up the exceptional process unit 26 and terminates the process.
  • If a user manually requests data conversion/distribution process, the request is inputted to the [0081] operational interface unit 27 instead of the trigger control unit 21 described with reference to FIG. 9. Then, the operational interface unit 27 requests the overall control unit 20 to perform the process, and the processes in and after step S23 are performed. The final conversion result and the like are provided to the user through the operational interface unit 27.
  • Next, configuration examples of the data processing system incorporating the data management mechanism of the preferred embodiment are described. FIG. 10 shows the first configuration example of such a system. [0082]
  • In this first configuration, the data management mechanism described with reference to FIG. 7 is mounted in a file system layer and is incorporated into one system running a job application program. In FIG. 10, a [0083] file system 30 comprising all the components, including the overall control unit 20 through the operational interface unit 27 that constitute a data management mechanism, are provided in addition to a file system 31 for performing file input/output control as a conventional process. In other words, although the data management mechanism is managed by an operating system for managing the file system, the mechanism operates independently from an application program even in the system. In this case, the file system 31 is also basically implemented by software.
  • In FIG. 10, for example, a file generated by the [0084] job application unit 12 is inputted through the file system 31 for performing file input/output control as a conventional process, and a conversion result is provided to the job application unit 19 through the file system 31. As described above, by incorporating a data management mechanism into a system running a job application program, data and an application program can be separated.
  • In FIG. 10, [0085] middleware 32 can directly exchange data with the operational interface unit 27. In other words, in cooperation with the middleware 32 in the job system, apart of the process performed by the middleware 32 can be performed by the data management mechanism without working through the file system 31 for performing the conventional process.
  • For example, in cooperation with an XML process function to be executed on the [0086] middleware 32 side, the content of a Web page, the location and the style can be handled as objects, and document object model (DOM) storing file generation and performing serialization and excuting the partial reference function for performing control using a script language, and the storage/combination of a simple object access protocol (SOAP) of complex documents(input/output of an envelope), which are communications regulations for calling up data or services stored in another computer, based on an XML, HTTP and the like can be performed by the data management mechanism.
  • In cooperation with a soft ware package operating on the middleware side, click log analysis, the performance management of enterprise application integration (EAI) for organically linking a plurality of computers used for business in an enterprise and for efficiently integrating data or processes, the data analysis of point-of-sales (POS), the processing of an SOAP-utilized soft ware package and the like can be performed by the data management mechanism. [0087]
  • FIG. 11 shows the second configuration example of a data processing system incorporating the data management mechanism of the preferred embodiment. In this example, a server and storage equipment communicate with each other through a network and a data management mechanism is mounted in the file system layer of a network-attached storage (NAS) server for implementing centered storage management. Specifically, the data management mechanism is incorporated in a system different from a system running a job application program. [0088]
  • In other words, in this second example, although a data management mechanism is controlled by an operating system for managing a file system, the mechanism operates independently from the application program of another system. [0089]
  • In FIG. 11, components of the [0090] overall control unit 20 through the operational interface unit 27 in addition to the file system 31 for performing the conventional process are contained in the file system 30 of an NAS server 35. Then, a file generated by a job system 36 is inputted to the file system 30 through an NSA head 37 for mediating an access request for storage and the conversion result is provided to the job application unit 19 in another job system 38 through the NSA head 37.
  • In this example, both the separation of data management from the job application and the reduction of used resources on the job system side, such as a memory, a CPU and the like, can be implemented. [0091]
  • FIG. 12 shows the third configuration example of a data processing system incorporating a data management mechanism. In this case, the data management mechanism of the preferred embodiment is mounted in the general application layer of the [0092] NAS server 35.
  • In the examples shown in FIGS. 10 and 11, for the trigger control mounting method described earlier, a pattern of incorporating the data management mechanism into the file system for performing the conventional process, is used. However, since in the third example, the data management mechanism is mounted in a general application layer, a hook is used for a system call, and as a result, a system call hook [0093] pre-monitor unit 40 for the monitor is added.
  • In this case, the [0094] NAS head 37 and system call hook pre-monitor unit 40 shown in FIGS. 11 and 12 are also implemented by software.
  • FIG. 13 shows the fourth configuration example of a system using the data management mechanism of the preferred embodiment. In this example, the entire data management mechanism is neither incorporated into one system nor one server, and all the components shown in FIG. 7 are distributed among and incorporated into a variety of servers. [0095]
  • Specifically, both the [0096] NAS head 37 and trigger control unit 21 are incorporated into an NAS server 45, and both the overall control unit 20 and exceptional process unit 26 are incorporated into a control server 46. The policy management unit 22, operational interface unit 27 and file policy unit 23 are incorporated into a policy server 47, and both the conversion process control unit 24 and conversion functional components 25 are incorporated into a conversion server 48. The file system 31 is incorporated into a disk server 49.
  • Each of the [0097] NAS server 45 and policy server 47 is dualized to prepare for failure, and one is used as a standby server. Since n of the control servers 46, n of the conversion servers 48 and n of the disk servers are provided, the load share for parallel operation and the capacity of the entire file system can be secured.
  • Next, application examples of the data management mechanism of the preferred embodiment are described compared with a conventional method with reference to FIGS. 14 through 18. FIGS. 14 and 15 show application examples of a job for exchanging data between a plurality of job servers. FIG. 14 shows a conventional method. FIG. 15 shows the method of the present invention. [0098]
  • If the present invention is used in this data exchange job, data generated by a user are stored without performing any other process and simultaneously, data obtained by converting the data are automatically generated without using the resources of the job server generating data in the first place. In this example, a plurality of pieces of departmental data are generated from company data and are disclosed to respective departmental servers. [0099]
  • In FIG. 14, first, using an application program, a server at headquarters generates company data and divides the data. As a result, a plurality of pieces of departmental data, specifically, three pieces of data for [0100] department 1 through department 3 are generated. Each piece of data is transferred to a respective file attached to the respective server of department 1 through department 3.
  • In FIG. 15, the company data generated by the [0101] headquarter server 51 are transmitted, for example, to an NSA server 52, are divided into a plurality of pieces of data for department 1 through department 3 by the data management mechanism in the NSA server 52 and are provided to the departmental servers 1 through 3, respectively, by file transfer. In this way, company data can be divided into a plurality of pieces of departmental data by using the generation completion of a company data file as a trigger.
  • In FIG. 15, a case where different operating systems (OS) are used between different pairs of servers connected to the [0102] NAS server 52 can also be considered. For example, a case where the operating system of the server at headquarters 51 is of a UNIX (trademark) type and the operating system of each departmental server 53 is of a Windows NT (trademark) type can also be considered. In this way, a system in which the NSA server 52 is used by a plurality of servers, each with a different operating system can also be configured. In this case, each of a UNIX type server and a Windows type server has a different access method to the NSA server 52.
  • FIG. 16 shows the system configuration in the case where the server at [0103] headquarters 51 is of a UNIX (trademark) type and each departmental server 53 is of a Windows (trademark) type. A UNIX (trademark) server remotely accesses a file by a network file system (NFS) protocol, while a Windows (trademark) server remotely accesses a file by a common Internet file system (CIFS) protocol. Therefore, both a server for an NFS protocol and a server for a CIFS protocol must be prepared in the NSA head.
  • Each of a UNIX (trademark) system and a Windows system also has a different character code and data expression. Extension UNIX (trademark) code (EUC) and Shift JIS (SJIS) code are used as the standard character codes of data handled in a UNIX (trademark) system and a Windows system, respectively. [0104]
  • In the system shown in FIG. 16, either character code information or data expression information is handled as a scheme definition (one of policies) and both the character code and data expression format can also be simultaneously converted. Therefore, a user can use conversion results without regard to differences in both character code and data expression. [0105]
  • FIGS. 17 and 18 show application examples of a job in which an Internet service provider for providing contents using a plurality of Web servers collects Web content click logs for each content provider and reports the corresponding collection result to each content provider. [0106]
  • According to the conventional method shown in FIG. 17, respective click logs recorded in [0107] Web servers 1 through 3 are provided to a collection/analysis server by file transfer, data are collected in the collection/analysis server using an application program and the entire log data are obtained. Then, the data are distributed and the respective click log collection results of contents 1 through 4 are obtained. Then, the respective click log collection results are reported to respective content providers.
  • In FIG. 18, a network storage system is adopted. In this case, the respective click logs of [0108] Web servers 1 through 3 are stored in respective log files in an NSA server 55. Then, the data management mechanism collects the respective click logs as the entire log data, distributes the entire log data for each content and reports the respective pieces of log data to the respective content providers 56.
  • Although the specific examples of the data management mechanism of the present invention have been described above, a system with this data management mechanism can be configured as a general computer system. FIG. 19 shows the configuration of such a computer system, that is, a hardware environment. [0109]
  • In FIG. 19, such a computer system comprises a central processing unit (CPU) [0110] 70, a read-only memory (ROM) 71, a random-access memory (RAM) 72, a communications interface 73, a storage device 74, an input/output device 75, a portable storage medium reading device 76 and a bus connecting all the units and devices.
  • For the [0111] storage device 74, various forms of storage devices, such as a hard disk, magnetic disk and the like can be used. The programs shown in the flowcharts in FIGS. 8 and 9 and the programs described in claims 9 and 10 in “What is claimed is:” of this Specification are stored in such a storage device 74 or the ROM 71. By the CPU 70 executing such programs, both the data management of the preferred embodiment and the separation between data and an application program can be implemented.
  • Such programs can also be stored, for example, in the [0112] storage device 74 through first a network 79 and then the communications interface 73 from an information provider 78 side. Alternatively, such programs can be stored in a portable storage medium 80 that is put on the market and is distributed, the medium 80 can be set in the reading device 76 and the CPU 70 can execute the programs. For the portable storage medium 80, various forms of storage media, such as a CD-ROM, a flexible disk, an optical disk, a magneto-optical disk and the like, can be used. By the reading device 76 reading the programs stored in such a storage device, data conversion/distribution in the preferred embodiment can be implemented.
  • As described above, in the preferred embodiments, by managing/performing data conversion on a data management mechanism side, the resources, such as a memory, a CPU and the like, of a system running a job application program are saved, and data conversion/distribution process and job application can be independently performed without synchronization. [0113]
  • Specifically, job application and data management can truly be separated. Firstly, job application can be performed in an arbitrary system, and a job application unit can be freely mounted according to system load since the mounting freedom of a job application unit can be extended. [0114]
  • Secondly, since there is no need to take into consideration data conversion/distribution, each job system can be operated independently. [0115]
  • Thirdly, in a job application side, a data structure representing desired data is designed, and a data input/output process is performed. Therefore, there is no need to incorporate data conversion/distribution logic into an application program, and thereby the design of a job application program is simplified. [0116]
  • The present invention can be implemented in a variety of forms without departing from the spirit and prime subject matter of the present invention. Therefore, the preferred embodiments described above are just examples in all respects and must not be considered restrictive. The scope of the present invention should be defined by “What is claimed is:” and should not be considered restricted by this Specification. Furthermore, variations and changes belonging to the equivalent scope of “What is claimed is:” are within the scope of the present invention. [0117]

Claims (11)

What is claimed is:
1. A data management mechanism for managing data, including data in a file system, and specifically for converting/distributing such data, comprising:
an attribute management unit managing data attributes, including a data conversion policy;
a trigger detection unit detecting timing for data conversion and/or distribution as a trigger; and
a data conversion/distribution unit converting and/or distributing data depending on a data attribute managed by the attribute management unit when the trigger is detected, which is managed by an operating system for managing the file system and operates independently from an application program.
2. The data management mechanism for converting/distributing data according to claim 1, which is incorporated into the file system.
3. Said file system including data management mechanism for converting /distributing data incorporated into a file system according to claim 2, which is further incorporated into a system running the application program.
4. The data management mechanism for converting/distributing data according to claim 1, further comprising:
an operational interface unit exchanging information to link a process between the data management mechanism and middleware in a system running the application program.
5. The data management mechanism for converting/distributing data according to claim 1, which is incorporated into a network-attached storage system for implementing centered storage management through a network between the data management mechanism and one or more systems running the application program.
6. The data management mechanism for converting/distributing data according to claim 5, which is mounted in a file system layer of the network-attached storage system.
7. The data management mechanism for converting/distributing data according to claim 5, which is mounted in an application layer of the network-attached storage system, further comprising:
a system call monitor unit monitoring a system call called up prior to a system call for the data conversion and/or distribution, including opening, closing, renaming, generation, removal and linking of a file, and providing detection of the called system call to said trigger detection unit as the trigger.
8. A data management system comprising a data management mechanism for managing data, including data in a file system, the data management mechanism comprising:
an attribute management unit managing data attributes, including a data conversion policy;
a trigger detection unit detecting timing for data conversion and/or distribution as a trigger; and
a data conversion/distribution unit converting and/or distributing data depending on data attributes managed by the attribute management unit when the trigger is detected, the units described above are distributed and provided in two or more servers, which operate independently from an application program.
9. A program used by a computer with a data management mechanism for converting and/or distributing data, for enabling the computer to execute the process, the process comprising:
detecting a trigger for timing for the data conversion and/or distribution;
referring to data conversion and/or distribution policy when the trigger is detected; and
converting and/or distributing data depending on a content of the policy.
10. A computer-readable portable storage medium used by a computer with a data management mechanism for converting and/or distributing data, for enabling the computer to execute a process, the process comprising:
detecting a trigger for timing for the data conversion and/or distribution;
referring to data conversion and/or distribution policy when the trigger is detected; and
converting and/or distributing data depending on a content of the policy.
11. A data management mechanism for managing data, including data in a file system, and specifically for converting/distributing such data, comprising:
attribute management means for managing data attributes, including a data conversion policy;
trigger detection means for detecting timing for data conversion and/or distribution as a trigger; and
data conversion/distribution means for converting and/or distributing data depending on a data attribute managed by the attribute management means when the trigger is detected, which is managed by an operating system for managing the file system and operates independently from an application program.
US10/098,417 2001-12-07 2002-03-18 Data management mechanism for converting and distributing data Abandoned US20030110155A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2001-374564 2001-12-07
JP2001374564A JP2003177948A (en) 2001-12-07 2001-12-07 Data management mechanism converting and distributing data

Publications (1)

Publication Number Publication Date
US20030110155A1 true US20030110155A1 (en) 2003-06-12

Family

ID=19183109

Family Applications (1)

Application Number Title Priority Date Filing Date
US10/098,417 Abandoned US20030110155A1 (en) 2001-12-07 2002-03-18 Data management mechanism for converting and distributing data

Country Status (3)

Country Link
US (1) US20030110155A1 (en)
EP (1) EP1318465A3 (en)
JP (1) JP2003177948A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7299237B1 (en) * 2004-08-19 2007-11-20 Sun Microsystems, Inc. Dynamically pipelined data migration
US20090210461A1 (en) * 2008-02-14 2009-08-20 Mcchord Austin Network Attached Storage System and Method
US20110010402A1 (en) * 2008-01-11 2011-01-13 Ken Takeuchi Data-driven database processor
US20140101281A1 (en) * 2012-10-09 2014-04-10 Microsoft Corporation Content management and delivery
US8949195B1 (en) * 2012-09-26 2015-02-03 Emc Corporation Method and system for multi-dimensional logging for enterprise applications
US9342536B2 (en) 2012-07-31 2016-05-17 International Business Machines Corporation Intent based automation of data management operations by a data management engine

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9043342B2 (en) 2009-12-29 2015-05-26 International Business Machines Corporation Method and system for policy driven data distribution
US8615792B2 (en) 2009-12-29 2013-12-24 International Business Machines Corporation Method and system for policy driven data disclosure
US8799299B2 (en) * 2010-05-27 2014-08-05 Microsoft Corporation Schema contracts for data integration
CN107451175B (en) * 2017-05-23 2020-01-31 创新先进技术有限公司 data processing method and device based on block chain

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5911776A (en) * 1996-12-18 1999-06-15 Unisys Corporation Automatic format conversion system and publishing methodology for multi-user network
US6085199A (en) * 1997-11-24 2000-07-04 International Business Machines Corporation Method for distributing a file in a plurality of different file formats
US6324551B1 (en) * 1998-08-31 2001-11-27 Xerox Corporation Self-contained document management based on document properties
US6389432B1 (en) * 1999-04-05 2002-05-14 Auspex Systems, Inc. Intelligent virtual volume access
US6567828B2 (en) * 1997-10-27 2003-05-20 Hitachi, Ltd. File format conversion method, and file system, information processing system, electronic commerce system using the method
US6643635B2 (en) * 2001-03-15 2003-11-04 Sagemetrics Corporation Methods for dynamically accessing, processing, and presenting data acquired from disparate data sources

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5911776A (en) * 1996-12-18 1999-06-15 Unisys Corporation Automatic format conversion system and publishing methodology for multi-user network
US6567828B2 (en) * 1997-10-27 2003-05-20 Hitachi, Ltd. File format conversion method, and file system, information processing system, electronic commerce system using the method
US6085199A (en) * 1997-11-24 2000-07-04 International Business Machines Corporation Method for distributing a file in a plurality of different file formats
US6324551B1 (en) * 1998-08-31 2001-11-27 Xerox Corporation Self-contained document management based on document properties
US6389432B1 (en) * 1999-04-05 2002-05-14 Auspex Systems, Inc. Intelligent virtual volume access
US6643635B2 (en) * 2001-03-15 2003-11-04 Sagemetrics Corporation Methods for dynamically accessing, processing, and presenting data acquired from disparate data sources

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7299237B1 (en) * 2004-08-19 2007-11-20 Sun Microsystems, Inc. Dynamically pipelined data migration
US20110010402A1 (en) * 2008-01-11 2011-01-13 Ken Takeuchi Data-driven database processor
US8316063B2 (en) 2008-01-11 2012-11-20 Rsun Corporation Data-driven database processor
US20090210461A1 (en) * 2008-02-14 2009-08-20 Mcchord Austin Network Attached Storage System and Method
US9342536B2 (en) 2012-07-31 2016-05-17 International Business Machines Corporation Intent based automation of data management operations by a data management engine
US9449033B2 (en) 2012-07-31 2016-09-20 International Business Machines Corporation Intent based automation of data management operations by a data management engine
US8949195B1 (en) * 2012-09-26 2015-02-03 Emc Corporation Method and system for multi-dimensional logging for enterprise applications
US20140101281A1 (en) * 2012-10-09 2014-04-10 Microsoft Corporation Content management and delivery
US9077765B2 (en) * 2012-10-09 2015-07-07 Microsoft Technology Licensing, Llc Content management and delivery

Also Published As

Publication number Publication date
JP2003177948A (en) 2003-06-27
EP1318465A3 (en) 2005-09-14
EP1318465A2 (en) 2003-06-11

Similar Documents

Publication Publication Date Title
US7689709B2 (en) Native format tunneling
CN1906613B (en) System and method for generating extensible file system metadata and file system content processing
US6971090B1 (en) Common Information Model (CIM) translation to and from Windows Management Interface (WMI) in client server environment
JP2779587B2 (en) Apparatus and method for making part of a namespace used for a computer system available as part of another namespace
US20040128616A1 (en) System and method for providing a runtime environment for active web based document resources
US10303698B2 (en) Content transfer
US20100161616A1 (en) Systems and methods for coupling structured content with unstructured content
CN100487689C (en) Holder selector used in global network service structure and its selection method
US20030093403A1 (en) System and method for implementing an event adapter
US20020120738A1 (en) Distributed data processing system and error analysis information saving method appropriate therefor
JPH0776939B2 (en) Communication network system
US20060294141A1 (en) Smart business object proxy
Baker et al. GridRM: an extensible resource monitoring system
US20030110155A1 (en) Data management mechanism for converting and distributing data
US20090063612A1 (en) Image forming apparatus and image forming system
US20020161615A1 (en) Workflow system
AU2002318987A1 (en) Content transfer
US7293269B2 (en) Method and system for identifying program module functionality needed by a computer when disconnected from a network
US6266697B1 (en) System automatically maintaining client under control of client, and a recording medium therefor
AU2002233933A1 (en) Database integrity in an internet e-commerce environment
US8136087B2 (en) In-line processing of standardized text values
JP2003067356A (en) Application linkage system and application linkage method
KR20050055240A (en) Integrated management system for matadata and method thereof
Cisco IBM Network Management
CN113672334A (en) Container management method and device

Legal Events

Date Code Title Description
AS Assignment

Owner name: FUJITSU LIMITED, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MINAGAWA, KUNIO;REEL/FRAME:012708/0498

Effective date: 20020225

STCB Information on status: application discontinuation

Free format text: ABANDONED -- AFTER EXAMINER'S ANSWER OR BOARD OF APPEALS DECISION