WO2022190409A1 - Node management system and node management method - Google Patents

Node management system and node management method Download PDF

Info

Publication number
WO2022190409A1
WO2022190409A1 PCT/JP2021/031618 JP2021031618W WO2022190409A1 WO 2022190409 A1 WO2022190409 A1 WO 2022190409A1 JP 2021031618 W JP2021031618 W JP 2021031618W WO 2022190409 A1 WO2022190409 A1 WO 2022190409A1
Authority
WO
WIPO (PCT)
Prior art keywords
service
node
update
information
user
Prior art date
Application number
PCT/JP2021/031618
Other languages
French (fr)
Japanese (ja)
Inventor
謙太 山崎
Original Assignee
株式会社日立製作所
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 株式会社日立製作所 filed Critical 株式会社日立製作所
Publication of WO2022190409A1 publication Critical patent/WO2022190409A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network

Definitions

  • the present invention relates to a node management system and a node management method.
  • a service linkage system that can reduce development man-hours and improve development speed by combining and linking multiple existing digital services has attracted attention. ing.
  • Such a system is also called iPaaS (Integration Platform as a Service), and by connecting multiple nodes representing the execution processing of each digital service on the GUI (Graphical User Interface), the cooperative processing between multiple digital services can be performed as a workflow. can be defined and executed as
  • a digital service generally implements a Web API (hereinafter sometimes referred to as a Web API), and the above nodes execute processing based on the specifications of the Web API.
  • a Web API hereinafter sometimes referred to as a Web API
  • the prior art document discloses a technique for generating a node based on a web API specification document.
  • Patent Literature 1 proposes a node creation method, but does not propose a node update method corresponding to digital service updates.
  • Non-Patent Literature 1 discloses a technique for defining cooperative processing between multiple digital services as a workflow by connecting multiple nodes that represent the execution processing of each digital service on the GUI as described above. is doing.
  • the node management system is a node management system that manages nodes used for defining digital services.
  • a node management system comprises a processor.
  • the processor (1) executes an update acquisition program to obtain service update information, and (2) executes an update execution program to execute the updated service requested using the service update information. Get the node update parameters for updating the node to be used and update the node.
  • the node management method is a node management method for managing nodes used for defining digital services.
  • the node management method includes (1) acquiring service update information, (2) acquiring node update parameters for updating a node used for executing the updated service obtained from the service update information, and updating the node. Update.
  • a node management system and a node management method capable of efficiently updating a node executing a digital service when an update occurs in the digital service. Therefore, when a digital service used by the digital service developer is updated, the iPaaS node executing the digital service can be updated efficiently.
  • FIG. 4 is a diagram showing a configuration example of node information; It is the figure which showed the structural example of notification information. It is the figure which showed the structural example of service cooperation program information.
  • FIG. 4 is a diagram showing a configuration example of node update policy information; It is the figure which showed the structural example of authentication information.
  • 10 is a flowchart showing an example of node update; 6 is a flowchart showing an example of node update execution; It is the flowchart which showed an example of service information update.
  • FIG. 11 is a flow chart showing an example of collective node update of different service cooperation programs;
  • FIG. 10 is a diagram showing an example of a node update notification display;
  • the configuration of the system (node management system) of the embodiment will be described with reference to FIG.
  • the system of the embodiment is an environment for executing a node update management system 100, a service developer computer 200 used by the service developer 20 for service development, a node generation computer 300, a service monitoring computer 400, and a service instance 510. It has an execution environment 500 and each component is connected by a network 10 .
  • Each component (100, 200, 300, 400, 500) can be operated by a computer equipped with a CPU, memory, hard disk, etc.
  • the form of operation may be an operation on each physically different computer, or may be an operation in a computer unit, which is a logical division of a physical computer called a virtual server.
  • the operation of each component (100, 200, 300, 400, 500) may be in units of tasks (also called processes or containers) executed on one computer or a plurality of computer clusters.
  • the network 10 may be a virtual network represented by the Internet, a local area network (LAN), a dedicated communication network, or a VLAN.
  • the node update management system 100 includes an update acquisition program 110, an update notification program 120, an update execution program 130, an information update program 140, a registry 150 storing node files 151, user information T110, and service information T210. , node information T310, notification information T410, service linkage program information T510 (shown as linkage tool information T510 in FIG. 1), node update policy information T610, and authentication information T710.
  • the node update management system 100 can acquire update information of the service used by the service developer 20 through processing of the update notification program 420 executed by the service monitoring computer 400.
  • the node update management system 100 may execute an API provided by the update notification program 420 to acquire update information.
  • the node update management system 100 may provide an API, and the service monitoring computer 400 may execute the API to transmit update information.
  • the node update management system 100 determines whether updating of the node executing the service is necessary based on the service update information acquired by executing the update acquisition program 110 .
  • the node update management system 100 executes the update notification program 120 to notify the user of the service of the update content.
  • the update notification program 120 is used to implement an interface function for receiving confirmation results of update contents from the user.
  • the service developer computer 200 used by the service developer 20 may be the notification destination of the update content, and the e-mail address or chat room used by the service developer 20 may be Notifications of updates may be sent. Any notification means that can be confirmed by the service developer 20 may be used, and the notification destination and notification mode are not particularly limited.
  • the node update management system 100 By executing the update execution program 130, the node update management system 100 causes the node generation program 310 to be executed to update the nodes that need to be updated.
  • the node generation program 310 may be a single program, or may be a program for each type of the service cooperation program 210 .
  • the node update management system 100 By executing the information update program 140, the node update management system 100 periodically checks the update information of the services managed using the update management program 410, and updates the user information T110, the service information T210, and the node information. and T310.
  • a node file 151 is held in the registry 150 .
  • one registry 150 is provided, but a plurality may be provided for each service developer 20 .
  • the registry 150 may be an npm registry, or if the node file 151 is configured in another program language, it may be a registry for each program language.
  • a storage that can be used via a network such as an FTP server or object storage may be used. It should be noted that there may be physical devices and wires connecting devices that are not described in this specification and drawings.
  • the computer 1910 comprises a memory 1920, a CPU 1930, an input/output IF 1940, a storage device 1950, a NW IF 1960 (sometimes referred to as a network interface 1960), and a GPU 1970. These are internal bus Connected at 1980.
  • the program is stored in storage device 1950 , loaded into memory 1920 and executed by CPU 1930 .
  • An operating system (OS) is loaded into the memory of all computers 1910 of the system in this embodiment and executed by the CPU 1930 .
  • the OS is shown as OS (P1000) in FIG.
  • All computers 1910 may be physical computers or virtual computers operating on physical computers.
  • the storage device 1950 of each computer 1910 is not an essential element, and instead may be, for example, an external storage device or a storage service that logically provides the functions of the storage device. In the system of this embodiment, the storage unit is configured to store such programs and data.
  • An example of the network interface 1960 included in each computer 1910 is a Network Interface Card (NIC), but other than this may be used.
  • NIC Network Interface Card
  • the computer 1910 may be provided with a keyboard and mouse as the input/output IF 1940, or may be provided with an output device such as a display.
  • the input IF 1940 is not an essential element when the computer is remotely managed via a network by means such as Secure Shell (SSH).
  • SSH Secure Shell
  • the GPU 1970 is not an essential element.
  • the programs and tables included in each computer may be included in the storage device 1950 provided in each computer 1910.
  • all programs are executed by a CPU 1930 (processor) provided in each computer.
  • all programs may be executed by other semiconductor devices (processors) having arithmetic functions.
  • all the programs included in the system in this embodiment may be executed by a plurality of different computers as described above, or may be executed by a single computer. Further, each program may be executed by one computer for all steps, or may be executed by a different computer for each step.
  • the computer 1910 may include components not described in this specification and drawings, wiring connecting the components, and the like.
  • FIG. 3 shows a configuration example of user information.
  • the user information T110 includes a user ID (T101) that identifies the service developer 20 who is the user of the node update management system 100, a service ID (T102) that identifies the service used by the user, Contains a node ID (T103) that identifies a node used by the user, notification information (T104) to the user, and a service linkage program ID (T105) used by the user. .
  • the user ID (T101) is information for uniquely identifying the service developer 20. For example, a serial number, a user account name, or an employee ID may be used. Anything other than that is acceptable.
  • the service ID (T102) is information for uniquely identifying the service information being used by the user. Anything else is acceptable.
  • a plurality of service IDs (T102) may exist for each user ID (T101).
  • the node ID (T103) is information for uniquely identifying the node being used by the user. For example, serial numbers or arbitrary character strings may be used. It's okay.
  • a plurality of node IDs (T103) may exist for each user ID (T101).
  • the notification information ID (T104) is information for uniquely identifying notification information for each user. For example, a serial number or an arbitrary character string may be used. Anything other than A plurality of notification information IDs (T104) may exist for each user ID (T101).
  • the service linkage program ID (T105) is information for uniquely identifying the service linkage program 210 being used by the user. Other values may be used as long as they can be identified.
  • a plurality of service linkage program IDs (T105) may exist for each user ID (T101).
  • FIG. 4 shows a configuration example of service information.
  • the service information T210 includes a service ID (T201) that identifies the service, a service name (T202) that indicates the service, a service description (T203) that describes the content of the service, and a current service version (T203) that indicates the current service version.
  • T204 current service API
  • T206 previous service version
  • T207 previous service API
  • the service ID (T201) is a value that matches the service ID (T102) of the user information T110.
  • the service name (T202) is set when the service developer 20 registers a service in the node update management system 100, or registers a service in the node update management system 100 via another system, and when the information update program 140 is executed. It is a value that is set when the service information is updated by , and any character string that indicates the service may be used.
  • the service description (T203) is provided when the service developer 20 registers a service in the node update management system 100, or registers a service in the node update management system 100 via another system, and when the information update program 140 is executed. It is a value that is set when the service information is updated by , and any character string that indicates the service description may be used.
  • the current service version (T204) is set when the service developer 20 registers a service in the node update management system 100, or when the service is registered in the node update management system 100 via another system. It is a value that is set when service information is updated by execution, and any number or character string indicating the current service version may be used.
  • the current service API (T205) is used when the service developer 20 registers a service in the node update management system 100 or registers a service in the node update management system 100 via another system. A value that is set when the service information is updated by execution.
  • the current service API (T205) indicates endpoint information, request information, and response information for using the corresponding service. All the information may be registered as a character string as long as the information can be distinguished, or a path to a file written in a format conforming to standard specifications such as OpenAPI may be registered. .
  • the previous service version (T206) is set when the service developer 20 registers a service in the node update management system 100, or when the service is registered in the node update management system 100 via another system, and when the information update program 140 is This value is set when updating service information.
  • the previous service version (T206) is a value for setting the already registered corresponding service version as the previous service version.
  • the previous service API (T207) is used when the service developer 20 registers a service in the node update management system 100 or registers a service in the node update management system 100 via another system. This value is set when updating service information.
  • the previous service API (T207) is a value for setting the corresponding service API that has already been registered as the previous service API. Only one previous service version (T206) and previous service API (T207) are shown for convenience (that is, in FIG. 4, information about one service version 1.0 for one service ID (T201) is shown), multiple service versions and service APIs may be retained as historical information.
  • FIG. 5 shows a configuration example of node information.
  • the node information T310 includes a node ID (T301) for identifying a node, a service ID (T302) for identifying a service used by the node, and a user ID (T303) for identifying a user using the node. , a node version (T304) indicating the version of the corresponding node, and a service cooperation program ID (T305) identifying the service cooperation program using the corresponding node.
  • the node ID (T301) is a value that matches the node ID (T103) of the user information T110.
  • the service ID (T302) is a value that matches the service ID (T201) of the service information T210.
  • the user ID (T303) is a value that matches the user ID (T101) of the user information T110.
  • the node version (T304) is information recording the current version of the node, given when the node file 151 is generated by executing the node generation program 310.
  • the service linkage program ID (T305) is a value that matches the service linkage program ID (T501) of the service linkage program information T510.
  • FIG. 6 shows a configuration example of notification information.
  • the notification information T410 includes a notification information ID (T401) that identifies notification information, notification destination information (T402), and notification means (T403).
  • T401 notification information ID
  • T402 notification destination information
  • T403 notification means
  • the notification information ID (T401) is a value that matches the notification information ID (T104) of the user information T110.
  • the notification destination information indicates the information of the access destination to which the information is notified when the service currently used by the user is updated and the node using the service can be updated.
  • the access destination information may specify, for example, a Webhook URL address, an API of the notification destination system, or a telephone number or e-mail address.
  • the notification means (T403) is information for uniquely identifying the notification means used when notifying service updates.
  • the notification means (T403) can specify, for example, "HTTP” as a value indicating notification to a URL, further can specify “SMS” as a value indicating notification to short mail, and can specify "SMS” as a value indicating notification to e-mail.
  • "EMAIL” can be specified as a value indicating the notification, it is not limited to this, and other values may be used as long as they can uniquely identify means for notification.
  • FIG. 7 shows a configuration example of service cooperation program information.
  • the service linkage program information T510 includes a service linkage program ID (T501) that identifies the service linkage program, a service linkage program name (T502), a service linkage program version (T503), a node update means (T504), and a node storage location (T505);
  • T501 service linkage program ID
  • T502 service linkage program name
  • T503 service linkage program version
  • T504 node update means
  • T505 node storage location
  • the service linkage program ID (T501) is a value that matches the service linkage program ID (T105) of the user information T110.
  • the service linkage program name (T502) is entered when the service developer 20 registers the service linkage program 210 in the node update management system 100, or registers the service linkage program 210 in the node update management system 100 via another system. , and any character string indicating the service cooperation program 210 may be used.
  • the service linkage program version (T503) is set when the service developer 20 registers the service linkage program 210 in the node update management system 100, or when the service linkage program 210 is registered in the node update management system 100 via another system. , and any character string indicating the current version of the service cooperation program 210 may be used. Even with the same service cooperation program 210, different versions of the service cooperation program 210 may be used by different users. Therefore, as shown in service linkage program IDs "i001" and "i003" in FIG. 7, different service linkage program versions may be set for the same service linkage program name.
  • the node update means (T504) is a value to be set, and any character string indicating means for updating or generating a node of the corresponding service cooperation program 210 may be used.
  • the node update means may be called a node update parameter.
  • path information indicating the position of the node generation program 310 arranged in the node generation computer 300 may be set in the node update means, or a node generation web site that the node generation computer 300 opens to the public. API information may be set.
  • the node storage location (T505) is set when the service developer 20 registers the service linkage program 210 in the node update management system 100, or when the service linkage program 210 is registered in the node update management system 100 via another system. , is the value to be set, and any character string indicating the node storage location can be used.
  • the registry 150 of the node update management system 100 may be set, a registry independently prepared by the service developer 20, or a registry shared among a plurality of service developers. Alternatively, a registry owned by the service developer's computer 200 or the service cooperation program 210 may be set.
  • FIG. 8 shows a configuration example of node update policy information.
  • the node update policy information T610 includes a user ID (T601) that identifies a service developer who is a user of the node update management system, a service cooperation program ID (T602) that identifies a service cooperation program, and a policy (T603). ,including.
  • the user ID (T601) is a value that matches the user ID (T101) of the user information T110.
  • the service linkage program ID (T602) is a value that matches the service linkage program ID (T105) of the user information T110.
  • the policy (T603) is information indicating the policy for the node file 151 updated or generated based on the node update means (T504).
  • the policy (T603) is set when the service developer 20 registers the service cooperation program 210 in the node update management system 100 or registers the service cooperation program 210 in the node update management system 100 via another system. It is information that is In the policy (T603), for example, information on permission/non-permission to share the updated or generated node file 151 with other service developers 20 may be set.
  • FIG. 9 shows a configuration example of authentication information.
  • the authentication information T710 includes a user ID (T701) that identifies the service developer 20 who is the user of the node update management system 100, a service ID (T702) that identifies the service used by the user, and an authentication information (T703);
  • the user ID (T701) is a value that matches the user ID (T101) of the user information T110.
  • the service ID (T702) is a value that matches the service ID (T102) of the user information T110.
  • the authentication information (T703) is authentication information for using the service of the service ID (T702).
  • the authentication information (T703) is used when the service developer 20 registers a service in the node update management system 100 or registers a service in the node update management system 100 via another system, and when the information update program 140 is executed. This value is set when the service information is updated by
  • the authentication information (T703) may be, for example, data obtained by encrypting a pair of user name and password, data obtained by encrypting access token information, or path information to a file storing authentication information.
  • a character string such as "-" or a blank character may be set, or a character string indicating that the authentication information has not been set may be set.
  • FIG. 10 is a flow chart showing an example of the steps in which the node update management system 100 updates the node using the service when the service used by the service developer 20 is updated. Note that, as described above, the subject of program processing is the processor.
  • the node update management system 100 is on standby to process each program (S100).
  • service update information is acquired by executing the update acquisition program 110 (S101).
  • Service update information may be acquired by executing the update acquisition program 110 when the service information T210 is updated by executing the information update program 140, or the service developer 20 may acquire the update acquisition program 110 at any timing.
  • the service information T210 may be obtained by executing Note that the processing of the information update program 140 will be described later in detail. Further, by executing the update acquisition program 110, the acquired service information T210 is recorded in the memory or output to a file. done.
  • the update acquisition program 110 by executing the update acquisition program 110, the information acquired last time and the information acquired this time in step S101 are collated, and the updated service is determined (S102).
  • This determination may be, for example, a determination based on comparison of the current service version (T204) or a determination based on comparison of the current service API (T205).
  • the update acquisition program 110 after the service in which the update has occurred is determined, the service ID (T201) of the corresponding service is acquired, and the user information T110 is referenced to include the service ID of the corresponding service.
  • a user ID (T101) is acquired.
  • the update notification program 120 by executing the update notification program 120, the corresponding user indicated by each user ID (T101) acquired in step S102 is notified that the service has been updated and that the node using the service can be updated. It is notified that there is (S103, S104).
  • the notification information ID (T104) of the user information T110 of the corresponding user is acquired.
  • the corresponding notification information ID (T401) of the notification information (T410) is referenced, the notification destination information (T402) and notification means (T403) are acquired, and the above is sent (notified).
  • the notification destination is the user's service cooperation program 210 (that is, when the notification destination is the service developer's computer 200), as a form of notification, for example, as shown in FIG.
  • a method of displaying the content 220 is conceivable.
  • a method of displaying a sign 230 indicating that there is an update for a node that uses the service to be updated is conceivable.
  • data used for display is generated by executing an appropriate program.
  • the display method is not limited to these, and other display modes may be realized by utilizing the display function of the service cooperation program 210 .
  • the update notification program 120 is executed so that the node update management system 100 waits to receive a response from the relevant user. Then, when a response to reject the update of the node is received from the corresponding user, the process of step S105 is skipped and the process of step S106 is performed.
  • the update acquisition program 110 is executed to call the update execution program 130, and the node is updated (S105). Note that the node update processing will be described later in detail using other flowcharts.
  • step S106 that is, when there are no more applicable users left
  • the process proceeds to step S107 and the node update flowchart ends.
  • FIG. 11 is a flow chart showing an example of a process of updating a node by executing the update execution program 130.
  • the subject of program processing is the processor.
  • step S105 of the node update flowchart of FIG. 10 when the update execution program 130 is called by executing the update acquisition program 110, the process proceeds from step S105 to step S200, and step S201 is performed.
  • the user information T110 is referred to by executing the update execution program 130, and the service cooperation program ID (T105) of the user is obtained (S201).
  • the service cooperation program information T510 is referenced, and the node update means (T504) of the corresponding service cooperation program ID (T501) is acquired (S202).
  • the authentication information T710 is referred to, and the authentication information (T703) of the corresponding service used by the corresponding user is acquired (S203). If the authentication information (T703) cannot be found, or if the content is a character string such as a blank character or "-" indicating that information does not exist, the authentication information is not acquired by executing the update execution program 130. .
  • the node generation program 310 is executed, and node generation is executed using the node update means (T504) acquired in S202 (S204). If the authentication information (T703) has been acquired in step S203, the authentication information may be included when the node is generated.
  • the node update policy information T610 is referred to, and the policy (T603) matching the corresponding user ID (T601) and service cooperation program ID (T602) is obtained (S205). .
  • the service cooperation program information T510 is referred to, and the node storage location (T505) of the corresponding service cooperation program ID (T501) is acquired (S206).
  • the node storage location (T505) may be selected based on the previously acquired policy (T603). For example, when the user ID "user001” uses the service linkage program ID "i001”, the policy is "sharable”, so "shared registry 1" can be selected as the node storage location.
  • step S204 the node generated in step S204 is stored in the node storage location selected in step S206 (S207). Then, the update notification program 120 is used to notify the user that the update of the user's node has been completed through node generation.
  • notification information T410 is used for notification to the user (S208).
  • the node update execution flowchart ends by proceeding to step S209 after step S208 and proceeding to S106 of the node update flowchart.
  • FIG. 12 is a flow chart showing an example of processing for updating service information by the information update program 140 .
  • the subject of program processing is the processor.
  • the node update management system 100 is on standby to process the information update program 140 (S300). That is, step S300 is a state of waiting for receiving information and executing processing.
  • the service update information received from the service monitoring computer 400 is obtained (S301).
  • the service update information is transmitted by executing the update notification program 420 .
  • the service update information is analyzed, and the service name (T202), the service description (T203), the current service version (T204), and the current service API (T205) in the service information T210 are analyzed. is obtained.
  • the service monitoring computer 400 is inquired about the service update information, and the service update information managed by the service monitoring computer 400 by executing the update management program 410 is acquired (S302). .
  • Acquisition of service update information may be via an API by publishing the update management program 410 .
  • a file output by executing the update management program 410 may be acquired, and service update information may be acquired.
  • the acquisition method of the service update information is not particularly limited as long as the service update information can be acquired appropriately, and other acquisition methods may be used.
  • the service information T210 is referred to, information matching the service name (T202) is obtained, and the current service version (T204) and current service API (T205) are updated in step S301 and step S302. It is checked whether there is any difference from the service update information acquired in (S303). Here, if there is a difference, the current service version (T204) and current service API (T205) of the current service information T210 are copied to the previous service version (T206) and previous service API (T207), and the service update information By setting values in the current service version (T204) and current service API (T205), the information in the service information T210 is updated.
  • step S303 the process proceeds to step S304, and the service information update flowchart ends.
  • FIG. 13 is a flow chart showing an example of the steps in which the node update management system 100 updates the node using the service when the service used by the service developer 20 is updated.
  • the node update process is executed starting from the user information, but in FIG. is the difference. Note that, as described above, the subject of program processing is the processor.
  • each program of the node update management system 100 waits for processing execution (S400).
  • service update information is acquired by executing the update acquisition program 110 (S401). Since this process is the same as S101, the description is omitted.
  • step S101 the information acquired last time and the information acquired this time in step S101 are collated, and the updated service is determined (S403). Since this process is the same as S102, the description is omitted.
  • the update acquisition program 110 is executed to acquire the service ID (T201) of the corresponding service. Then, the user information T110 is referenced, and the user ID (T101) including the corresponding service ID is obtained (S404).
  • step S406 When a response is received from the user that the node can be updated, the update acquisition program 110 is executed, the update execution program 130 is called, and the node is updated (S406). Since this process is the same as step S105, description thereof is omitted.
  • step S407 that is, if there are no more services remaining
  • the process proceeds to step S408 and the node update flowchart ends.
  • the service developer 20 who is the user of the node update management system 100 can update the node used by the service cooperation program 210 when the service is updated. This is expected to improve the efficiency of service development when the person 220 responds to service updates.
  • node update management system 110 update acquisition program 120 update notification program 130 update execution program 140 information update program 200 service developer computer 210 service cooperation program 300 node generation computer 400 service monitoring computer 500 execution environment

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

This node management system is capable of managing a node to be used for defining a digital service. The node management system comprises a processor. The processor of the node management system (1) executes an update acquisition program to acquire service update information. Then, the processor of the node management system (2) executes an update execution program to acquire a node update parameter for updating a node to be used for updated service execution required by the service update information, and update the node.

Description

ノード管理システム、および、ノード管理方法Node management system and node management method
 本発明は、ノード管理システム、および、ノード管理方法に関する。 The present invention relates to a node management system and a node management method.
 近年、新たなデジタルサービスの開発において、ゼロから全てを開発するのではなく、既存のデジタルサービスを複数組み合わせて連携させることで開発工数の削減や開発速度の改善ができるサービス連携システムが注目を集めている。そういったシステムは、iPaaS(Integration Platform as a Service)とも呼ばれ、GUI(Graphical User Interface)上で各デジタルサービスの実行処理を表すノードを複数つなぎ合わせることで、複数のデジタルサービス同士の連携処理をワークフローとして定義して実行できる。 In recent years, in the development of new digital services, instead of developing everything from scratch, a service linkage system that can reduce development man-hours and improve development speed by combining and linking multiple existing digital services has attracted attention. ing. Such a system is also called iPaaS (Integration Platform as a Service), and by connecting multiple nodes representing the execution processing of each digital service on the GUI (Graphical User Interface), the cooperative processing between multiple digital services can be performed as a workflow. can be defined and executed as
 デジタルサービスは、Web API(以下、ウェブAPIと呼ぶことがある)を実装することが一般的であり、そのウェブAPIの仕様に基づいて、上記ノードは処理を実行する。ここで、先行技術文献には、ウェブAPIの仕様ドキュメントに基づいてノードを生成する技術が開示されている。 A digital service generally implements a Web API (hereinafter sometimes referred to as a Web API), and the above nodes execute processing based on the specifications of the Web API. Here, the prior art document discloses a technique for generating a node based on a web API specification document.
特開2019-144848号公報JP 2019-144848 A
 ところで、昨今はアジャイル開発やDevOpsといった従来よりも短い周期でサービス改修する開発手法が広く普及しており、デジタルサービスについてもウェブAPIや内部処理の変更が従来よりも頻繁に発生し得る。ここで、デジタルサービスの更新に伴い、そのサービスのウェブAPIの変更や認証情報の再作成などが発生し、そのサービスを実行するノードも再作成する必要が発生し得る。しかしながら、特許文献1は、ノードの作成方法については提案されているが、デジタルサービスの更新に対応したノードの更新方法については提案されていない。 By the way, development methods such as agile development and DevOps that improve services in a shorter period than before are widely used these days, and changes in web APIs and internal processing may occur more frequently than before even for digital services. Here, as the digital service is updated, the web API of the service is changed, the authentication information is recreated, and the like, and it may be necessary to recreate the node that executes the service. However, Patent Literature 1 proposes a node creation method, but does not propose a node update method corresponding to digital service updates.
 本発明は、このような課題を解決する発明であり、デジタルサービスに更新が発生した際に、そのデジタルサービスを実行するノードを効率的に更新することができるノード管理システム、および、ノード管理方法を提供することを目的とする。なお、非特許文献1は、上記で説明した、GUI上で各デジタルサービスの実行処理を表すノードを複数つなぎ合わせることで、複数のデジタルサービス同士の連携処理をワークフローとして定義するための技術について開示している。 The present invention is an invention that solves such problems, and a node management system and a node management method capable of efficiently updating a node that executes a digital service when an update occurs in the digital service. intended to provide Non-Patent Literature 1 discloses a technique for defining cooperative processing between multiple digital services as a workflow by connecting multiple nodes that represent the execution processing of each digital service on the GUI as described above. is doing.
 本発明の第1の観点によれば、下記のノード管理システムが提供される。すなわち、ノード管理システムは、デジタルサービスの定義に用いるノードを管理するノード管理システムである。ノード管理システムは、プロセッサを備える。プロセッサは、(1)更新取得プログラムを実行して、サービスの更新情報を取得し、(2)更新実行プログラムを実行して、サービスの更新情報を用いて求められた更新されたサービスの実行に用いるノードを更新するためのノード更新パラメータを取得し、ノードを更新する。 According to the first aspect of the present invention, the following node management system is provided. That is, the node management system is a node management system that manages nodes used for defining digital services. A node management system comprises a processor. The processor (1) executes an update acquisition program to obtain service update information, and (2) executes an update execution program to execute the updated service requested using the service update information. Get the node update parameters for updating the node to be used and update the node.
 本発明の第2の観点によれば、下記のノード管理方法が提供される。すなわち、ノード管理方法は、デジタルサービスの定義に用いるノードを管理するノード管理方法である。ノード管理方法は、(1)サービスの更新情報を取得し、(2)サービスの更新情報から求められた更新されたサービスの実行に用いるノードを更新するためのノード更新パラメータを取得し、ノードを更新する。 According to the second aspect of the present invention, the following node management method is provided. That is, the node management method is a node management method for managing nodes used for defining digital services. The node management method includes (1) acquiring service update information, (2) acquiring node update parameters for updating a node used for executing the updated service obtained from the service update information, and updating the node. Update.
 本発明によれば、デジタルサービスに更新が発生した際に、そのデジタルサービスを実行するノードを効率的に更新することができるノード管理システム、および、ノード管理方法が提供される。従って、デジタルサービス開発者は、自身が利用しているデジタルサービスに更新が発生した際に、そのデジタルサービスを実行するiPaaSのノードの更新を効率的に実施することができる。 According to the present invention, there is provided a node management system and a node management method capable of efficiently updating a node executing a digital service when an update occurs in the digital service. Therefore, when a digital service used by the digital service developer is updated, the iPaaS node executing the digital service can be updated efficiently.
本発明のシステム構成例を示した図である。It is the figure which showed the system configuration example of this invention. 計算機の構成例を示した図である。It is the figure which showed the structural example of a computer. 利用者情報の構成例を示した図である。It is the figure which showed the structural example of user information. サービス情報の構成例を示した図である。It is the figure which showed the structural example of service information. ノード情報の構成例を示した図である。FIG. 4 is a diagram showing a configuration example of node information; 通知情報の構成例を示した図である。It is the figure which showed the structural example of notification information. サービス連携プログラム情報の構成例を示した図である。It is the figure which showed the structural example of service cooperation program information. ノード更新ポリシー情報の構成例を示した図である。FIG. 4 is a diagram showing a configuration example of node update policy information; 認証情報の構成例を示した図である。It is the figure which showed the structural example of authentication information. ノード更新の一例を示したフローチャートである。10 is a flowchart showing an example of node update; ノード更新実行の一例を示したフローチャートである。6 is a flowchart showing an example of node update execution; サービス情報更新の一例を示したフローチャートである。It is the flowchart which showed an example of service information update. 異なるサービス連携プログラムの一括ノード更新の一例を示したフローチャートである。FIG. 11 is a flow chart showing an example of collective node update of different service cooperation programs; FIG. ノード更新通知表示の一例を示した図である。FIG. 10 is a diagram showing an example of a node update notification display;
 以下、本発明を実施するための形態について、図面に従い説明する。なお以降で説明する内容は、本発明を実施するための形態の一つであって、同様の処理が可能な他の構成、形態への適用を制限するものではない。 Hereinafter, embodiments for carrying out the present invention will be described with reference to the drawings. It should be noted that the content described below is one of the forms for carrying out the present invention, and does not limit application to other configurations and forms in which similar processing is possible.
 図1を参照しながら、実施形態のシステム(ノード管理システム)の構成について説明する。実施形態のシステムは、ノード更新管理システム100、サービス開発者20がサービス開発などに使用するサービス開発者計算機200、ノード生成計算機300、サービス監視計算機400、および、サービスインスタンス510を実行する環境である実行環境500を備え、各構成要素はネットワーク10で接続されている。 The configuration of the system (node management system) of the embodiment will be described with reference to FIG. The system of the embodiment is an environment for executing a node update management system 100, a service developer computer 200 used by the service developer 20 for service development, a node generation computer 300, a service monitoring computer 400, and a service instance 510. It has an execution environment 500 and each component is connected by a network 10 .
 各構成要素(100、200、300、400、500)のそれぞれは、CPU、メモリ、ハードディスクなどを備える計算機によって動作することができる。そして、その動作の形態は、それぞれ物理的に異なる計算機上における動作であってもよいし、仮想サーバと呼ばれる物理的な計算機を論理的に分割した計算機の単位における動作であってもよい。もしくは、各構成要素(100、200、300、400、500)の動作は、1台の計算機または複数の計算機クラスタ上で実行されるタスク(プロセスやコンテナとも呼ばれる)単位であってもよい。また、ネットワーク10は、インターネットやローカルエリアネットワーク(LAN)、専用の通信網、または、VLANなどに代表される仮想的なネットワークであってもよい。 Each component (100, 200, 300, 400, 500) can be operated by a computer equipped with a CPU, memory, hard disk, etc. The form of operation may be an operation on each physically different computer, or may be an operation in a computer unit, which is a logical division of a physical computer called a virtual server. Alternatively, the operation of each component (100, 200, 300, 400, 500) may be in units of tasks (also called processes or containers) executed on one computer or a plurality of computer clusters. Also, the network 10 may be a virtual network represented by the Internet, a local area network (LAN), a dedicated communication network, or a VLAN.
 ノード更新管理システム100は、更新取得プログラム110と、更新通知プログラム120と、更新実行プログラム130と、情報更新プログラム140と、ノードファイル151を格納したレジストリ150と、利用者情報T110と、サービス情報T210と、ノード情報T310と、通知情報T410と、サービス連携プログラム情報T510(図1において、連携ツール情報T510と図示されている)と、ノード更新ポリシー情報T610と、認証情報T710と、を有する。 The node update management system 100 includes an update acquisition program 110, an update notification program 120, an update execution program 130, an information update program 140, a registry 150 storing node files 151, user information T110, and service information T210. , node information T310, notification information T410, service linkage program information T510 (shown as linkage tool information T510 in FIG. 1), node update policy information T610, and authentication information T710.
 ノード更新管理システム100は、更新取得プログラム110の実行により、サービス開発者20が利用しているサービスの更新情報を、サービス監視計算機400が実行する更新通知プログラム420の処理を介して取得することができる。ここで、ノード更新管理システム100は、更新通知プログラム420が提供するAPIを実行して更新情報を取得してもよい。また、ノード更新管理システム100がAPIを提供し、サービス監視計算機400が当該APIを実行して更新情報を送信してもよい。 By executing the update acquisition program 110, the node update management system 100 can acquire update information of the service used by the service developer 20 through processing of the update notification program 420 executed by the service monitoring computer 400. can. Here, the node update management system 100 may execute an API provided by the update notification program 420 to acquire update information. Alternatively, the node update management system 100 may provide an API, and the service monitoring computer 400 may execute the API to transmit update information.
 さらに、ノード更新管理システム100は、更新取得プログラム110の実行により、取得したサービスの更新情報を基にして、当該サービスを実行するノードの更新が必要か否かを判定する。そして、ノードの更新が必要と判定された場合に、ノード更新管理システム100は、更新通知プログラム120の実行により、該当サービスの利用者に対して更新内容を通知する。また、更新通知プログラム120は、利用者からの更新内容の確認結果を受信するインタフェース機能を実現することに用いられる。なお、サービス開発者20が利用するサービス開発者計算機200(すなわち、サービス連携プログラム210)が、更新内容の通知先であってもよいし、サービス開発者20が利用するメールアドレスやチャットルームに、更新内容の通知が送信されてもよい。サービス開発者20が確認可能な通知手段であればよく、通知先や通知の態様は特に限定されない。 Further, the node update management system 100 determines whether updating of the node executing the service is necessary based on the service update information acquired by executing the update acquisition program 110 . When it is determined that a node needs to be updated, the node update management system 100 executes the update notification program 120 to notify the user of the service of the update content. Also, the update notification program 120 is used to implement an interface function for receiving confirmation results of update contents from the user. Note that the service developer computer 200 used by the service developer 20 (that is, the service cooperation program 210) may be the notification destination of the update content, and the e-mail address or chat room used by the service developer 20 may be Notifications of updates may be sent. Any notification means that can be confirmed by the service developer 20 may be used, and the notification destination and notification mode are not particularly limited.
 ノード更新管理システム100は、更新実行プログラム130の実行により、ノード生成プログラム310を実行させて更新が必要なノードの更新処理を実行する。なお、ノード生成プログラム310は、単一のプログラムでもよいし、サービス連携プログラム210の種別ごとのプログラムでもよい。 By executing the update execution program 130, the node update management system 100 causes the node generation program 310 to be executed to update the nodes that need to be updated. Note that the node generation program 310 may be a single program, or may be a program for each type of the service cooperation program 210 .
 ノード更新管理システム100は、情報更新プログラム140の実行により、更新管理プログラム410を用いて管理されるサービスの更新情報を定期的に確認して、利用者情報T110と、サービス情報T210と、ノード情報T310と、を更新する。 By executing the information update program 140, the node update management system 100 periodically checks the update information of the services managed using the update management program 410, and updates the user information T110, the service information T210, and the node information. and T310.
 レジストリ150には、ノードファイル151が保持される。レジストリ150は、便宜上1つとしているが、サービス開発者20ごとに複数であってもよい。レジストリ150は、一例として、ノードファイル151がJavaScriptである場合、npmレジストリなどであり、その他のプログラム言語でノードファイル151が構成される場合、そのプログラム言語ごとのレジストリとすることができる。さらに、FTPサーバやオブジェクトストレージなどネットワーク経由で利用できるストレージなどが用いられてもよい。なお、本明細書および図面に記載されていない物理機器や機器同士を接続する配線等があってもよい。 A node file 151 is held in the registry 150 . For the sake of convenience, one registry 150 is provided, but a plurality may be provided for each service developer 20 . For example, if the node file 151 is JavaScript, the registry 150 may be an npm registry, or if the node file 151 is configured in another program language, it may be a registry for each program language. Furthermore, a storage that can be used via a network such as an FTP server or object storage may be used. It should be noted that there may be physical devices and wires connecting devices that are not described in this specification and drawings.
 次に、図2を参照しながら、本実施形態におけるシステムが有する各計算機に共通する要素の構成について説明する。本実施形態では、計算機1910は、メモリ1920と、CPU1930と、入出力IF1940と、記憶装置1950と、NW IF1960(ネットワークインタフェース1960と呼ぶことがある)と、GPU1970と、を備え、これらは内部バス1980で接続されている。本実施形態では、プログラムは、記憶装置1950に格納されており、メモリ1920にロードされ、CPU1930により実行される。なお、本実施形態におけるシステムが有するすべての計算機1910のメモリには、Operating System(OS)がロードされ、CPU1930により実行される。なお、ОSは、図2において、ОS(P1000)として図示されている。 Next, with reference to FIG. 2, the configuration of elements common to each computer included in the system in this embodiment will be described. In this embodiment, the computer 1910 comprises a memory 1920, a CPU 1930, an input/output IF 1940, a storage device 1950, a NW IF 1960 (sometimes referred to as a network interface 1960), and a GPU 1970. These are internal bus Connected at 1980. In this embodiment, the program is stored in storage device 1950 , loaded into memory 1920 and executed by CPU 1930 . An operating system (OS) is loaded into the memory of all computers 1910 of the system in this embodiment and executed by the CPU 1930 . The OS is shown as OS (P1000) in FIG.
 すべての計算機1910は、物理的な計算機であっても、物理的な計算機上で動作する仮想的な計算機であってもよい。また、各計算機1910の記憶装置1950は、必須要素ではなく、これに代えて、例えば外部ストレージ装置であってもよく、ストレージ装置の機能を論理的に提供するストレージサービスであってもよい。本実施形態のシステムでは、このようなプログラムやデータを記憶することができる構成により、記憶部が構成される。各計算機1910が備えるネットワークインタフェース1960の一例としては、Network Interface Card (NIC)が挙げられるが、これ以外であってもよい。 All computers 1910 may be physical computers or virtual computers operating on physical computers. Also, the storage device 1950 of each computer 1910 is not an essential element, and instead may be, for example, an external storage device or a storage service that logically provides the functions of the storage device. In the system of this embodiment, the storage unit is configured to store such programs and data. An example of the network interface 1960 included in each computer 1910 is a Network Interface Card (NIC), but other than this may be used.
 計算機1910は、入出力IF1940として、キーボードやマウスを備えてもよいし、ディスプレイ等の出力装置を備えてもよい。ただし、Secure Shell(SSH)といった手段によりネットワーク経由で当該計算機が遠隔管理される場合には、入力IF1940は、必須の要素ではない。なお、GPU1970は、必須要素ではない。 The computer 1910 may be provided with a keyboard and mouse as the input/output IF 1940, or may be provided with an output device such as a display. However, the input IF 1940 is not an essential element when the computer is remotely managed via a network by means such as Secure Shell (SSH). Note that the GPU 1970 is not an essential element.
 各計算機に含まれるプログラムとテーブルは、各計算機1910が備える記憶装置1950に含まれていてもよい。加えて、すべてのプログラムは、各計算機が備えるCPU1930(プロセッサ)によって実行される。ただし、すべてのプログラムは、演算機能を有する他の半導体デバイス(プロセッサ)により実行されてもよい。 The programs and tables included in each computer may be included in the storage device 1950 provided in each computer 1910. In addition, all programs are executed by a CPU 1930 (processor) provided in each computer. However, all programs may be executed by other semiconductor devices (processors) having arithmetic functions.
 なお、本実施形態におけるシステムに含まれるすべてのプログラムは、前述のように異なる複数の計算機で実行されてもよいし、一つの計算機で実行されてもよい。また、各プログラムは、一つの計算機ですべてのステップが実行されてもよいし、ステップ毎に異なる計算機で実行されてもよい。また、本明細書および図面に記載されていない構成要素や、構成要素を接続する配線等が、計算機1910に含まれてもよい。 It should be noted that all the programs included in the system in this embodiment may be executed by a plurality of different computers as described above, or may be executed by a single computer. Further, each program may be executed by one computer for all steps, or may be executed by a different computer for each step. In addition, the computer 1910 may include components not described in this specification and drawings, wiring connecting the components, and the like.
 次に、図3から図9を用いて、本実施形態におけるシステムが用いるデータの構造について説明する。まず、図3を参照しながら、利用者情報について説明する。図3は、利用者情報の構成例を示す。 Next, the structure of data used by the system in this embodiment will be described with reference to FIGS. 3 to 9. FIG. First, user information will be described with reference to FIG. FIG. 3 shows a configuration example of user information.
 利用者情報T110は、ノード更新管理システム100の利用者であるサービス開発者20を識別する利用者ID(T101)と、その利用者が利用しているサービスを識別するサービスID(T102)と、その利用者が利用しているノードを識別するノードID(T103)と、その利用者への通知情報(T104)と、その利用者が利用しているサービス連携プログラムID(T105)と、を含む。 The user information T110 includes a user ID (T101) that identifies the service developer 20 who is the user of the node update management system 100, a service ID (T102) that identifies the service used by the user, Contains a node ID (T103) that identifies a node used by the user, notification information (T104) to the user, and a service linkage program ID (T105) used by the user. .
 利用者ID(T101)は、サービス開発者20を一意に特定するための情報であり、例えば連番数字や、利用者のアカウント名や、社員IDを用いてもよく、利用者を識別できる値であればそれ以外でもよい。 The user ID (T101) is information for uniquely identifying the service developer 20. For example, a serial number, a user account name, or an employee ID may be used. Anything other than that is acceptable.
 サービスID(T102)は、利用者が利用中のサービス情報を一意に特定するための情報であり、例えば連番数字や任意の文字列を用いてもよく、サービス情報を識別できる値であればそれ以外でもよい。サービスID(T102)は利用者ID(T101)に対して複数存在してもよい。 The service ID (T102) is information for uniquely identifying the service information being used by the user. Anything else is acceptable. A plurality of service IDs (T102) may exist for each user ID (T101).
 ノードID(T103)は、利用者が利用中のノードを一意に特定するための情報であり、例えば連番数字や任意の文字列を用いてもよく、ノードを識別できる値であればそれ以外でもよい。ノードID(T103)は利用者ID(T101)に対して複数存在してもよい。 The node ID (T103) is information for uniquely identifying the node being used by the user. For example, serial numbers or arbitrary character strings may be used. It's okay. A plurality of node IDs (T103) may exist for each user ID (T101).
 通知情報ID(T104)は、利用者ごとの通知情報を一意に特定するための情報であり、例えば連番数字や任意の文字列を用いてもよく、通知情報を識別できる値であればそれ以外でもよい。通知情報ID(T104)は利用者ID(T101)に対して複数存在してもよい。 The notification information ID (T104) is information for uniquely identifying notification information for each user. For example, a serial number or an arbitrary character string may be used. Anything other than A plurality of notification information IDs (T104) may exist for each user ID (T101).
 サービス連携プログラムID(T105)は、利用者が利用中のサービス連携プログラム210を一意に特定するための情報であり、例えば連番数字や任意の文字列を用いてもよく、サービス連携プログラム210を識別できる値であればそれ以外でもよい。サービス連携プログラムID(T105)は利用者ID(T101)に対して複数存在してもよい。 The service linkage program ID (T105) is information for uniquely identifying the service linkage program 210 being used by the user. Other values may be used as long as they can be identified. A plurality of service linkage program IDs (T105) may exist for each user ID (T101).
 次に、図4を参照しながら、サービス情報について説明する。図4は、サービス情報の構成例を示す。 Next, the service information will be explained with reference to FIG. FIG. 4 shows a configuration example of service information.
 サービス情報T210は、サービスを識別するサービスID(T201)と、サービスを示すサービス名(T202)と、サービスの内容を説明するサービス説明(T203)と、現在のサービスのバージョンを示す現在サービスバージョン(T204)と、現在サービスAPI(T205)と、前サービスバージョン(T206)と、前サービスAPI(T207)と、を含む。 The service information T210 includes a service ID (T201) that identifies the service, a service name (T202) that indicates the service, a service description (T203) that describes the content of the service, and a current service version (T203) that indicates the current service version. T204), current service API (T205), previous service version (T206), and previous service API (T207).
 サービスID(T201)は、利用者情報T110のサービスID(T102)と一致する値である。 The service ID (T201) is a value that matches the service ID (T102) of the user information T110.
 サービス名(T202)は、サービス開発者20がノード更新管理システム100にサービスを登録するとき、または、他のシステム経由でノード更新管理システム100にサービスを登録するとき、さらに情報更新プログラム140の実行によりサービス情報が更新されるときに、設定される値であり、サービスを示す文字列であれば何でもよい。 The service name (T202) is set when the service developer 20 registers a service in the node update management system 100, or registers a service in the node update management system 100 via another system, and when the information update program 140 is executed. It is a value that is set when the service information is updated by , and any character string that indicates the service may be used.
 サービス説明(T203)は、サービス開発者20がノード更新管理システム100にサービスを登録するとき、または、他のシステム経由でノード更新管理システム100にサービスを登録するとき、さらに情報更新プログラム140の実行によりサービス情報が更新されるときに、設定される値であり、サービス説明を示す文字列であれば何でもよい。 The service description (T203) is provided when the service developer 20 registers a service in the node update management system 100, or registers a service in the node update management system 100 via another system, and when the information update program 140 is executed. It is a value that is set when the service information is updated by , and any character string that indicates the service description may be used.
 現在サービスバージョン(T204)は、サービス開発者20がノード更新管理システム100にサービスを登録するとき、または、他のシステム経由でノード更新管理システム100にサービスを登録するとき、さらに情報更新プログラム140の実行によりサービス情報が更新されるときに、設定される値であり、現在のサービスバージョンを示す数値や文字列であれば何でもよい。 The current service version (T204) is set when the service developer 20 registers a service in the node update management system 100, or when the service is registered in the node update management system 100 via another system. It is a value that is set when service information is updated by execution, and any number or character string indicating the current service version may be used.
 現在サービスAPI(T205)は、サービス開発者20がノード更新管理システム100にサービスを登録するとき、または、他のシステム経由でノード更新管理システム100にサービスを登録するとき、さらに情報更新プログラム140の実行によりサービス情報が更新されるときに、設定される値である。現在サービスAPI(T205)は、該当サービスを利用するためのエンドポイント情報やリクエスト情報、レスポンス情報を示す。なお、これら情報を判別することができればよく、全ての情報が文字列で登録されてもよいし、OpenAPIのような標準仕様に準拠した形式で書かれたファイルへのパスが登録されてもよい。 The current service API (T205) is used when the service developer 20 registers a service in the node update management system 100 or registers a service in the node update management system 100 via another system. A value that is set when the service information is updated by execution. The current service API (T205) indicates endpoint information, request information, and response information for using the corresponding service. All the information may be registered as a character string as long as the information can be distinguished, or a path to a file written in a format conforming to standard specifications such as OpenAPI may be registered. .
 前サービスバージョン(T206)は、サービス開発者20がノード更新管理システム100にサービスを登録するとき、または、他のシステム経由でノード更新管理システム100にサービスを登録するとき、さらに情報更新プログラム140がサービス情報を更新するときに、設定される値である。前サービスバージョン(T206)は、既に登録されている該当サービスバージョンを前のサービスバージョンとして設定する値である。 The previous service version (T206) is set when the service developer 20 registers a service in the node update management system 100, or when the service is registered in the node update management system 100 via another system, and when the information update program 140 is This value is set when updating service information. The previous service version (T206) is a value for setting the already registered corresponding service version as the previous service version.
 前サービスAPI(T207)は、サービス開発者20がノード更新管理システム100にサービスを登録するとき、または、他のシステム経由でノード更新管理システム100にサービスを登録するとき、さらに情報更新プログラム140がサービス情報を更新するときに、設定される値である。前サービスAPI(T207)は、既に登録されている該当サービスAPIを前サービスAPIとして設定する値である。なお、前サービスバージョン(T206)と前サービスAPI(T207)は便宜上一つのみ図示しているが(すなわち、図4においては、一つのサービスID(T201)について一つのサービスバージョン1.0に関する情報のみ図示されているが)、複数のサービスバージョンとサービスAPIが履歴情報として保持されてもよい。 The previous service API (T207) is used when the service developer 20 registers a service in the node update management system 100 or registers a service in the node update management system 100 via another system. This value is set when updating service information. The previous service API (T207) is a value for setting the corresponding service API that has already been registered as the previous service API. Only one previous service version (T206) and previous service API (T207) are shown for convenience (that is, in FIG. 4, information about one service version 1.0 for one service ID (T201) is shown), multiple service versions and service APIs may be retained as historical information.
 次に、図5を参照しながら、ノード情報について説明する。図5は、ノード情報の構成例を示す。 Next, node information will be described with reference to FIG. FIG. 5 shows a configuration example of node information.
 ノード情報T310は、ノードを識別するノードID(T301)と、該当ノードが使用するサービスを識別するサービスID(T302)と、該当ノードを利用している利用者を識別する利用者ID(T303)と、該当ノードのバージョンを示すノードバージョン(T304)と、該当ノードを利用するサービス連携プログラムを識別するサービス連携プログラムID(T305)と、を含む。 The node information T310 includes a node ID (T301) for identifying a node, a service ID (T302) for identifying a service used by the node, and a user ID (T303) for identifying a user using the node. , a node version (T304) indicating the version of the corresponding node, and a service cooperation program ID (T305) identifying the service cooperation program using the corresponding node.
 ノードID(T301)は、利用者情報T110のノードID(T103)に一致する値である。 The node ID (T301) is a value that matches the node ID (T103) of the user information T110.
 サービスID(T302)は、サービス情報T210のサービスID(T201)に一致する値である。 The service ID (T302) is a value that matches the service ID (T201) of the service information T210.
 利用者ID(T303)は、利用者情報T110の利用者ID(T101)に一致する値である。 The user ID (T303) is a value that matches the user ID (T101) of the user information T110.
 ノードバージョン(T304)は、ノード生成プログラム310の実行により該当ノードファイル151が生成されたときに付与される、該当ノードの現在バージョンを記録した情報である。 The node version (T304) is information recording the current version of the node, given when the node file 151 is generated by executing the node generation program 310.
 サービス連携プログラムID(T305)は、サービス連携プログラム情報T510のサービス連携プログラムID(T501)に一致する値である。 The service linkage program ID (T305) is a value that matches the service linkage program ID (T501) of the service linkage program information T510.
 次に、図6を参照しながら、通知情報について説明する。図6は、通知情報の構成例を示す。 Next, the notification information will be described with reference to FIG. FIG. 6 shows a configuration example of notification information.
 通知情報T410は、通知情報を識別する通知情報ID(T401)と、通知先情報(T402)と、通知手段(T403)と、を含む。 The notification information T410 includes a notification information ID (T401) that identifies notification information, notification destination information (T402), and notification means (T403).
 通知情報ID(T401)は、利用者情報T110の通知情報ID(T104)に一致する値である。 The notification information ID (T401) is a value that matches the notification information ID (T104) of the user information T110.
 通知先情報(T402)は、利用者が現在利用中のサービスに更新が発生し、該当サービスを利用するノードの更新が可能なときに、その情報を通知するアクセス先の情報を示す。アクセス先の情報には、例えばWebhookのURLアドレスが指定されてもよいし、通知先システムのAPIが指定されてもよく、また電話番号やメールアドレスが指定されてもよい。 The notification destination information (T402) indicates the information of the access destination to which the information is notified when the service currently used by the user is updated and the node using the service can be updated. The access destination information may specify, for example, a Webhook URL address, an API of the notification destination system, or a telephone number or e-mail address.
 通知手段(T403)は、サービスの更新を通知する際に使用する通知手段を一意に特定するための情報である。通知手段(T403)は、例えばURLへの通知を示す値として「HTTP」を指定することができ、さらにショートメールへの通知を示す値として「SMS」を指定することができ、またEメールへの通知を示す値として「EMAIL」を指定することができるが、これに限定されず、通知する手段を一意に特定できる値であればそれ以外でもよい。 The notification means (T403) is information for uniquely identifying the notification means used when notifying service updates. The notification means (T403) can specify, for example, "HTTP" as a value indicating notification to a URL, further can specify "SMS" as a value indicating notification to short mail, and can specify "SMS" as a value indicating notification to e-mail. Although "EMAIL" can be specified as a value indicating the notification, it is not limited to this, and other values may be used as long as they can uniquely identify means for notification.
 次に、図7を参照しながら、サービス連携プログラム情報について説明する。図7は、サービス連携プログラム情報の構成例を示す。 Next, the service linkage program information will be described with reference to FIG. FIG. 7 shows a configuration example of service cooperation program information.
 サービス連携プログラム情報T510は、サービス連携プログラムを識別するサービス連携プログラムID(T501)と、サービス連携プログラム名(T502)と、サービス連携プログラムバージョン(T503)と、ノード更新手段(T504)と、ノード格納場所(T505)と、を含む。 The service linkage program information T510 includes a service linkage program ID (T501) that identifies the service linkage program, a service linkage program name (T502), a service linkage program version (T503), a node update means (T504), and a node storage location (T505);
 サービス連携プログラムID(T501)は、利用者情報T110のサービス連携プログラムID(T105)に一致する値である。 The service linkage program ID (T501) is a value that matches the service linkage program ID (T105) of the user information T110.
 サービス連携プログラム名(T502)は、サービス開発者20がノード更新管理システム100にサービス連携プログラム210を登録するとき、または、他のシステム経由でノード更新管理システム100にサービス連携プログラム210を登録するときに、設定される値であり、サービス連携プログラム210を示す文字列であれば何でもよい。 The service linkage program name (T502) is entered when the service developer 20 registers the service linkage program 210 in the node update management system 100, or registers the service linkage program 210 in the node update management system 100 via another system. , and any character string indicating the service cooperation program 210 may be used.
 サービス連携プログラムバージョン(T503)は、サービス開発者20がノード更新管理システム100にサービス連携プログラム210を登録するとき、または、他のシステム経由でノード更新管理システム100にサービス連携プログラム210を登録するときに、設定される値であり、現在のサービス連携プログラム210のバージョンを示す文字列であれば何でもよい。なお、同じサービス連携プログラム210であっても、利用者ごとに異なるバージョンのサービス連携プログラム210を利用していることが起こり得る。従って、図7のサービス連携プログラムID「i001」と「i003」に示すように、同じサービス連携プログラム名でありながら異なるサービス連携プログラムバージョンが設定されていてもよい。 The service linkage program version (T503) is set when the service developer 20 registers the service linkage program 210 in the node update management system 100, or when the service linkage program 210 is registered in the node update management system 100 via another system. , and any character string indicating the current version of the service cooperation program 210 may be used. Even with the same service cooperation program 210, different versions of the service cooperation program 210 may be used by different users. Therefore, as shown in service linkage program IDs "i001" and "i003" in FIG. 7, different service linkage program versions may be set for the same service linkage program name.
 ノード更新手段(T504)は、サービス開発者20がノード更新管理システム100にサービス連携プログラム210を登録するとき、または、他のシステム経由でノード更新管理システム100にサービス連携プログラム210を登録するときに、設定される値であり、該当サービス連携プログラム210のノードを更新または生成するための手段を示す文字列であれば何でもよい。なお、本明細書において、ノード更新手段をノード更新パラメータと呼ぶことがある。ノード更新手段には、例えばノード生成計算機300に配置されているノード生成プログラム310の位置を示すパス情報が設定されてもよいし、ノード生成計算機300が外部に公開しているノード生成用のウェブAPIの情報が設定されてもよい。 When the service developer 20 registers the service cooperation program 210 in the node update management system 100 or registers the service cooperation program 210 in the node update management system 100 via another system, the node update means (T504) , is a value to be set, and any character string indicating means for updating or generating a node of the corresponding service cooperation program 210 may be used. In this specification, the node update means may be called a node update parameter. For example, path information indicating the position of the node generation program 310 arranged in the node generation computer 300 may be set in the node update means, or a node generation web site that the node generation computer 300 opens to the public. API information may be set.
 ノード格納場所(T505)は、サービス開発者20がノード更新管理システム100にサービス連携プログラム210を登録するとき、または、他のシステム経由でノード更新管理システム100にサービス連携プログラム210を登録するときに、設定される値であり、ノード格納場所を示す文字列であれば何でもよい。ノード格納場所には、ノード更新管理システム100のレジストリ150が設定されてもよいし、サービス開発者20が独自に用意したレジストリや、複数のサービス開発者間で共有されているレジストリが設定されてもよく、さらにサービス開発者計算機200が保有するレジストリやサービス連携プログラム210が設定されてもよい。 The node storage location (T505) is set when the service developer 20 registers the service linkage program 210 in the node update management system 100, or when the service linkage program 210 is registered in the node update management system 100 via another system. , is the value to be set, and any character string indicating the node storage location can be used. As the node storage location, the registry 150 of the node update management system 100 may be set, a registry independently prepared by the service developer 20, or a registry shared among a plurality of service developers. Alternatively, a registry owned by the service developer's computer 200 or the service cooperation program 210 may be set.
 次に、図8を参照しながら、ノード更新ポリシー情報について説明する。図8は、ノード更新ポリシー情報の構成例を示す。 Next, the node update policy information will be described with reference to FIG. FIG. 8 shows a configuration example of node update policy information.
 ノード更新ポリシー情報T610は、ノード更新管理システムの利用者であるサービス開発者を識別する利用者ID(T601)と、サービス連携プログラムを識別するサービス連携プログラムID(T602)と、ポリシー(T603)と、を含む。 The node update policy information T610 includes a user ID (T601) that identifies a service developer who is a user of the node update management system, a service cooperation program ID (T602) that identifies a service cooperation program, and a policy (T603). ,including.
 利用者ID(T601)は、利用者情報T110の利用者ID(T101)に一致する値である。 The user ID (T601) is a value that matches the user ID (T101) of the user information T110.
 サービス連携プログラムID(T602)は、利用者情報T110のサービス連携プログラムID(T105)に一致する値である。 The service linkage program ID (T602) is a value that matches the service linkage program ID (T105) of the user information T110.
 ポリシー(T603)は、ノード更新手段(T504)に基づいて更新または生成したノードファイル151に対するポリシーを示す情報である。ポリシー(T603)は、サービス開発者20がノード更新管理システム100にサービス連携プログラム210を登録するとき、または、他のシステム経由でノード更新管理システム100にサービス連携プログラム210を登録するときに、設定される情報である。ポリシー(T603)には、例えば更新または生成したノードファイル151を他のサービス開発者20と共有することの許可/不許可の情報が設定されてもよい。 The policy (T603) is information indicating the policy for the node file 151 updated or generated based on the node update means (T504). The policy (T603) is set when the service developer 20 registers the service cooperation program 210 in the node update management system 100 or registers the service cooperation program 210 in the node update management system 100 via another system. It is information that is In the policy (T603), for example, information on permission/non-permission to share the updated or generated node file 151 with other service developers 20 may be set.
 次に、図9を参照しながら、認証情報について説明する。図9は、認証情報の構成例を示す。 Next, the authentication information will be explained with reference to FIG. FIG. 9 shows a configuration example of authentication information.
 認証情報T710は、ノード更新管理システム100の利用者であるサービス開発者20を識別する利用者ID(T701)と、その利用者が利用しているサービスを識別するサービスID(T702)と、認証情報(T703)と、を含む。 The authentication information T710 includes a user ID (T701) that identifies the service developer 20 who is the user of the node update management system 100, a service ID (T702) that identifies the service used by the user, and an authentication information (T703);
 利用者ID(T701)は、利用者情報T110の利用者ID(T101)に一致する値である。 The user ID (T701) is a value that matches the user ID (T101) of the user information T110.
 サービスID(T702)は、利用者情報T110のサービスID(T102)と一致する値である。 The service ID (T702) is a value that matches the service ID (T102) of the user information T110.
 認証情報(T703)は、サービスID(T702)のサービスを利用するための認証情報である。認証情報(T703)は、サービス開発者20がノード更新管理システム100にサービスを登録するとき、または、他のシステム経由でノード更新管理システム100にサービスを登録するとき、さらに情報更新プログラム140の実行によりサービス情報が更新されるときに、設定される値である。認証情報(T703)は、例えばユーザ名とパスワードのペアを暗号化したデータでもよく、またアクセストークン情報を暗号化したデータでもよいし、認証情報を格納したファイルへのパス情報でもよい。なお、認証情報を設定しない場合には、例えば「―」という文字列や空白文字などが設定されてもよいし、認証情報が未設定であることを示す文字列が設定されてもよい。 The authentication information (T703) is authentication information for using the service of the service ID (T702). The authentication information (T703) is used when the service developer 20 registers a service in the node update management system 100 or registers a service in the node update management system 100 via another system, and when the information update program 140 is executed. This value is set when the service information is updated by The authentication information (T703) may be, for example, data obtained by encrypting a pair of user name and password, data obtained by encrypting access token information, or path information to a file storing authentication information. When the authentication information is not set, for example, a character string such as "-" or a blank character may be set, or a character string indicating that the authentication information has not been set may be set.
 次に、図10を参照しながら、ノードを更新する際の処理フローの一例について説明する。図10は、サービス開発者20が利用するサービスに更新が発生した際に、ノード更新管理システム100が該当サービスを利用するノードの更新処理を実施するステップの一例を示したフローチャートである。なお、上述したように、プログラム処理の主体は、プロセッサである。 Next, an example of the processing flow when updating a node will be described with reference to FIG. FIG. 10 is a flow chart showing an example of the steps in which the node update management system 100 updates the node using the service when the service used by the service developer 20 is updated. Note that, as described above, the subject of program processing is the processor.
 ノード更新管理システム100は、各プログラムの処理を行うために待機している(S100)。 The node update management system 100 is on standby to process each program (S100).
 その後、更新取得プログラム110の実行により、サービス更新情報が取得される(S101)。情報更新プログラム140の実行によりサービス情報T210が更新されたことを契機に、更新取得プログラム110の実行によりサービス更新情報が取得されてもよいし、サービス開発者20が任意のタイミングで更新取得プログラム110を実行させることにより、サービス情報T210が取得されてもよい。なお、情報更新プログラム140の処理については、後で詳しく説明する。また、更新取得プログラム110の実行により、取得したサービス情報T210をメモリ上に記録したり、ファイルに出力したりする処理が行われることに併せて、前回に取得した情報を記録しておく処理が行われる。 After that, service update information is acquired by executing the update acquisition program 110 (S101). Service update information may be acquired by executing the update acquisition program 110 when the service information T210 is updated by executing the information update program 140, or the service developer 20 may acquire the update acquisition program 110 at any timing. The service information T210 may be obtained by executing Note that the processing of the information update program 140 will be described later in detail. Further, by executing the update acquisition program 110, the acquired service information T210 is recorded in the memory or output to a file. done.
 そして、更新取得プログラム110の実行により、前回に取得した情報と今回ステップS101で取得した情報との照合が行われ、更新の発生しているサービスが判定される(S102)。この判定は、例えば、現在サービスバージョン(T204)の比較に基づく判定であってもよいし、現在サービスAPI(T205)の比較に基づく判定であってもよい。そして、更新取得プログラム110の実行により、更新の発生しているサービスが判定された後に、該当サービスのサービスID(T201)が取得され、利用者情報T110が参照されて該当サービスのサービスIDを含む利用者ID(T101)が取得される。 Then, by executing the update acquisition program 110, the information acquired last time and the information acquired this time in step S101 are collated, and the updated service is determined (S102). This determination may be, for example, a determination based on comparison of the current service version (T204) or a determination based on comparison of the current service API (T205). Then, by executing the update acquisition program 110, after the service in which the update has occurred is determined, the service ID (T201) of the corresponding service is acquired, and the user information T110 is referenced to include the service ID of the corresponding service. A user ID (T101) is acquired.
 次に、更新通知プログラム120の実行により、ステップS102で取得した各利用者ID(T101)が示す該当利用者に、サービスが更新されていること、および、そのサービスを利用するノードを更新可能であることが通知される(S103、S104)。この通知処理の詳細について説明すると、まず、更新通知プログラム120の実行により、該当利用者の利用者情報T110の通知情報ID(T104)が取得される。次に、更新通知プログラム120の実行により、通知情報(T410)の該当する通知情報ID(T401)が参照され、通知先情報(T402)と通知手段(T403)が取得され、該当利用者に前記の更新に関する情報が送信(通知)される。 Next, by executing the update notification program 120, the corresponding user indicated by each user ID (T101) acquired in step S102 is notified that the service has been updated and that the node using the service can be updated. It is notified that there is (S103, S104). To explain the details of this notification process, first, by executing the update notification program 120, the notification information ID (T104) of the user information T110 of the corresponding user is acquired. Next, by executing the update notification program 120, the corresponding notification information ID (T401) of the notification information (T410) is referenced, the notification destination information (T402) and notification means (T403) are acquired, and the above is sent (notified).
 通知先が利用者のサービス連携プログラム210の場合(すなわち、通知先がサービス開発者計算機200の場合)、通知の態様として、例えば、図14に示すように、サービス連携プログラム210の実行画面に通知内容220を表示させる方法が考えられる。また、更新対象のサービスを利用するノードに対して更新があることを示すサイン230を表示させる方法が考えられる。ここで、表示に用いるデータは、適宜のプログラムの実行により生成される。また、これらの表示の方法に限定されず、サービス連携プログラム210が持つ表示機能を活用して、その他の表示の態様が実現されてもよい。 When the notification destination is the user's service cooperation program 210 (that is, when the notification destination is the service developer's computer 200), as a form of notification, for example, as shown in FIG. A method of displaying the content 220 is conceivable. Also, a method of displaying a sign 230 indicating that there is an update for a node that uses the service to be updated is conceivable. Here, data used for display is generated by executing an appropriate program. Moreover, the display method is not limited to these, and other display modes may be realized by utilizing the display function of the service cooperation program 210 .
 該当利用者に通知した後、更新通知プログラム120の実行により、ノード更新管理システム100は、該当利用者からの回答を受信するように待機する。そして、該当利用者からノードの更新拒否の回答を受信した場合、ステップS105の処理がスキップされ、ステップS106の処理が行われる。 After notifying the relevant user, the update notification program 120 is executed so that the node update management system 100 waits to receive a response from the relevant user. Then, when a response to reject the update of the node is received from the corresponding user, the process of step S105 is skipped and the process of step S106 is performed.
 その一方で、該当利用者からノードの更新可能の回答を受信した場合、更新取得プログラム110が実行されて更新実行プログラム130が呼び出され、ノード更新が実行される(S105)。なお、ノード更新処理について、他のフローチャートを用いて後で詳しく説明する。 On the other hand, if a reply that the node can be updated is received from the corresponding user, the update acquisition program 110 is executed to call the update execution program 130, and the node is updated (S105). Note that the node update processing will be described later in detail using other flowcharts.
 そして、該当利用者がまだ残っている場合、次の該当利用者が取得され、処理が継続する(S103、S106)。ステップS106の後に(つまり、該当利用者がもう残っていない場合)、ステップS107に進んでノード更新フローチャートが終了する。 Then, if the applicable user still remains, the next applicable user is acquired and the process continues (S103, S106). After step S106 (that is, when there are no more applicable users left), the process proceeds to step S107 and the node update flowchart ends.
 次に、図11を参照しながら、ノードの更新処理について詳しく説明する。図11は、更新実行プログラム130の実行によりノードが更新される処理の一例を示したフローチャートである。なお、上述したように、プログラム処理の主体は、プロセッサである。 Next, the node update processing will be described in detail with reference to FIG. FIG. 11 is a flow chart showing an example of a process of updating a node by executing the update execution program 130. As shown in FIG. Note that, as described above, the subject of program processing is the processor.
 図10のノード更新フローチャートのステップS105において、更新取得プログラム110の実行により更新実行プログラム130が呼び出されると、ステップS105からステップS200に進んで、ステップS201の処理が行われる。このステップでは、更新実行プログラム130の実行により、利用者情報T110が参照され、該当利用者のサービス連携プログラムID(T105)が取得される(S201)。 In step S105 of the node update flowchart of FIG. 10, when the update execution program 130 is called by executing the update acquisition program 110, the process proceeds from step S105 to step S200, and step S201 is performed. In this step, the user information T110 is referred to by executing the update execution program 130, and the service cooperation program ID (T105) of the user is obtained (S201).
 次に、更新実行プログラム130の実行により、サービス連携プログラム情報T510が参照され、該当するサービス連携プログラムID(T501)のノード更新手段(T504)が取得される(S202)。 Next, by executing the update execution program 130, the service cooperation program information T510 is referenced, and the node update means (T504) of the corresponding service cooperation program ID (T501) is acquired (S202).
 また、更新実行プログラム130の実行により、認証情報T710が参照され、該当利用者が利用する該当サービスの認証情報(T703)が取得される(S203)。なお、認証情報(T703)が見つからない場合、または、その中身が空白文字や「―」などの情報が存在しないことを示す文字列である場合、更新実行プログラム130の実行により認証情報が取得されない。 Also, by executing the update execution program 130, the authentication information T710 is referred to, and the authentication information (T703) of the corresponding service used by the corresponding user is acquired (S203). If the authentication information (T703) cannot be found, or if the content is a character string such as a blank character or "-" indicating that information does not exist, the authentication information is not acquired by executing the update execution program 130. .
 そして、更新実行プログラム130の実行により、ノード生成プログラム310が実行され、S202で取得したノード更新手段(T504)を使用してノード生成が実行される(S204)。なお、ステップS203で認証情報(T703)が取得されている場合、ノード生成時にその認証情報が含まれてもよい。 Then, by executing the update execution program 130, the node generation program 310 is executed, and node generation is executed using the node update means (T504) acquired in S202 (S204). If the authentication information (T703) has been acquired in step S203, the authentication information may be included when the node is generated.
 次に、更新実行プログラム130の実行により、ノード更新ポリシー情報T610が参照され、該当する利用者ID(T601)とサービス連携プログラムID(T602)に一致するポリシー(T603)が取得される(S205)。 Next, by executing the update execution program 130, the node update policy information T610 is referred to, and the policy (T603) matching the corresponding user ID (T601) and service cooperation program ID (T602) is obtained (S205). .
 そして、更新実行プログラム130の実行により、サービス連携プログラム情報T510が参照され、該当するサービス連携プログラムID(T501)のノード格納場所(T505)が取得される(S206)。ここで、ノード格納場所(T505)が複数設定されている場合、先に取得したポリシー(T603)に基づいてノード格納場所(T505)が選択されてもよい。例えば、利用者ID「user001」がサービス連携プログラムID「i001」を使用している場合、ポリシーは「共有可」であることから、ノード格納場所として「共有レジストリ1」を選択することができる。 Then, by executing the update execution program 130, the service cooperation program information T510 is referred to, and the node storage location (T505) of the corresponding service cooperation program ID (T501) is acquired (S206). Here, if multiple node storage locations (T505) are set, the node storage location (T505) may be selected based on the previously acquired policy (T603). For example, when the user ID "user001" uses the service linkage program ID "i001", the policy is "sharable", so "shared registry 1" can be selected as the node storage location.
 次に、更新実行プログラム130の実行により、ステップS204で生成したノードがステップS206で選択されたノード格納場所に格納される(S207)。そして、更新通知プログラム120が利用されて、ノード生成によって利用者のノードの更新が完了したことが利用者に通知される。ここで、利用者への通知は、通知情報(T410)が使用される(S208)。 Next, by executing the update execution program 130, the node generated in step S204 is stored in the node storage location selected in step S206 (S207). Then, the update notification program 120 is used to notify the user that the update of the user's node has been completed through node generation. Here, notification information (T410) is used for notification to the user (S208).
 その後、ステップS208の後にステップS209に進み、ノード更新フローチャートのS106に進むことにより、ノード更新実行フローチャートは終了する。 After that, the node update execution flowchart ends by proceeding to step S209 after step S208 and proceeding to S106 of the node update flowchart.
 次に、情報更新プログラム140の実行により、サービスの情報が更新される処理の一例について説明する。図12は、情報更新プログラム140がサービスの情報を更新する処理の一例を示したフローチャートである。なお、上述したように、プログラム処理の主体は、プロセッサである。 Next, an example of processing for updating service information by executing the information update program 140 will be described. FIG. 12 is a flow chart showing an example of processing for updating service information by the information update program 140 . Note that, as described above, the subject of program processing is the processor.
 ノード更新管理システム100は、情報更新プログラム140の処理を行うために待機している(S300)。すなわち、ステップS300は、情報を受信して処理を実行するために待機している状態である。 The node update management system 100 is on standby to process the information update program 140 (S300). That is, step S300 is a state of waiting for receiving information and executing processing.
 情報更新プログラム140の実行により、サービス監視計算機400から受信するサービス更新情報が取得される(S301)。ここで、当該サービス更新情報は、更新通知プログラム420の実行により送信される。そして、情報更新プログラム140の実行により、サービス更新情報が解析され、サービス情報T210のうちのサービス名(T202)、サービス説明(T203)、現在サービスバージョン(T204)、および、現在サービスAPI(T205)が取得される。 By executing the information update program 140, the service update information received from the service monitoring computer 400 is obtained (S301). Here, the service update information is transmitted by executing the update notification program 420 . By executing the information update program 140, the service update information is analyzed, and the service name (T202), the service description (T203), the current service version (T204), and the current service API (T205) in the service information T210 are analyzed. is obtained.
 また、情報更新プログラム140の実行により、サービス監視計算機400に対してサービス更新情報を問い合わせて、サービス監視計算機400において更新管理プログラム410の実行により管理されているサービス更新情報が取得される(S302)。サービス更新情報の取得は、更新管理プログラム410の公開によるAPI経由であってもよい。また、更新管理プログラム410の実行により出力されるファイルが取得され、これにより、サービス更新情報が取得されてもよい。サービス更新情報の取得方法は、サービス更新情報を適切に取得することができれば特に限定されず、他の取得方法であってもよい。 Further, by executing the information update program 140, the service monitoring computer 400 is inquired about the service update information, and the service update information managed by the service monitoring computer 400 by executing the update management program 410 is acquired (S302). . Acquisition of service update information may be via an API by publishing the update management program 410 . Alternatively, a file output by executing the update management program 410 may be acquired, and service update information may be acquired. The acquisition method of the service update information is not particularly limited as long as the service update information can be acquired appropriately, and other acquisition methods may be used.
 そして、情報更新プログラム140の実行により、サービス情報T210が参照され、サービス名(T202)が一致する情報が取得され、現在サービスバージョン(T204)および現在サービスAPI(T205)が、ステップS301やステップS302において取得したサービス更新情報と差異がないかを確認する(S303)。ここで、差異が存在する場合、現在のサービス情報T210の現在サービスバージョン(T204)および現在サービスAPI(T205)を前サービスバージョン(T206)および前サービスAPI(T207)にコピーし、サービス更新情報の値を現在サービスバージョン(T204)および現在サービスAPI(T205)に設定することで、サービス情報T210の情報が更新される。 Then, by executing the information update program 140, the service information T210 is referred to, information matching the service name (T202) is obtained, and the current service version (T204) and current service API (T205) are updated in step S301 and step S302. It is checked whether there is any difference from the service update information acquired in (S303). Here, if there is a difference, the current service version (T204) and current service API (T205) of the current service information T210 are copied to the previous service version (T206) and previous service API (T207), and the service update information By setting values in the current service version (T204) and current service API (T205), the information in the service information T210 is updated.
 ステップS303の後にステップS304に進み、サービス情報更新フローチャートは終了する。 After step S303, the process proceeds to step S304, and the service information update flowchart ends.
 次に、図10に示す処理フローとは異なる処理フローでノードを更新する方法について説明する。図13は、サービス開発者20が利用するサービスに更新が発生した際に、ノード更新管理システム100が該当サービスを利用するノードの更新処理を実施するステップの一例を示したフローチャートである。図10のフローチャートでは利用者情報を起点にノード更新処理を実行するが、図13では更新されたサービスを起点として、該当サービスを利用する複数のサービス連携プログラム210に対してノード更新を実行する点が差異となる。なお、上述したように、プログラム処理の主体は、プロセッサである。 Next, a method for updating nodes with a processing flow different from the processing flow shown in FIG. 10 will be described. FIG. 13 is a flow chart showing an example of the steps in which the node update management system 100 updates the node using the service when the service used by the service developer 20 is updated. In the flowchart of FIG. 10, the node update process is executed starting from the user information, but in FIG. is the difference. Note that, as described above, the subject of program processing is the processor.
 はじめに、ノード更新管理システム100の各プログラムは処理実行を待機している(S400)。 First, each program of the node update management system 100 waits for processing execution (S400).
 次に、更新取得プログラム110の実行により、サービス更新情報が取得される(S401)。この処理はS101と同じであるため、説明を省略する。 Next, service update information is acquired by executing the update acquisition program 110 (S401). Since this process is the same as S101, the description is omitted.
 そして、更新取得プログラム110の実行により、前回に取得した情報と今回ステップS101で取得した情報とが照合され、更新の発生しているサービスが判定される(S403)。この処理はS102と同じであるため、説明を省略する。 Then, by executing the update acquisition program 110, the information acquired last time and the information acquired this time in step S101 are collated, and the updated service is determined (S403). Since this process is the same as S102, the description is omitted.
 更新の発生しているサービスを判定後、更新取得プログラム110の実行により、該当サービスのサービスID(T201)が取得される。そして、利用者情報T110が参照され、該当サービスIDを含む利用者ID(T101)が取得される(S404)。 After determining which service has been updated, the update acquisition program 110 is executed to acquire the service ID (T201) of the corresponding service. Then, the user information T110 is referenced, and the user ID (T101) including the corresponding service ID is obtained (S404).
 次に、更新取得プログラム110の実行により、各利用者ID(T101)が示す該当利用者に、サービスが更新されていること、および、そのサービスを利用するノードを更新可能であることが通知される(S405)。この処理は更新通知プログラム120を用いて行われる処理であってステップS104と同じであるため、説明を省略する。 Next, by executing the update acquisition program 110, the corresponding user indicated by each user ID (T101) is notified that the service has been updated and that the node using the service can be updated. (S405). This process is a process performed using the update notification program 120 and is the same as step S104, so a description thereof will be omitted.
 該当利用者からノードの更新可能の回答を受信した場合、更新取得プログラム110が実行されて更新実行プログラム130が呼び出され、ノード更新が実行される(S406)。この処理はステップS105と同じであるため、説明を省略する。 When a response is received from the user that the node can be updated, the update acquisition program 110 is executed, the update execution program 130 is called, and the node is updated (S406). Since this process is the same as step S105, description thereof is omitted.
 そして、該当サービスがまだ残っている場合、次のサービス情報が取得され、処理が継続する(S402、S407)。ステップS407の後に(つまり、該当サービスがもう残っていない場合)、ステップS408に進んでノード更新フローチャートが終了する。 Then, if the corresponding service still remains, the next service information is acquired and the process continues (S402, S407). After step S407 (that is, if there are no more services remaining), the process proceeds to step S408 and the node update flowchart ends.
 図13に示すように、サービス単位で該当利用者を特定する処理を行うことにより、サービス単位でまとめて利用者に通知することができる。従って、更新されたサービスが多くなる状況であっても柔軟に対応することができ、効率の良い通知を行うことができる。 As shown in FIG. 13, by performing the process of specifying the relevant user for each service, it is possible to collectively notify the user for each service. Therefore, it is possible to flexibly cope with a situation in which there are many updated services, and it is possible to perform efficient notification.
 以上、実施形態の構成および手段によって、ノード更新管理システム100の利用者であるサービス開発者20は、サービスが更新されたことを契機に、サービス連携プログラム210が利用するノードを更新でき、サービス開発者220がサービス更新に対応する際のサービス開発効率化が期待される。 As described above, with the configuration and means of the embodiment, the service developer 20 who is the user of the node update management system 100 can update the node used by the service cooperation program 210 when the service is updated. This is expected to improve the efficiency of service development when the person 220 responds to service updates.
100 ノード更新管理システム
110 更新取得プログラム
120 更新通知プログラム
130 更新実行プログラム
140 情報更新プログラム
200 サービス開発者計算機
210 サービス連携プログラム
300 ノード生成計算機
400 サービス監視計算機
500 実行環境
100 node update management system 110 update acquisition program 120 update notification program 130 update execution program 140 information update program 200 service developer computer 210 service cooperation program 300 node generation computer 400 service monitoring computer 500 execution environment

Claims (15)

  1.  デジタルサービスの定義に用いるノードを管理するノード管理システムであって、
     プロセッサを備え、
     前記プロセッサは、
     (1)更新取得プログラムを実行して、サービスの更新情報を取得し、
     (2)更新実行プログラムを実行して、前記のサービスの更新情報から求められた更新されたサービスの実行に用いるノードを更新するためのノード更新パラメータを取得し、前記ノードを更新する、
    ことを特徴とするノード管理システム。
    A node management system for managing nodes used to define digital services,
    with a processor
    The processor
    (1) Execute an update acquisition program to acquire service update information,
    (2) executing an update execution program to obtain a node update parameter for updating a node used to execute the updated service obtained from the service update information, and update the node;
    A node management system characterized by:
  2.  請求項1に記載のノード管理システムであって、
     前記プロセッサは、
     前記ノードを更新する前に、更新通知プログラムを実行して、前記ノードの更新の許可/不許可を選択する通知を利用者に行う、
    ことを特徴とするノード管理システム。
    A node management system according to claim 1,
    The processor
    Before updating the node, an update notification program is executed to notify the user to select permission/non-permission of the update of the node;
    A node management system characterized by:
  3.  請求項2に記載のノード管理システムであって、
     前記プロセッサは、
     前記更新通知プログラムを実行して、前記ノードの更新の許可/不許可を選択する画面を表示させる通知を行う、
    ことを特徴とするノード管理システム。
    A node management system according to claim 2,
    The processor
    Execute the update notification program to perform notification to display a screen for selecting permission/non-permission of update of the node;
    A node management system characterized by:
  4.  請求項3に記載のノード管理システムであって、
     前記プロセッサは、
     前記更新通知プログラムを実行して、更新された前記サービスを示す情報を加えた表示による通知を行う、
    ことを特徴とするノード管理システム。
    A node management system according to claim 3,
    The processor
    Execute the update notification program to notify by displaying information indicating the updated service.
    A node management system characterized by:
  5.  請求項1に記載のノード管理システムであって、
     記憶部を備え、
     前記記憶部は、
     利用者を識別する情報と、前記利用者が利用するサービスを識別する情報と、を関連付けた情報を記憶し、
     前記プロセッサは、
     前記更新取得プログラムを実行して、前記情報を利用して更新する対象のノードによって実行されるサービスの利用者を特定し、
     前記ノードを更新する前に、更新通知プログラムを実行して、前記ノードの更新の許可/不許可を選択する通知を前記利用者に行う、
    ことを特徴とするノード管理システム。
    A node management system according to claim 1,
    Equipped with a storage unit,
    The storage unit
    storing information that associates information identifying a user with information identifying a service used by the user;
    The processor
    identifying a user of a service executed by a node to be updated using the information by executing the update acquisition program;
    Before updating the node, an update notification program is executed to notify the user to select permission/non-permission of update of the node.
    A node management system characterized by:
  6.  請求項5に記載のノード管理システムであって、
     前記プロセッサは、
     前記更新取得プログラムの実行において、更新されたサービスの利用者をサービス単位で特定し、
     前記更新通知プログラムの実行において、サービス単位でまとめて利用者に通知する、
    ことを特徴とするノード管理システム。
    A node management system according to claim 5,
    The processor
    In executing the update acquisition program, identifying a user of the updated service for each service,
    In the execution of the update notification program, notifying the user collectively for each service;
    A node management system characterized by:
  7.  請求項1に記載のノード管理システムであって、
     前記プロセッサは、
     前記更新取得プログラムの実行において、サービスを監視するサービス監視計算機から取得される情報に基づいて、前記のサービスの更新情報を取得する、
    ことを特徴とするノード管理システム。
    A node management system according to claim 1,
    The processor
    In executing the update acquisition program, update information of the service is acquired based on information acquired from a service monitoring computer that monitors the service;
    A node management system characterized by:
  8.  デジタルサービスの定義に用いるノードを管理するノード管理方法であって、
     (1)サービスの更新情報を取得し、
     (2)前記のサービスの更新情報から求められた更新されたサービスの実行に用いるノードを更新するためのノード更新パラメータを取得し、前記ノードを更新する、
    ことを特徴とするノード管理方法。
    A node management method for managing nodes used to define a digital service,
    (1) to obtain service update information;
    (2) obtaining a node update parameter for updating the node used for executing the updated service obtained from the service update information, and updating the node;
    A node management method characterized by:
  9.  請求項8に記載のノード管理方法であって、
     前記ノードを更新する前に、前記ノードの更新の許可/不許可を選択する通知を利用者に行う、
    ことを特徴とするノード管理方法。
    A node management method according to claim 8,
    before updating the node, notifying the user to select permission/non-permission to update the node;
    A node management method characterized by:
  10.  請求項9に記載のノード管理方法であって、
     前記ノードの更新の許可/不許可を選択する画面を表示させる通知を行う、
    ことを特徴とするノード管理方法。
    A node management method according to claim 9,
    Notifying to display a screen for selecting permission/non-permission of update of the node;
    A node management method characterized by:
  11.  請求項10に記載のノード管理方法であって、
     更新された前記サービスを示す情報を加えた表示による通知を行う、
    ことを特徴とするノード管理方法。
    A node management method according to claim 10,
    Notifying by display with information indicating the updated service;
    A node management method characterized by:
  12.  請求項8に記載のノード管理方法であって、
     利用者を識別する情報と、前記利用者が利用するサービスを識別する情報と、を関連付けた情報を用いて、更新する対象のノードによって実行されるサービスの利用者を特定し、
     前記ノードを更新する前に、前記ノードの更新の許可/不許可を選択する通知を前記利用者に行う、
    ことを特徴とするノード管理方法。
    A node management method according to claim 8,
    identifying a user of a service executed by a node to be updated using information that associates information identifying a user with information identifying a service used by the user;
    before updating the node, notifying the user to select permission/non-permission of updating the node;
    A node management method characterized by:
  13.  請求項12に記載のノード管理方法であって、
     更新する対象のノードによって実行されるサービスの利用者を特定する際に、利用者をサービス単位で特定し、
     前記ノードの更新の許可/不許可を選択する通知を前記利用者に行う際に、サービス単位でまとめて利用者に通知する、
    ことを特徴とするノード管理方法。
    A node management method according to claim 12,
    When identifying the users of the services executed by the node to be updated, identify the users on a service-by-service basis,
    When notifying the user to select permission/non-permission of update of the node, collectively notifying the user for each service;
    A node management method characterized by:
  14.  請求項8に記載のノード管理方法であって、
     サービスを監視するサービス監視計算機から取得される情報に基づいて、前記のサービスの更新情報を取得する、
    ことを特徴とするノード管理方法。
    A node management method according to claim 8,
    obtaining update information of the service based on information obtained from a service monitoring computer that monitors the service;
    A node management method characterized by:
  15.  請求項8に記載のノード管理方法を電子計算機に実行させるプログラム。 A program for causing a computer to execute the node management method according to claim 8.
PCT/JP2021/031618 2021-03-11 2021-08-27 Node management system and node management method WO2022190409A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2021039456A JP2022139187A (en) 2021-03-11 2021-03-11 Node management system and node management method
JP2021-039456 2021-03-11

Publications (1)

Publication Number Publication Date
WO2022190409A1 true WO2022190409A1 (en) 2022-09-15

Family

ID=83227768

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2021/031618 WO2022190409A1 (en) 2021-03-11 2021-08-27 Node management system and node management method

Country Status (2)

Country Link
JP (1) JP2022139187A (en)
WO (1) WO2022190409A1 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006195555A (en) * 2005-01-11 2006-07-27 Toshiba Tec Corp Web service processor, web service starting method and web service starting program
JP2017174233A (en) * 2016-03-24 2017-09-28 キヤノン株式会社 Information processing apparatus, method, and program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006195555A (en) * 2005-01-11 2006-07-27 Toshiba Tec Corp Web service processor, web service starting method and web service starting program
JP2017174233A (en) * 2016-03-24 2017-09-28 キヤノン株式会社 Information processing apparatus, method, and program

Also Published As

Publication number Publication date
JP2022139187A (en) 2022-09-26

Similar Documents

Publication Publication Date Title
US8930941B2 (en) Capability model for deploying componentized applications
JP4900982B2 (en) Method for managing failover in a server cluster, failover server and computer program
US8639798B2 (en) Managing configuration items
US8494996B2 (en) Creation and revision of network object graph topology for a network performance management system
US8843561B2 (en) Common cluster model for configuring, managing, and operating different clustering technologies in a data center
JP5270209B2 (en) Computer system, method and computer program for managing the progress of a plurality of tasks
JP4701220B2 (en) Business process reconfiguration method, program thereof and computer
US8117611B2 (en) Method, system, and program product for deploying a platform dependent application in a grid environment
JP6011479B2 (en) Application management apparatus, application management system, and program
US8196137B2 (en) Remote auto provisioning and publication of applications
US20080301626A1 (en) Template-based software development
JP2010521726A (en) Method, system, and computer program for distributing customized software products
US11876817B2 (en) Modeling queue-based message-oriented middleware relationships in a security system
TW200820075A (en) Method and apparatus for on-demand composition and teardown of service infrastructure
CN101454766A (en) Management of composite software services
TW200901039A (en) Resource manager and method
JP2009169860A (en) Computer system for managing configuration item, and method and computer program therefor
US20090300584A1 (en) Methods and systems for providing a demo appliance and migrating the demo appliance to a production appliance
JP2012256148A (en) Operational management device and method
US20060041440A1 (en) Method, system and program product for managing a project
CN103631636A (en) Enabling multi-tenancy for a commerce server
JP2006099307A (en) Method for installing application set in distribution server
US8799930B2 (en) Event-driven component integration framework for implementing distributed systems
US20080216093A1 (en) Method, system and computer program for monitoring components in a service framework
US11570048B2 (en) Declarative language and compiler for provisioning and deploying data centers on cloud platforms

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21930258

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21930258

Country of ref document: EP

Kind code of ref document: A1