CN113923250B - Method, device and system for assisting network service arrangement - Google Patents

Method, device and system for assisting network service arrangement Download PDF

Info

Publication number
CN113923250B
CN113923250B CN202010648613.1A CN202010648613A CN113923250B CN 113923250 B CN113923250 B CN 113923250B CN 202010648613 A CN202010648613 A CN 202010648613A CN 113923250 B CN113923250 B CN 113923250B
Authority
CN
China
Prior art keywords
data model
node control
network service
data
control
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010648613.1A
Other languages
Chinese (zh)
Other versions
CN113923250A (en
Inventor
钟锋
丘水平
石勇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Huawei Technologies Co Ltd
Original Assignee
Huawei Technologies Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CN202010648613.1A priority Critical patent/CN113923250B/en
Publication of CN113923250A publication Critical patent/CN113923250A/en
Application granted granted Critical
Publication of CN113923250B publication Critical patent/CN113923250B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming

Abstract

The embodiment of the application discloses a method, a device and a system for assisting network service arrangement, relates to the field of computers, realizes visualization of a network service arrangement process, reduces complexity of network service arrangement and improves arrangement efficiency. The specific scheme is as follows: displaying a logic diagram of the network service on a display interface of the first device; then the first device assists in arranging the network service according to the logic diagram; wherein the logic diagram comprises at least one node control; each node control in the at least one node control is respectively associated with one data model in at least one data model included in the network service.

Description

Method, device and system for assisting network service arrangement
Technical Field
The embodiment of the application relates to the technical field of information, in particular to a method, a device and a system for assisting network service arrangement.
Background
The web service is an application developed based on a hypertext transfer protocol (http) remote invocation technique. The application may support access across programming languages and across operating systems. For example, a technician develops a weather-querying web service, and a user can access the application (weather-querying web service) to query weather through any one device. Specifically, the user may input "today weather" in the application program, and the application program generates a query request for querying the today weather and sends the query request to the service gateway. And the service gateway acquires the current weather data from the database according to the query request and sends the current weather data to the user equipment.
The orchestration process of the web service may include design, development, test, and release of the web service, among others.
At present, the process of arranging network services mainly includes: firstly, developers analyze data models required by the network services to be arranged, relations among data structures in the data models, relations among the data models, input and output parameters and the like, then manually comb out logical relations among information such as the data models, relations among the data structures in the data models, relations among the data models, input and output parameters and the like required by the network services, and then write an executable script program according to the logical relations. And further testing and releasing the written script program.
However, in the process of arranging the network service, a developer needs to refer to information of the data model, needs to be familiar with a database query language, needs to manually comb the data structure in each data model in the database, the associated logic between each data model, the logical relationship between the input/output parameters and the data model, and the like, so that the requirement on the skills of the developer is high, and the whole implementation process is complex and low in efficiency.
Disclosure of Invention
The application provides a method, a device and a system for assisting network service arrangement, which realize the visualization of a network service arrangement process, reduce the complexity of the network service arrangement and improve the arrangement efficiency.
In order to achieve the purpose, the following technical scheme is adopted in the application:
in a first aspect, the present application provides a method for assisting orchestration of a network service, the method being applicable to a first device, the network service comprising at least one data model, the method comprising: displaying a logic diagram of the network service on a display interface of the first device; wherein the logic diagram comprises at least one node control; each node control in the at least one node control is respectively associated with one data model in the at least one data model; and assisting to arrange the network service according to the logic diagram.
According to the method for assisting the arrangement of the network services, the data model included by the network services is represented by the visual node control in the logic diagram according to the mode of constructing the logic diagram, the node control included by the network services, namely the data model included by the network services, can be clearly and directly obtained through the logic diagram, the storage relation of data in the data model associated with the node control can be automatically obtained through the node control in the logic diagram, then the network services are assisted to be arranged according to the node control in the logic diagram, the storage relation of the data in the data model included by the network services is prevented from being manually carded, the complex process of manually arranging the network services is avoided, the visualization of the arrangement process of the network services is realized, the complexity of the arrangement of the network services is reduced, and the arrangement efficiency is improved.
The logic diagram of the network service may be configured according to actual requirements, which is not specifically limited in the present application.
In one possible implementation, the web service may include a data model, and the logical graph of the web service includes a node control.
In another possible implementation manner, the network service may include a plurality of data models and relationships between the data models, and correspondingly, the logic diagram of the network service may include a plurality of node controls and relationship controls. And the node controls are connected with each other through the relation controls. In the possible implementation manner, according to a manner of constructing a logic diagram, the data model included in the network service and the relationship between the data models are represented in the logic diagram by a visualized node control and a visualized relationship control, so that the logical relationship of the network service (the logical relationship of the network service may include the relationship between the data models and the storage relationship of data in the data models) can be clearly and directly obtained, and then the network service is arranged in an auxiliary manner according to the node control in the logic diagram, so that the logical relationship of the network service is prevented from being manually carded, the complex process of manually arranging the network service is realized, the visualization of the arranging process of the network service is realized, the complexity of arranging the network service is reduced, and the arranging efficiency is improved.
With reference to the first aspect, in a possible implementation manner, the assisted orchestration of a network service according to a logic diagram may include: and adding the input parameters of the network service and the output parameters of the network service to at least one node control included in the network service. In the possible implementation manner, the visualization degree of the network service arrangement process is further improved, the complexity of the network service arrangement is reduced, and the arrangement efficiency is improved by adding the input parameters of the network service and the output parameters of the network service to the related control in the logic diagram.
With reference to the first aspect or one of the foregoing possible implementation manners, in another possible implementation manner, adding an input parameter of a web service and an output parameter of the web service to at least one node control included in the web service may include: adding input parameters of the network service to a node control in the at least one node control, which is associated with a first data model included in the network service; and adding the output parameters of the network service to the node control associated with the last data model included in the network service in the at least one node control. In the possible implementation manner, node controls of input parameters and output parameters are added to related controls (a node control associated with a first data model included in the network service and a node control associated with a last data model included in the network service) in the logic diagram, so that the visualization degree of the network service arranging process is further improved, the complexity of the network service arranging is reduced, and the arranging efficiency is improved.
With reference to the first aspect or one of the foregoing possible implementation manners, in another possible implementation manner, the network service may include one data model, that is, a first data model included in the network service is the same as a last data model included in the network service.
Correspondingly, the node control associated with the first data model included in the web service is the same as the node control associated with the last data model included in the web service.
The data model included in the network service is not only the first data model included in the network service, but also the last data model included in the network service, that is, the logic diagram includes a node control, and the input parameters of the network service and the output parameters of the network service are added for the node control respectively.
With reference to the first aspect or the foregoing one possible implementation manner, in another possible implementation manner, the network service may include multiple data models, that is, a first data model included in the network service is different from a last data model included in the network service.
Correspondingly, the node control associated with the first data model included in the web service is different from the node control associated with the last data model included in the web service.
In one possible implementation, a control of an input parameter of a network service to be added is determined according to the identifier of the first data model included in the network service; and determining a control of the output parameter of the network service to be added according to the identifier of the last data model included in the network service.
With reference to the first aspect or one of the foregoing possible implementation manners, in another possible implementation manner, the number of the first data models that the network service may include may be one, or may also be multiple.
Correspondingly, the number of node controls associated with the first data model included in the network service may be one, or may be multiple.
With reference to the first aspect or the foregoing one possible implementation manner, in another possible implementation manner, the number of the last data model that the network service may include may be one, or may also be multiple.
Correspondingly, the number of node controls associated with the last data model included in the network service may be one, or may be multiple.
With reference to the first aspect or one of the foregoing possible implementation manners, in another possible implementation manner, a control of an input parameter of each to-be-added web service is determined according to identifiers of a plurality of first data models included in the web service; and determining a control of each output parameter of the network service to be added according to the identifiers of the last data models included in the network service.
With reference to the first aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, an input parameter of the web service is added to a node control, of the at least one node control, that is associated with a first data model included in the web service, so as to determine that first attribute information of the first data model included in the web service is used as the input parameter of the web service.
With reference to the first aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, an output parameter of the web service is added to a node control, of the at least one node control, associated with a last data model included in the web service, so as to determine that second attribute information of the last data model included in the web service is used as the output parameter of the web service.
With reference to the first aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the method may further include: receiving a first operation; in response to the first operation, determining, among the at least one node control, a node control associated with a first data model included in the web service; input parameters for a web service are received for a node control associated with a first data model included with the web service. In the possible implementation mode, the input parameters of the network service can be flexibly received through flexibly configuring the first operation, so that the visualization of the arranging process of the network service is further improved, the complexity of arranging the network service is reduced, and the arranging efficiency is improved.
With reference to the first aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the method may further include: receiving a second operation; in response to the second operation, determining, among the at least one node control, a node control associated with a last data model included in the web service; output parameters for a web service are received for a node control associated with a last data model included with the web service. In the possible implementation manner, the second operation can be flexibly configured, the output parameters of the network service can be flexibly received, the visualization of the arranging process of the network service is further improved, the complexity of arranging the network service is reduced, and the arranging efficiency is improved.
With reference to the first aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, displaying a logic diagram of a network service on a display interface of a first device may include: adding a first node control in at least one node control on a display interface of first equipment; the first node control is any one node control in the logic diagram; the first node control is associated with a first data model of the at least one data model.
Optionally, displaying the logic diagram of the network service on the display interface of the first device may include: adding a first node control in at least one node control on a display interface of first equipment; the first node control is any one of the node controls in the logic diagram; the first node control is associated with a first data model of the at least one data model.
With reference to the first aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the method may further include: and associating the first node control with the first data model according to the identification of the first data model and the identification of the first node control. In the possible implementation manner, the association between the data model and the node control is realized through the identifier of the data model and the identifier of the node control, and as one identifier has unique directivity, the reliability of the association is higher, and the reliability of the network service is also higher.
Optionally, the method may further include: acquiring an identifier of a first data model and an identifier of a first node control; and associating the first node control with the first data model according to the identification of the first data model and the identification of the first node control.
With reference to the first aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, associating the first node control with the first data model according to the identifier of the first data model and the identifier of the first node control may include: and associating the first node control with the data meeting the filtering condition in the first data model according to the identification of the first data model, the identification of the first node control and the filtering condition. In the possible implementation mode, the filtering conditions can be flexibly configured, the flexible association between the node control and the data model is realized, and the arrangement efficiency is improved.
Optionally, associating the first node control with the first data model according to the identifier of the first data model and the identifier of the first node control may include: acquiring an identifier of a first data model, an identifier of a first node control and a filtering condition; and associating the first node control with the data meeting the filtering condition in the first data model according to the identification of the first data model, the identification of the first node control and the filtering condition.
With reference to the first aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the first device obtains an identifier of the first node control, an identifier of the first data model, and a filtering condition, receives a third operation of the user, and associates the first node control with data that satisfies the filtering condition in the first data model included in the network service according to an indication of the third operation.
Wherein, the filter condition can be used for filtering part of data in the data model. The first device may configure the filtering condition according to actual requirements, which is not specifically limited in this application.
With reference to the first aspect or any one of the foregoing possible implementations, in another possible implementation, the filtering condition may be an inequality with respect to time.
With reference to the first aspect or any one of the above possible implementations, in another possible implementation, the filtering condition may be an inequality regarding some property parameters in the data model.
With reference to the first aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the logic diagram includes at least two node controls, and the web service includes at least two data models, and the method may further include: associating the second node control with the second data model according to the identifier of the second data model and the identifier of the second node control in the at least two node controls; the first data model and the second data model have a first relationship; the second node control is any one of the node controls in the logic diagram except the first node control; the first relationship is used to represent that the first data model is related to the second data model.
Optionally, the logic diagram includes at least two node controls, and the web service includes at least two data models, and the method may further include: acquiring an identifier of a second data model and an identifier of a second node control in the at least two node controls; the first data model and the second data model have a first relationship; the second node control is any one of the node controls in the logic diagram except the first node control; the first relation is used for representing that the first data model is related to the second data model; associating a second node control with the second data model.
With reference to the first aspect or any one of the foregoing possible implementations, in another possible implementation, the logic diagram may further include a first relationship control; the method may further comprise: associating the first relation control with the first relation according to the identifier of the first relation control and the identifier of the first relation; the first node control and the second node control are connected through a first relation control.
Optionally, the logic diagram may further include a first relationship control; the method may further comprise: acquiring an identifier of a first relation control and an identifier of a first relation; the first node control and the second node control are connected through a first relation control; a first relationship control is associated with the first relationship.
With reference to the first aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the method may further include: according to the search instruction, acquiring a candidate relation related to the first data model and/or a candidate data model having a relation with the first data model; wherein the search instruction includes an identification of the first data model; the candidate relationships include first relationships and the candidate data models include second data models. In the possible implementation mode, related data models and/or related relations can be searched through the search instruction, the intelligence of network arrangement is further improved, the complexity of arrangement is reduced, and the efficiency of arrangement is improved.
Optionally, the method may further include: receiving a search instruction; the search instruction includes an identification of the first data model; the search instruction is used for indicating the searching of the relation related to the first data model and/or the data model having the relation with the first data model; according to the search instruction, acquiring a candidate relation related to the first data model and/or a candidate data model having a relation with the first data model; wherein the candidate relationship comprises a first relationship and the candidate data model comprises a second data model.
With reference to the first aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the obtaining, according to a search instruction, a candidate relationship related to the first data model and/or a candidate data model having a relationship with the first data model may include: sending the search instruction to the second equipment; the second device stores a plurality of data models and relations between the data models; and receiving the candidate relationship and/or the candidate data model sent by the second equipment. In the possible implementation mode, when searching for related data models or related relations, the search can be assisted by other equipment, so that the flexibility of arrangement is improved, the complexity of arrangement is reduced, and the arrangement efficiency is improved.
With reference to the first aspect or any one of the foregoing possible implementations, in another possible implementation, the logic diagram may include at least two node controls, and the web service may include at least two data models, where the at least two data models include a third data model and a fourth data model; the method may further comprise: acquiring one or more candidate paths according to the path recommendation instruction; the path recommendation instruction comprises an identification of the third data model and an identification of the fourth data model; the candidate paths comprise paths taking the third data model as a starting point and taking the fourth data model as an end point; the one or more candidate paths comprise a target path, and the paths formed by the controls corresponding to the relationships between the data model and the data model in the target path are one path in the logic diagram. In the possible implementation mode, a section of target path of the network service can be automatically acquired in a path recommendation mode, so that the arranging intelligence is improved, the arranging complexity is reduced, and the arranging efficiency is improved.
The third data model may be a first data model of the network service, or may be a first data model in a path included in the network service; correspondingly, the fourth data model may be the last data model of the network service, or may be the last data model in a path included in the network service.
With reference to the first aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the logic diagram includes only a plurality of paths, and the paths formed by the controls corresponding to the relationships between the data model and the data model in the target path are one path in the logic diagram.
With reference to the first aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the logic diagram includes only one path, that is, a path formed by controls corresponding to relationships between the data model and the data model in the target path obtained in the path recommendation manner is a logic diagram of the network service.
Optionally, the logic diagram includes at least two node controls, the web service includes at least two data models, and the method may further include: receiving a path recommendation instruction, wherein the path recommendation instruction comprises an identifier of a third data model and an identifier of a fourth data model in at least two data models; the path recommending instruction is used for indicating that one or more candidate paths with the third data model as a starting point and the fourth data model as an end point are recommended; acquiring one or more candidate paths according to the path recommendation instruction; a candidate path comprises a plurality of data models and relations between the data models; acquiring node controls corresponding to the data models in the target path and relation controls corresponding to the relation between the data models in the target path; wherein the one or more candidate paths include a target path.
With reference to the first aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the method may further include: sending the identifier of the third data model and the identifier of the fourth data model to the second device; the second device stores a plurality of data models and relations between the data models; one or more candidate paths sent by the second device are received. In the possible implementation mode, when the path recommendation is carried out, the path recommendation can be assisted by other equipment, so that the flexibility of arrangement is improved, the complexity of arrangement is reduced, and the arrangement efficiency is improved.
With reference to the first aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the path recommendation instruction may further include an identifier of a fifth data model of the at least two data models; the candidate path may specifically include a path that passes through the fifth data model with the third data model as a start point and the fourth data model as an end point. In the possible implementation manner, when path recommendation is performed, the recommended information (the identifier of the third data model, the identifier of the fourth data model, and the identifier of the fifth data model) can be flexibly configured, so that the flexibility of recommendation and the flexibility of arrangement are improved, the complexity of arrangement is reduced, and the arrangement efficiency is improved.
Optionally, the path recommendation instruction may further include an identifier of a fifth data model; the fifth data model is a data model except the third data model and the fourth data model in at least two data models included in the network service; the path recommending instruction is specifically used for indicating that one or more candidate paths which take the third data model as a starting point and the fourth data model as an end point and pass through the fifth data model are recommended.
With reference to the first aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the method may further include: moving the control to be moved to a target position in a display interface of the first device according to the control to be moved and the target position; the controls to be moved may include one or more node controls in the logical graph. In the possible implementation mode, the control in the logic diagram can be moved, so that the flexibility of arrangement is improved, the complexity of arrangement is reduced, and the arrangement efficiency is improved.
The target position can be a target area in the display interface of the first device.
Specifically, the target position may be a specific coordinate value or a position number on the display interface of the first device. For example, the target position may be information such as a coordinate value or a position number input by the user; or the target position may be a coordinate value or position information recognized according to an operation of the user.
With reference to the first aspect or any one of the foregoing possible implementations, in another possible implementation, the control to be moved may include one or more relationship controls in a logic diagram.
With reference to the first aspect or any one of the foregoing possible implementations, in another possible implementation, the control to be moved may include one or more relationship controls and one or more node controls in the logic diagram.
With reference to the first aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the method may further include: converting the structure diagram of the network service into a script program of the network service; the structure diagram of the network service comprises: the logic diagram, the input parameters of the network service and the output parameters of the network service; and issuing the script of the network service to the gateway device. In the possible implementation mode, the structure diagram is automatically converted into the script program, so that the complexity of arrangement is reduced, and the arrangement efficiency is improved.
With reference to the first aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the method may further include: receiving an input parameter value of a network service sent by gateway equipment; running a script program of the network service added with the input parameter value to obtain an output parameter value of the network service; and sending the output parameter value of the network service to the gateway equipment.
In a second aspect, the present application provides an apparatus for assisting web services orchestration, for implementing the method described in the first aspect. The apparatus for assisting web services orchestration may be an apparatus for implementing the method described in the first aspect for a server or a support server, for example the apparatus comprises a system-on-chip. For example, the apparatus for assisting orchestration of network services may be deployed at a first device, the network services including at least one data model, the apparatus may include: a display unit and a processing unit.
The display unit is used for displaying a logic diagram of the network service on a display interface of the first device; wherein the logic diagram comprises at least one node control; each node control in the at least one node control is respectively associated with one data model in the at least one data model.
And the processing unit is used for assisting in arranging the network service according to the logic diagram.
According to the device for assisting the arrangement of the network services, the data model included by the network services is represented by the visual node control in the logic diagram according to the mode of constructing the logic diagram, the node control included by the network services, namely the data model included by the network services, can be clearly and directly obtained through the logic diagram, the storage relation of data in the data model associated with the node control can be automatically obtained through the node control in the logic diagram, then the network services are assisted to be arranged according to the node control in the logic diagram, the storage relation of the data in the data model included by the network services is prevented from being manually carded, the complex process of manually arranging the network services is avoided, the visualization of the arrangement process of the network services is realized, the complexity of the arrangement of the network services is reduced, and the arrangement efficiency is improved.
With reference to the second aspect, in a possible implementation manner, the processing unit may be specifically configured to: and adding the input parameters of the network service and the output parameters of the network service to at least one node control. In the possible implementation mode, the input parameters of the network service and the output parameters of the network service are added through the related control in the logic diagram, so that the visualization of the arranging process of the network service is further improved, the complexity of arranging the network service is reduced, and the arranging efficiency is improved.
With reference to the second aspect or one possible implementation manner described above, in another possible implementation manner, the processing unit may be specifically configured to: adding input parameters of the network service to a node control in the at least one node control, which is associated with a first data model included in the network service; and adding the output parameters of the network service to the node control associated with the last data model included in the network service in the at least one node control. In the possible implementation manner, the node controls (the node control associated with the first data model included in the network service and the node control associated with the last data model included in the network service) to which the input parameters and the output parameters are to be added can be clearly seen through the logic diagram, so that the visualization degree of the network service arrangement process is further improved, the complexity of the network service arrangement is reduced, and the arrangement efficiency is improved.
With reference to the second aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, an input parameter of the web service is added to a node control, of the at least one node control, associated with a first data model included in the web service, so as to determine that first attribute information of the first data model included in the web service is used as the input parameter of the web service.
With reference to the second aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, an output parameter of the web service is added to a node control, of the at least one node control, associated with a last data model included in the web service, so as to determine that second attribute information of the last data model included in the web service is used as the output parameter of the web service.
With reference to the second aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the method may further include: receiving a first operation; in response to the first operation, determining, among the at least one node control, a node control associated with a first data model included in the web service; input parameters for a web service are received for a node control associated with a first data model included with the web service. In the possible implementation mode, the input parameters of the network service can be flexibly received through flexibly configuring the first operation, the visualization degree of the network service arrangement process is further improved, the complexity of the network service arrangement is reduced, and the arrangement efficiency is improved.
With reference to the second aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the method may further include: receiving a second operation; in response to the second operation, determining a node control associated with a last data model included in the web service among the at least one node control; output parameters for a web service are received for a node control associated with a last data model included with the web service. In the possible implementation manner, the second operation can be flexibly configured, the output parameters of the network service can be flexibly received, the visualization degree of the network service arrangement process is further improved, the complexity of the network service arrangement is reduced, and the arrangement efficiency is improved.
With reference to the second aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the display unit may be specifically configured to: adding a first node control in at least one node control on a display interface of first equipment; the first node control is any one node control in the logic diagram; the first node control is associated with a first data model of the at least one data model; the first data model is any data model included in the network service.
With reference to the second aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the apparatus may further include: and the first association unit is used for associating the first node control with the first data model according to the identifier of the first data model and the identifier of the first node control. In the possible implementation manner, association is realized through the identification of the data model and the identification of the node control, and as one identification has unique directivity, the reliability of the association is higher, and the reliability of the network service is also higher.
With reference to the second aspect or any one of the foregoing possible implementations, in another possible implementation, the first associating unit may specifically be configured to: and associating the first node control with the data meeting the filtering condition in the first data model according to the identification of the first data model, the identification of the first node control and the filtering condition. In the possible implementation mode, the filtering conditions can be flexibly configured, the flexible association between the node control and the data model is realized, and the arrangement efficiency is improved.
With reference to the second aspect or any one of the foregoing possible implementations, in another possible implementation, the logic diagram includes at least two node controls, the web service includes at least two data models, and the apparatus may further include: the second association unit is used for associating the second node control with the second data model according to the identifier of the second data model and the identifier of the second node control in the at least two node controls; the first data model and the second data model have a first relationship therebetween; the second node control is any one of the node controls in the logic diagram except the first node control; the first relationship is used to represent that the first data model is related to the second data model.
With reference to the second aspect or any one of the foregoing possible implementations, in another possible implementation, the logic diagram may further include a first relationship control; the apparatus may further include: the third association unit is used for associating the first relation control with the first relation according to the identifier of the first relation control and the identifier of the first relation; the first node control and the second node control are connected through a first relation control.
With reference to the second aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the apparatus may further include: the searching unit is used for acquiring a candidate relation related to the first data model and/or a candidate data model having a relation with the first data model according to a searching instruction; wherein the search instruction includes an identification of the first data model; the candidate relationships include a first relationship and the candidate data models include a second data model. In the possible implementation mode, related data models and/or related relations can be searched through the search instruction, the intelligence of network arrangement is further improved, the complexity of arrangement is reduced, and the efficiency of arrangement is improved.
With reference to the second aspect or any one of the foregoing possible implementations, in another possible implementation, the search unit may be specifically configured to: sending the search instruction to the second equipment; the second device stores a plurality of data models and relations between the data models; and receiving the candidate relation and/or the candidate data model sent by the second device. In the possible implementation mode, when searching for related data models or related relations, the search can be assisted by other equipment, so that the flexibility of arrangement is improved, the complexity of arrangement is reduced, and the arrangement efficiency is improved.
With reference to the second aspect or any one of the foregoing possible implementations, in another possible implementation, the logic diagram may include at least two node controls, and the web service may include at least two data models, where the at least two data models include a third data model and a fourth data model; the apparatus may further include: the recommendation unit is used for acquiring one or more candidate paths according to the path recommendation instruction; the path recommendation instruction includes an identification of the third data model and an identification of the fourth data model; the candidate paths comprise paths taking the third data model as a starting point and taking the fourth data model as an end point; the one or more candidate paths comprise a target path, and the paths formed by the controls corresponding to the relationships between the data model and the data model in the target path are one path in the logic diagram. In the possible implementation mode, a section of target path of the network service can be automatically acquired through the path recommendation mode, so that the arrangement intelligence is improved, the arrangement complexity is reduced, and the arrangement efficiency is improved.
With reference to the second aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the apparatus may further include: the first sending unit is used for sending the identifier of the third data model and the identifier of the fourth data model to the second equipment; the second device stores a plurality of data models and relations between the data models; and the first receiving unit is used for receiving one or more candidate paths sent by the second equipment. In the possible implementation mode, when the path recommendation is carried out, the path recommendation can be assisted by other equipment, so that the flexibility of arrangement is improved, the complexity of arrangement is reduced, and the arrangement efficiency is improved.
With reference to the second aspect or any one of the foregoing possible implementations, in another possible implementation, the path recommendation instruction may further include an identifier of a fifth data model of the at least two data models; the candidate path specifically includes a path that passes through the fifth data model with the third data model as a start point and the fourth data model as an end point. In the possible implementation mode, when the path recommendation is performed, the recommendation information can be flexibly configured, the recommendation flexibility and the arrangement flexibility are improved, the arrangement complexity is reduced, and the arrangement efficiency is improved.
With reference to the second aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the apparatus may further include: the moving unit is used for moving the control to be moved to a target position in a display interface of the first equipment according to the control to be moved and the target position; the controls to be moved include one or more node controls in the logical graph. In the possible implementation mode, the control in the logic diagram can be moved, so that the flexibility of arrangement is improved, the complexity of arrangement is reduced, and the arrangement efficiency is improved.
With reference to the second aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the apparatus may further include: the conversion unit is used for converting the structure diagram of the network service into a script program of the network service; the structure diagram of the network service comprises: a logic diagram, input parameters of the network service and output parameters of the network service; and the issuing unit is used for issuing the script of the network service to the gateway equipment. In the possible implementation mode, the structure diagram is automatically converted into the script program, so that the complexity of arrangement is reduced, and the arrangement efficiency is improved.
With reference to the second aspect or any one of the foregoing possible implementation manners, in another possible implementation manner, the apparatus may further include: the second receiving unit is used for receiving the input parameter value of the network service sent by the gateway equipment; the operation unit is used for operating the script program of the network service added with the input parameter value to obtain the output parameter value of the network service; and the second sending unit is used for sending the output parameter value of the network service to the gateway equipment.
It should be noted that, the specific implementation of each unit of the second aspect is the same as the corresponding method description in the first aspect, and is not described herein again. The functional modules of the second aspect may be implemented by hardware, or may be implemented by hardware executing corresponding software. The hardware or software includes one or more modules corresponding to the above-described functions. E.g. a transceiver for performing the functions of the receiving unit and the transmitting unit, a processor for performing the functions of the processing unit, a memory for the processor to process the program instructions of the methods of the embodiments of the application. The processor, transceiver and memory are connected by a bus and communicate with each other.
In a third aspect, the present application provides an apparatus for assisting orchestration of network services, where the apparatus for assisting orchestration of network services may implement the functions in the above method examples, and the functions may be implemented by hardware or by hardware executing corresponding software. The hardware or software comprises one or more modules corresponding to the functions. The device for assisting the network service arrangement can exist in the product form of a chip.
With reference to the third aspect, in a possible implementation manner, the apparatus for assisting orchestration of network services may be a server. The server comprises a processor and a transceiver, wherein the processor is configured to support the device for assisting the orchestration of network services to execute the corresponding functions in the above method. The transceiver is used to support communication between the server and other devices. The server may also include a memory, coupled to the processor, that stores program instructions and data necessary for the server.
In a fourth aspect, a system for assisting orchestration of network services is provided, where the system includes an apparatus for assisting orchestration of network services, and the apparatus for assisting orchestration of network services may be the apparatus for assisting orchestration of network services in the second aspect or any possible implementation manner of the second aspect.
In a fifth aspect, a system for assisting orchestration of network services is provided, where the system includes an apparatus for assisting orchestration of network services, and the apparatus for assisting orchestration of network services may be the apparatus for assisting orchestration of network services in the third aspect or any possible implementation manner of the third aspect.
A sixth aspect provides a computer-readable storage medium comprising instructions which, when executed on a computer, cause the computer to perform a method of assisting orchestration of network services provided by any one of the above aspects or any possible implementation.
In a seventh aspect, there is provided a computer program product containing instructions which, when run on a computer, cause the computer to perform a method for facilitating orchestration of network services provided by any one of the above aspects or any possible implementation.
In an eighth aspect, an embodiment of the present application provides a chip system, where the chip system includes a processor and may further include a memory, and is configured to implement the functions in the foregoing method. The chip system may be formed by a chip, and may also include a chip and other discrete devices.
It should be noted that, under the premise of not being inconsistent with the scheme, all possible implementation manners of any one of the above aspects can be combined.
Drawings
FIG. 1 is a schematic diagram illustrating a logical view of a network service provided herein;
fig. 2 is a schematic structural diagram of a network service system provided in the present application;
fig. 3 is a schematic structural diagram of a server provided in the present application;
fig. 4 is a schematic structural diagram of an electronic device provided in the present application;
FIG. 5a is a flowchart illustrating a method for facilitating orchestration of network services according to the present application;
FIG. 5 is a flow chart illustrating another method for facilitating orchestration of network services provided herein;
FIG. 6 is a schematic structural diagram of a path graph stored in a database according to the present application;
FIG. 7 is a schematic diagram illustrating the structure of a logic diagram of another network service provided herein;
FIG. 8 is a flowchart illustrating another method for facilitating orchestration of network services according to the present application;
FIG. 9 is a schematic illustration of a service orchestration interface according to the present application;
FIG. 10 is a schematic illustration of another service orchestration interface provided by the present application;
FIG. 11 is a schematic illustration of yet another service orchestration interface provided herein;
FIG. 12 is a schematic illustration of yet another service orchestration interface provided herein;
FIG. 13 is a schematic illustration of yet another service orchestration interface provided herein;
FIG. 14 is a schematic illustration of yet another service orchestration interface provided herein;
FIG. 15 is a schematic illustration of yet another service orchestration interface provided herein;
FIG. 16 is a schematic illustration of yet another service orchestration interface provided herein;
FIG. 17 is a schematic structural diagram of an apparatus for assisting web services orchestration according to the present application;
FIG. 18 is a schematic structural diagram of another apparatus for facilitating orchestration of network services according to the present application;
fig. 19 is a schematic structural diagram of another server provided in the present application.
Detailed Description
The terms "first," "second," and "third," etc. in the description and claims of this application and the above-described drawings are used for distinguishing between different objects and not for limiting a particular order.
In the embodiments of the present application, words such as "exemplary" or "for example" are used to mean serving as an example, instance, or illustration. Any embodiment or design described herein as "exemplary" or "such as" is not necessarily to be construed as preferred or advantageous over other embodiments or designs. Rather, use of the word "exemplary" or "such as" is intended to present relevant concepts in a concrete fashion for ease of understanding.
In the description of the present application, a "/" indicates a relationship in which the objects associated before and after are an "or", for example, a/B may indicate a or B; in the present application, "and/or" is only an association relationship describing an associated object, and means that there may be three relationships, for example, a and/or B, and may mean: a exists singly, A and B exist simultaneously, and B exists singly, wherein A and B can be singular or plural. Also, in the description of the present application, "a plurality" means two or more than two unless otherwise specified. "at least one of the following" or similar expressions refer to any combination of these items, including any combination of the singular or plural items. For example, at least one (one) of a, b, or c, may represent: a, b, c, a-b, a-c, b-c, or a-b-c, wherein a, b, c may be single or multiple.
In the embodiments of the present application, at least one may also be described as one or more, and a plurality may be two, three, four or more, which is not limited in the present application.
For the sake of easy understanding, technical terms related to the present application are explained first.
The network service can refer to an application program developed by an http-based remote calling technology. For example, the web service may be an application that queries for weather.
A data model may refer to a form in which stored data is represented in some particular storage structure, and the correlation between the stored data. The data model may include, among other things, a storage structure of the data, content of the data, and correlations between the content of the data. For example, table 1 illustrates a data model A for employee information. The data model a stores numbers of a plurality of employees, names of a plurality of employees, and addresses of a plurality of employees in a table form. The data model A uses the same row to represent the information of the same employee, and different columns represent the serial numbers of a plurality of employees, the names of the employees and the addresses of the employees respectively.
TABLE 1
Employee numbering Name of employee Employee address
001 Zhang San Address 1
002 Li Si Address 2
…… …… ……
055 Wang Wu Address 2
The attribute information of the data model may refer to different categories of information between groups of data included in the data model. For example, in the data model shown in table 1, the attribute information of the data model may be: employee number, employee name, and employee address.
A relationship, may refer to a correlation between two data models. Illustratively, there is a correlation between two data models that contain the same attribute information. One relationship may or may not include a specific indication direction. For example, one relationship may be used to indicate a correlation between data model A and data model B. When the one relationship includes a specific pointing direction, it may represent a correlation between data model a to data model B, i.e., pointing from data model a to data model B; when the one relationship does not include the direction, it may represent the correlation between the data model a and the data model B, or may represent the correlation between the data model B and the data model a, that is, the data model a may point to the data model B, or the data model B may point to the data model a.
A database, which may refer to a collection that stores a plurality of data models and relationships between the data models. Illustratively, the database may be stored in a graph. Illustratively, in the database, data is stored with the data models as nodes and the relationships between the data models as connecting lines.
Controls, may refer to encapsulation of data and/or functionality. For example, one data model in the database may be packaged as a control, which is called a node control, or a relationship between data models in the database may be packaged as a control, which is called a relationship control. For example, the functionality of the control may include a function functionality, an associated functionality, and the like of the control.
The identifier refers to information for distinguishing different objects, and the identifier of one object can be used for uniquely indicating the object. For example, the identification may be a code, a token, or the like. For example, the identification of data models may be used to distinguish between different data models, with the identification of one data model uniquely indicating one data model. The identity of the relationship may be used to distinguish between different relationships, and the identity of one relationship may uniquely indicate one relationship. The node control identifiers can be used to distinguish different node controls, and one node control identifier can uniquely indicate one node control. The identification of the relationship control can be used to distinguish different relationship controls, and the identification of one relationship control can uniquely indicate one relationship control.
A logical graph may refer to a graphic composed of visual controls for representing data models and relationships between data models by way of the controls. Illustratively, the logical graph may include a node control; or the logic diagram may also include a plurality of node controls and relationship controls between the node controls.
Fig. 1 illustrates a logic diagram of a network service, where the logic diagram includes multiple node controls and multiple relationship controls, and a data model and a relationship between the data models required by the network service are represented by the node controls and the relationship controls. For example, in fig. 1, node controls are represented by circles, and relationship controls between the node controls are represented by straight lines.
The existing orchestration process of network services mainly includes: firstly, developers analyze data models required by the network services to be arranged, relations among data structures in the data models, relations among the data models, input and output parameters and the like, then manually comb out logical relations among information such as the data models, relations among the data structures in the data models, relations among the data models, input and output parameters and the like required by the network services, and then write an executable script program according to the logical relations. And further testing and releasing the written script program.
However, in the process of arranging the network service, a developer needs to refer to information of the data model, needs to be familiar with a database query language, needs to manually comb the data structure in each data model in the database, the associated logic between each data model, the logical relationship between the input/output parameters and the data model, and the like, so that the requirement on the skills of the developer is high, and the whole implementation process is complex and low in efficiency.
Based on the method, a data model included in the network service is represented in the logic diagram in a visual node control mode through constructing the logic diagram, the node control included in the network service, namely the data model included in the network service, can be clearly and directly obtained through the logic diagram, the storage relation of data in the data model associated with the node control can be automatically obtained through the node control in the logic diagram, and then the network service is arranged in an auxiliary mode according to the node control in the logic diagram, so that the storage relation of the data in the data model included in the network service is avoided being manually sorted, the complex process of manually arranging the network service is avoided, the visualization of the arranging process of the network service is realized, the complexity of arranging the network service is reduced, and the arranging efficiency is improved.
Embodiments of the present application will be described in detail below with reference to the accompanying drawings.
The method for assisting the orchestration of network services according to the embodiment of the present application may be applied to the network service system 20 shown in fig. 2, where the network communication system 20 may include a server 201 and a service gateway 202. The server 201 and the service gateway 202 are connected through a network cable, and http is adopted to transmit data.
The server 201 may be configured to receive external input and process the input data. Illustratively, server 201 may generate different web services based on orchestrator input.
Server 201 may also be used to run the generated web service and publish the web service to service gateway 202. Illustratively, the server 201 may provide an Application Program Interface (API) interface for accessing the web service to the service gateway 202, through which the service gateway 202 calls the web service.
Server 201 may also be used to receive input information and send the input information to service gateway 202. The server 201 may also be configured to receive output information sent by the service gateway 202 and present the received output information to the user. For example, the input information may be an input parameter value of the network service, and the output information may be an output parameter value of the network service.
Optionally, as shown in fig. 2, the network communication system 20 may further include a client 203, where the client 203 and the service gateway 202 are connected through a network cable, and data is transmitted by using http.
Client 203 may be used to receive input information and send the input information to service gateway 202. The client 203 may also be configured to receive output information sent by the service gateway 202 and present the received output information to the user.
Since the web service has been published to the service gateway 202, the service gateway 202 may be configured to receive input information sent by the server 201, call the web service through the API interface, and send output information to the server 201 after obtaining data information of the web service by the service gateway 202.
Optionally, when the client 203 is configured to receive input information, the service gateway 202 may be configured to receive the input information sent by the client 203, call the network service through the API interface, obtain data information of the network service, and send output information to the client 203.
The server 201 may be a physical server, or a cloud server or other device with associated processing capabilities.
Service gateway 202 may be a public server configured for a wide area network, or a public server configured for a local area network or other device having associated processing capabilities.
The client 203 may be a laptop computer, desktop computer, or other electronic device with associated processing capabilities.
The communication process between devices in the network communication system 20 will now be described in detail by taking a process of organizing a network service and a process of accessing a network service as an example.
When a web service is deployed, the server 201 may receive input from the deployment personnel, obtain a web service based on the input, and the server 201 publishes the web service to the service gateway 202.
When accessing a network service, the server 201 or the client 203 may receive an input parameter value of the network service and send the input parameter value to the service gateway 202; the service gateway 202 calls the network service through an API interface, and sends the input parameter value to the server 201 through the API interface; the server 201 receives the input parameter value, runs the script program added with the input parameter value, obtains the output parameter value of the network, and sends the output parameter value to the service gateway 202 through the API interface; the service gateway 202 sends the output parameter value to the server 201 or the client 203; the server 201 or client 203 presents the input parameter values to the user.
Fig. 3 is a schematic structural diagram of a server 201 according to an embodiment of the present application.
The server 201 may include a service orchestration interface module 2011, a data model management module 2012, an association path recommendation module 2013, a graph database module 2014, a script generation module 2015, and an execution engine module 2016, among others.
The service orchestration interface module 2011 may be configured to respond to a user instruction and construct a logic diagram of the network service on the display interface according to the user instruction. The service orchestration interface module 2011 may also be configured to receive data sent by the data model management module 2012 and the associated path recommendation module 2013, and display the data on the display interface in the form of a node control and a relationship control.
The data model management module 2012 may be configured to receive the request information sent by the service orchestration interface module 2011, convert the request information into a format that can be recognized by the graph database module 2014, and then forward the request information to the graph database module 2014. The data model management module 2012 can also be used to receive the data sent by the graph database module 2014, convert the data into a format recognizable by the service orchestration interface module 2011, and then send the data to the service orchestration interface module 2011.
Optionally, the data model management module 2012 can also be used to add, delete, correct, or query the relationship between the data model and the data model included in the graph database module 2014.
The association path recommending module 2013 may be configured to receive the request information sent by the service orchestration interface module 2011, convert the request information into a format that can be recognized by the graph database module 2014, and then send the request information to the graph database module 2014. The association path recommendation module 2013 may also be configured to receive data sent from the database module 2014, convert the data into a format recognizable by the service orchestration interface module 2011, and send the data to the service orchestration interface module 2011.
The graph database module 2014 may be configured to receive a request sent by the data model management module 2012 or the associated path recommendation module 2013. And according to the request, searching and path recommending are carried out, and the data meeting the request are searched and sent to the corresponding data model management module 2012 or the associated path recommending module 2013. For example, the search may be to search for data models that have a relationship with a certain data model and/or a relationship related to a certain data model. And recommending the path, namely finding the path which meets the request.
The script generating module 2015 may be configured to receive a script program generating request sent by the service orchestration interface module 2011, and generate a script program of a corresponding network service according to a structure diagram in the request. The script generation module 2015 may also be configured to send the script program to the service orchestration interface module 2011 and/or the execution engine module 2016.
The execution engine module 2016 may be configured to publish an executable file of the web service. The execution engine module 2016 may further be configured to receive external request information, then run a script program of the web service sent by the script generation module 2015, obtain output information, and send the output information.
In the server 201 shown in fig. 3, one query process may include:
the service orchestration interface module 2011 receives search information input by the user and sends the search information to the data model management module 2012; the data model management module 2012 receives the search information and converts the search information into a format that can be recognized by the graph database module 2014, and then sends the search information to the graph database module 2014; after receiving the search information, the graph database module 2014 searches and queries the interior of the graph database module 2014 to obtain response data, and sends the response data to the data model management module 2012; the data model management module 2012 receives the response data, converts the response data into a format that can be recognized by the service orchestration interface module 2011, and then sends the format to the service orchestration interface module 2011; the service orchestration interface module 2011 presents the response data to the user.
In the server 201 shown in fig. 3, one path recommendation process may include:
the service arrangement interface module 2011 receives a path recommendation request input by a user and sends the request to the associated path recommendation module 2013; the association path recommendation module 2013 receives the request, converts the request into a format which can be identified by the map database module 2014, and then sends the request to the map database module 2014; after receiving the request, the map database module 2014 queries and recommends a path in the map database module 2014 to obtain a candidate path, and sends the candidate path to the associated path recommendation module 2013; the associated path recommendation module 2013 receives the candidate path, converts the candidate path into a format that can be identified by the service orchestration interface module 2011, and then sends the format to the service orchestration interface module 2011; the service orchestration interface module 2011 presents the candidate path to the user.
In practical applications, some or all of the modules may be configured in different servers according to actual requirements to implement functions corresponding to the modules, which is not limited in this application.
In example 1, as shown in fig. 3, the service organization interface module 2011, the data model management module 2012, the association path recommendation module 2013, the graph database module 2014, the script generation module 2015 and the execution engine module 2016 may be configured as a same server, and the functions of the modules may be implemented by operating the server.
In example 2, the service orchestration interface module 2011 may be configured as one server, the data model management module 2012, the association path recommendation module 2013, the graph database module 2014, and the script generation module 2015 may be configured as another server, and the execution engine module 2016 may be configured as another server, so that the functions of the above modules are implemented by the operations of the servers.
Example 3, the service orchestration interface module 2011 may be configured as one server, the data model management module 2012, the association path recommendation module 2013, and the script generation module 2015 may be configured as another server, the graph database module 2014 may be configured as another server, and the execution engine module 2016 may be configured as another server, and the functions of the modules may be implemented by operations of the servers.
In example 4, the service orchestration interface module 2011, the data model management module 2012, the association path recommendation module 2013, the graph database module 2014, the script generation module 2015, and the execution engine module 2016 may be configured as an independent server, and the functions of the modules may be implemented by operating the servers.
The following describes a method and an apparatus for assisting web service orchestration according to an embodiment of the present application in detail with reference to the accompanying drawings.
In one aspect, the embodiment of the present application provides an electronic device 40, configured to execute the method for assisting network service orchestration provided by the present application, where the electronic device 40 may be the server 201 or the gateway device 202 or the client 203 illustrated in fig. 2 or fig. 3.
As shown in fig. 4, the electronic device 40 may include a processor 401, a memory 402, and a transceiver 403.
The following describes each component of the electronic device 40 in detail with reference to fig. 4:
the memory 402 may be a volatile memory (volatile memory), such as a random-access memory (RAM); or a non-volatile memory (non-volatile memory), such as a read-only memory (ROM), a flash memory (flash memory), a hard disk (HDD) or a solid-state drive (SSD); or a combination of the above types of memories, for storing program code, configuration files, or other content that may implement the methods of the present application.
The processor 401 is the control center of the electronic device 40. For example, the processor 401 may be a Central Processing Unit (CPU), an Application Specific Integrated Circuit (ASIC), or one or more integrated circuits configured to implement the embodiments of the present application, such as: one or more microprocessors (digital signal processors, DSPs), or one or more Field Programmable Gate Arrays (FPGAs).
The transceiver 403 is used to communicate with other devices. The transceiver 403 may be a communication port or the like.
The display 404 is used to display a logical view of the network service. The display 404 may be a display screen or the like.
The processor 401, by running or executing software programs and/or modules stored in the memory 402 and calling up data stored in the memory 402, performs the following functions when the electronic device 40 is the server 201:
displaying a logic diagram of the network service on a display interface of the first device; wherein the logic diagram comprises at least one node control; each node control in the at least one node control is respectively associated with one data model in at least one data model included in the network service; and assisting to arrange the network service according to the logic diagram.
On the other hand, the method for assisting the orchestration of network services provided in the embodiment of the present application is described in detail below.
It should be noted that, in the implementation process of the embodiment of the present application, part of the operations in the server may be to perform corresponding processing based on the related information input by the user, and although steps or operations such as information input by the user are described in the embodiment, this is only to describe more clearly and concisely how the server implements the embodiment of the present application. User-related steps or operations such as user input should not be construed as limiting the solution provided in the embodiments of the present application.
When arranging the network service, firstly, the data model included in the network service is obtained, and the network service is arranged according to the data model included in the network service. Specific examples may include, but are not limited to, example 1 or example 2 described below.
Example 1
The network service includes a plurality of data models, and embodiment 1 provides a method for assisting orchestration of a network service, for assisting orchestration of the network service according to a plurality of data models included in the network service, as shown in fig. 5, the method mainly includes:
s501, adding a control of the network service by the first device.
Implementations of S501 may include, but are not limited to: a control mode is added independently; searching for a control adding mode; and recommending a control adding mode by the path.
It should be noted that, in the process of arranging the web service, any one of the three manners or a combination of several manners may be selected according to actual situations to complete addition of all the controls of the web service, which is not specifically limited in this application.
For example, when the first data model and the last data model of the web service are known to the user, the path recommendation addition control mode can be directly adopted to complete the addition of all the controls of the web service.
For another example, when the user knows the first data model and the last data model of the web service, the node control corresponding to the first data model of the web service may be added by using a separate control adding manner, and then the node controls corresponding to other data models included in the web service and the relationship control corresponding to the relationship between the data models may be added by using a search control adding manner.
For another example, when the user knows all data models of the network service and the relationship between the data models, the node controls corresponding to all data models of the network service and the relationship controls corresponding to the relationship between the data models may be added one by one in a single control adding manner.
For another example, when the user knows the first data model and the last data model of the network service, the node control corresponding to the first data model of the network service may be added by adopting a control adding mode alone, then the controls corresponding to one or more data models in the network service and the relationship control corresponding to the relationship between the data models are added by adopting a control adding mode, and then the controls corresponding to other data models of the network service and the relationship control corresponding to the relationship between the data models are added by adopting a path recommendation control adding mode.
For another example, when the user knows the first data model, the middle data model or data models, and the last data model of the web service, the user may also obtain a control of a certain section of path (the path between the first data model and the middle known data model) by using a path recommendation control adding manner, and then add a control corresponding to another data model of the web service and a relationship control corresponding to a relationship between the data models by further using a separate control adding manner or a control searching adding manner.
It will be appreciated that the process of adding a control to a web service may also include other implementations, which are not listed here.
Taking the example of adding the first node control by the first device, the description of the manner of adding the control separately may specifically include, but is not limited to, the following S5011 and S5012.
The first node control may be any node control included in the network service. The adding process of other node controls or relationship controls is similar to the adding process of the first node control, and is not repeated one by one.
S5011, adding a first node control on a display interface of the first device.
In one possible implementation, S5011 may be implemented as: the first device may receive the first instruction, create a new node control according to the instruction of the first instruction, use the new node control as the first node control, and configure attribute information for the created node control.
In another possible implementation manner, the application program of the first device that orchestrates the web service is pre-configured with a plurality of controls. Such as node controls, relationship controls, and the like. S5011 may be implemented as: the first device may receive a selection operation, respond to the selection operation and directly acquire a required node control, use the acquired node control as a first node control, and then configure attribute information for the node control.
Illustratively, the selection operation may include clicking (e.g., clicking a left mouse button, double clicking a left mouse button, clicking a right mouse button, double clicking a right mouse button), dragging, and the like.
Wherein, the attribute information of the node control may include an identifier of the node control.
Optionally, the attribute information of the node control may further include a name, a function, a shape, a position, and the like of the node control. The name of the node control can be used for representing the content, the action and other information of the node control. The functionality of the node control may include the function functionality, associated functionality, etc. of the node control. And the shape and the position of the node control are used for indicating the node control to be displayed in the shape and the position in the attribute information.
The attribute information of the node control can be configured according to actual requirements, which is not limited in the present application. The attribute information of the node control can be statically configured in the design stage of the network service arrangement, or the attribute information of the node control can also be set as configurable content, and the configuration is modified by a user, an administrator or other personnel in the use stage of the network service.
Specifically, configuring the attribute information of the node control may be implemented as:
and the first equipment configures the attribute information of the node control according to the input of the user.
Or the first device automatically configures the attribute information of the node control according to the system.
Or, the first device configures attribute information of the node control in other ways, which is not specifically limited in this application.
For example, a user may click an "add node control" on a display interface of the first device, and the first device receives and responds to the click operation of the user to create and display a node control. Then, the first device may configure attribute information of the node control according to the identifier (e.g., JD 001) of the node control and the name (e.g., employee) of the node control input by the user.
Illustratively, the first device has a node control preconfigured in an application program that orchestrates the web services. The user can select and display the node control needing to be acquired by clicking and dragging. And then the first device can configure the identifier of the node control according to the adding sequence of the node control, and configure information such as the name of the node control according to the default name of the system.
S5012, the first device associates the first node control with the first data model.
Wherein the first data model is any data model included in the network service.
Implementations of S5012 can include, but are not limited to, method 1 or method 2 described below.
The method 1, the first device establishes association between the first node control and all data in a first data model included in the network service.
The implementation of the method 1 may include: the first equipment acquires an identifier of the first node control and an identifier of the first data model; the first device receives a third operation of the user, and the first device associates the identification of the first node control with the identification of the first data model included by the network service in response to the third operation.
When the first device obtains the identifier of the first node control and the identifier of the first data model, in a possible implementation manner, the first device may receive the identifier of the first node control and the identifier of the first data model included in the network service, which are input by a user. In another possible implementation manner, the first device may automatically assign the identifier of the first node control to the first node control, and then receive the identifier of the first data model input by the user.
When the first device receives a third operation of the user, the first device receives the third operation of the user, and determines that the first node control needs to be associated with a first data model included in the network service by analyzing information such as a click position or a click button of the third operation.
The third operation may be clicking (for example, clicking a left mouse button, double clicking a left mouse button, clicking a right mouse button, double clicking a right mouse button, and the like) a certain position in the display interface or clicking a certain button in the display interface. The present application contrast is not particularly limited.
When the first device responds to the third operation and associates the identifier of the first node control with the identifier of the first data model included in the network service, in a possible implementation manner, the association information may be stored in the attribute information of each control. Specifically, the first device, in response to the third operation, saves the identifier of the first node control and the identifier of the first data model included in the network service in the attribute information of the first node control.
Wherein, a group of associated information may include an identifier of a node control and an identifier of a corresponding data model; or the relationship between the identity of one relationship control and the corresponding data model.
In another possible implementation, the association information is stored in a fixed location of the server in the form of an association table. Specifically, the first device, in response to the third operation, stores the identifier of the first node control and the identifier of the first data model included in the network service in the association table.
Specifically, the present application does not limit the execution order of each step in the implementation of S5012.
Illustratively, the application program of the first device for arranging the network service is pre-configured with an associated attribute item of the node control, and the associated attribute item is used for establishing the association between the node control and the data model. When a user needs to establish association between a first node control and a first data model of a network service, the user may click an associated attribute of the first node control, the first device displays an information box for inputting an associated object in response to the operation of clicking the associated attribute of the first node control, and the user inputs "an identifier of the first node control (for example, JD 029) and an identifier of the first data model included in the network service (for example, SJ 042)" in the information box. Then, the user clicks "complete", the first device responds to the "complete" click operation, JD029 and SJ042 are used as attribute information of the first node control to be stored, and then various instructions for the first node control can directly instruct the first data model included in the network service to perform related operations through the related information, so that the first node control is related to the first data model included in the network service.
Illustratively, as shown in table 2, an association table is pre-configured in the application program of the first device for organizing the web service, and the association table includes control items and entity items (data models or relationships between data models). Controls in the same column are associated with entities.
TABLE 2
Control item JD001 GXK001 …… JD022
Entity item SJ004 GX007 …… SJ035
It should be noted that table 2 only shows an example of a storage form of the association table, and should not be used to specifically limit the content and the storage form of the association table.
When a user needs to associate a first node control with a first data model included in a network service, the user may click "add association" on a display interface of a first device, the first device displays an information box for inputting an associated object in response to the click "add association", and the user inputs "an identifier of the first node control (for example, JD 029) and an identifier of the first data model included in the network service (for example, SJ 042)" in the information box. The first device then updates the association table according to JD029, SJ 042.
And 2, the first equipment establishes association between the first node control and data meeting the filtering condition in a first data model included by the network service.
Wherein the filter condition can be used for filtering part of data in the data model. The first device may configure the filtering condition according to actual requirements, which is not specifically limited in this application.
Illustratively, the filtering condition may be an inequality with respect to time; alternatively, the filter condition may be an inequality with respect to certain attribute parameters in the data model.
In the implementation of the method 2, the first device obtains the identifier of the first node control, the identifier of the first data model, and the filtering condition, receives a third operation of the user, and associates the first node control with data meeting the filtering condition in the first data model included in the network service according to an instruction of the third operation.
Illustratively, as shown in table 3, an association table is pre-configured in the application program of the first device for orchestrating the network services, and the association table further includes a filter condition.
TABLE 3
Control item JD001 GXK001 …… JD022
Entity item SJ004 GX007 …… SJ035
Filtration conditions Storage time>10 months and 1 day
It should be noted that table 3 only shows another storage form of the association table by way of example, and should not be construed as a specific limitation on the content and the storage form of the association table.
When the user needs to associate the first node control with the first data model included in the network service, on the basis of method 1, the user may further click "add filter condition" on a display interface of the first device, the first device displays an information box for inputting an associated object in response to the click "add filter condition" operation, and the user inputs "an identifier of the first node control (for example, JD 029) and a filter condition (for example, storage time >10 month 1 day)" or "an identifier of the first data model included in the network service (for example, SJ 042) and a filter condition (for example, storage time >10 month 1 day)" in the information box. Then, the first device updates the association table according to 'JD 029, storage time >10 month and 1 day'; or the first device updates the association table according to "SJ042, storage time >10 months and 1 day".
Now, a process of adding the second node control and the first relationship control by adding the controls separately will be described. This process may include, but is not limited to, S5013 and S5014 described below.
The first node control and the second node control are connected through the first relation control.
S5013, adding a second node control and a first relation control on the display interface of the first device.
The specific implementation in S5013 may refer to S5011, and is not described herein again.
It should be noted that, in S5013, the order of adding the second node control and the first relationship control is not limited.
S5014, the first device associates the second node control with the second data model according to the identifier of the second data model and the identifier of the second node control of the at least two node controls.
Wherein the first data model and the second data model have a first relationship therebetween; the second node control is any one of the node controls in the logic diagram except the first node control; the first relationship is used to represent that the first data model is related to the second data model.
Specifically, the implementation process of S5014 may refer to S5012, and is not described in detail here.
And S5014a, the first device associates the first relation control with the first relation according to the identifier of the first relation control and the identifier of the first relation.
The first node control and the second node control are connected through a first relation control.
Specifically, the implementation process of S5014a may refer to S5012, and is not described in detail here.
In the present application, the order of executing S5014 and S5014a is not particularly limited, and may be configured according to actual circumstances. For example, S5014 may be performed first, the first device associates the second node control with the second data model, and then S5014a is performed, the first device associates the first relationship control with the first relationship. Alternatively, S5014a may be executed first, and the first device associates the first relationship control with the first relationship; the first device then associates the second node control with the second data model S5014.
Taking the first device adding the second node control and the first relationship as an example, the method for searching for the added control may specifically include, but is not limited to, the following S5015 to S5017.
And the second node control is connected with the first node control through the first relation control.
S5015, the first device obtains a candidate relationship related to the first data model and/or a candidate data model having a relationship with the first data model according to the search instruction.
Wherein the search instruction includes an identification of the first data model.
Wherein the candidate relationship comprises a first relationship and the candidate data model comprises a second data model. The first data model and the second data model have a first relationship therebetween, and the first relationship is used for representing that the first data model is related to the second data model.
In one possible implementation, the first device searches the database of the first device for one or more candidate relationships related to the first data model and/or one or more candidate data models having a relationship with the first data model according to the identification of the first data model included in the search instruction.
In another possible implementation, the first device sends the search instruction to the second device. The first device receives the candidate relations related to the first data model and/or the candidate data models with relations to the first data model sent by the second device.
Wherein the second device has stored therein a plurality of data models and relationships between the data models. Illustratively, the second device may be a server that includes the graph database module 2014 of FIG. 3.
It will be appreciated that, in another possible implementation manner, the second device searches the database of the first device for one or more candidate relationships related to the first data model and/or one or more candidate data models having a relationship with the first data model according to the identification of the first data model in the search instruction; one or more candidate relationships associated with the first data model, and/or one or more candidate data models having a relationship with the first data model, are then sent to the first device.
It should be noted that the first device may obtain one or more candidate relationships related to the first data model and/or one or more candidate data models having a relationship with the first data model, and may obtain the one or more candidate data models through one search instruction or may obtain the one or more candidate data models through two search instructions, which is not specifically limited in this application.
Then, the first device determines a second data model according to the acquired one or more candidate relations related to the first data model and/or one or more candidate data models having relations with the first data model and/or determines the first relation.
When the first device determines the second data model and/or determines the first relationship from the candidate data models, in one possible implementation, the first device determines the second data model and/or the first relationship from the candidate data models according to a first rule.
The first rule may include: the storage time of the data model or relationship is up to date.
Alternatively, the most relationships are associated with the data model, or the most relationships are associated with the data model.
When the first device determines the second data model from the candidate data models and/or determines the first relationship, in another possible implementation, the first device may determine the second data model according to an operation of a user.
Illustratively, the first device displays the candidate data model and the related information (storage time, related relation, name of the data model and the like) of the candidate data model on a display interface of the first device, the first device receives the selection operation of a user on the display interface, and determines a second data model; the first device displays the candidate relations and the related information (storage time, related data models, names of the relations and the like) of the candidate relations on a display interface of the first device, receives selection operation of a user on the display interface, and determines the first relations.
If the search result of the search instruction is null, the first prompt message "relevant data model has not been searched for" is output to the user.
S5016, the first device obtains the second node control and the first relation control.
The implementation process of S5016 is similar to that of S5011, and for specific implementation, reference is made to S5011, and details are not repeated.
S5017, the first equipment associates the second node control with the second data model; a first relationship control is associated with the first relationship.
The implementation process of S5017 is similar to that of S5012, and for specific implementation, reference is made to S5012, and details are not repeated.
It should be noted that, through one search, the first device obtains a first relationship related to the first data model and a second data model having a relationship with the first data model, then adds a second node control to the second data model, adds a first relationship control to the first relationship, associates the second data model with the second node control, and associates the first relationship control with the first relationship.
Or, first, through one search, the first device obtains a first relationship related to the first data model, adds a first relationship control to the first relationship, and associates the first relationship control with the first relationship; and then, through another search, the first device acquires a second data model which has a relation with the first data model, adds a second node control to the second data model, and associates the second data model with the second node control.
Or, another search may be performed first, the first device obtains a second data model having a relationship with the first data model, adds a second node control to the second data model, and associates the second data model with the second node control; and then, through one search, the first equipment acquires a first relation related to the first data model, adds a first relation control to the first relation, and associates the first relation control with the first relation.
Taking the example of adding the third node control and the fourth node control by the first device, the way of recommending the addition control for the path will be described, which may specifically include, but is not limited to, the following S5018 to S5019a. The adding processes of other path recommendation controls are similar and are not described in detail.
Wherein the third node control is associated with the third data model and the fourth node control is associated with the fourth data model. The third data model is the first data model in the first path included by the network service, and the fourth data model is the last data model in the first path included by the network service; the first path is any path included by the network service; the path may include multiple data models and relationships between the data models.
The way of adding the control by the path recommendation may include, but is not limited to: scheme a or scheme B.
And according to the scheme A, a recommended path is obtained according to the starting data model and the end point data model.
And B, acquiring a recommended path according to the initial data model, the end data model and the intermediate path data model.
S5018, the first device receives the path recommendation instruction.
For scenario a, the path recommendation instruction includes an identification of the third data model and an identification of the fourth data model; and the path recommending instruction is used for indicating that one or more candidate paths are recommended, wherein the third data model is used as a starting point, and the fourth data model is used as an end point.
Further, for the solution B, the path recommendation instruction may further include an identifier of the fifth data model. And the path recommending instruction is used for indicating that one or more candidate paths which take the third data model as a starting point and the fourth data model as an end point and pass through the fifth data model are recommended.
And the fifth data model is a data model which is included by the network service and is except for the third data model and the fourth data model.
Specifically, the number of the fifth data models may be one or more, and the present application is not limited to this.
S5019, the first device obtains one or more candidate paths according to the path recommendation instruction.
In a possible implementation manner for the scheme a, the first device may obtain, in a database of the first device, one or more candidate paths using the third data model as a starting point and the fourth data model as an ending point by using an associated path recommendation algorithm.
The associated path recommendation algorithm is based on shortest path algorithm expansion of a database, the algorithm logic specifies model nodes for recommendation paths for users, and paths with the minimum number of path nodes are provided. When the algorithm is processed, the shortest path from the initial node to the path node is firstly obtained, then the shortest path from the path node to the target node is obtained, and the results of the two steps are combined into a final result. For example, as shown in fig. 6, a path diagram stored in the database is obtained by searching a path from data model a (referred to as a) to path B to path F, and the result is: A-B-C-F or, A-B-D-F.
In another possible implementation manner for scheme a, the first device sends the identifier of the third data model and the identifier of the fourth data model to the second device. The first device receives one or more candidate paths sent by the second device.
It can be understood that, after the second device receives the identifier of the third data model and the identifier of the fourth data model, the second device obtains one or more candidate paths in the database by using the associated path recommendation algorithm, where the candidate paths use the third data model as a starting point and the fourth data model as an ending point.
In the implementation process of the scheme B, S5019, the first device obtains one or more candidate paths that take the third data model as a start point and the fourth data model as an end point and pass through the fifth data model.
The specific acquisition process is similar to that of the scheme a and is not repeated.
And if the result of the path recommending instruction is null, outputting second prompt information 'no matching path found' to the user. And the first apparatus does not perform S5019a any more.
S5019a, the first device obtains a path in the logic diagram.
And one path in the logic diagram comprises a node control corresponding to the data model in the target path and a relation control corresponding to the relation between the data models in the target path.
Wherein the one or more candidate routes comprise a target route.
If the number of candidate routes acquired in S5019 is 1, the candidate route is the target route.
If the number of the candidate paths obtained in S5019 is greater than 1, the first device first determines a target path in the candidate paths, and then obtains a relationship between a data model and a data model included in the target path, and the first device establishes a corresponding node control for each data model in the target path and associates the node control with the corresponding data model; and the first equipment establishes a corresponding relation control for each relation in the target path, and associates the relation control with the corresponding relation.
Specifically, the addition of the control and the associated process may be similar to S5011 and S5012, and reference may be made to specific implementations of S5011 and S5012, which are not described one by one here.
In one possible implementation, the first device may determine the target path according to a second rule.
The second rule may be configured according to actual requirements, which is not specifically limited in this application.
Illustratively, the second rule may include: including the path with the least number of data models; or otherwise.
In another possible implementation manner, the first device may determine the target path according to an operation of a user.
Illustratively, the first device displays the candidate route on a display interface of the first device, and the first device receives a selection operation of a user on the display interface and determines the target route.
After S501, the first device adds node controls corresponding to all data models included in the network service and relationship controls corresponding to relationships between the data models, so as to obtain a logic diagram of the network service.
As shown in fig. 5 or fig. 5a, embodiment 1 of the present application provides a method for assisting in orchestrating a network service, which may further include S502.
And S502, displaying a logic diagram of the network service on a display interface of the first device.
The logic diagram of the web service includes the node control and the relationship control acquired in S501. A node control is associated with a data model included in the web service and a relationship control is associated with a relationship included in the web service.
Different network services comprise different data models and relations among the data models, and logic diagrams of different forms of network services can be obtained.
By way of example, a possible form of a logical diagram of a variety of network services is illustrated in FIG. 7. A in fig. 7 illustrates a simple network logic diagram with a single relationship (one node control to one connected relationship control) path; b or c in fig. 7 illustrates a one-to-many network logic diagram, that is, the logic diagram of the network service includes a plurality of first node controls (node controls corresponding to a first data model included in the network service) or a plurality of second node controls (node controls corresponding to a last data model included in the network service); d in fig. 7 illustrates a many-to-many network logic diagram. I.e., the logical graph of the web service includes a plurality of first node controls and a plurality of second node controls.
It is to be understood that fig. 7 is merely an exemplary manner of enumerating several possible logical views of network services and should not constitute a specific limitation of the logical views of network services. The logic diagram of the network service may also be in other forms, which are not listed here.
S503, the first device assists in arranging the network service according to the logic diagram.
S503 may be implemented to add, by the first device, the input parameter of the network service and the output parameter of the network service to the node control in the logic diagram.
Specifically, the first device adds input parameters of the network service to a node control associated with a first data model included in the network service in the logic diagram to determine that first attribute information of the first data model included in the network service is used as the input parameters of the network service. The first device adds the output parameter of the network service to a node control associated with the last data model included in the network service in the logic diagram to determine second attribute information of the last data model included in the network service as the output parameter of the network service.
The number of the first data models included in the network service and the number of the last data models included in the network service are not specifically limited in the present application.
In a possible implementation manner, the number of the first data model that the network service may include may be one, or may also be multiple. Correspondingly, the number of the node controls in the logic diagram associated with the first data model included in the network service may be one, or may be multiple.
In another possible implementation, the number of the last data models that the network service may include may be one, or may be multiple. Correspondingly, the number of node controls in the logic diagram associated with the last data model included in the network service may be one, or may be multiple.
In particular, the input parameters of the web service, the output parameters of the web service may be one or more attribute items in the data model. For example, as shown in the data model of Table 1, the input parameters of the web service may be set to one or more of employee number, employee name, and employee address.
Implementations of S503 may include, but are not limited to, mode 1 or mode 2 described below.
Implementation of approach 1 may include, but is not limited to, steps 1 and 2 described below.
Step 1, first equipment receives first operation; in response to the first operation, determining a node control in the logic diagram that is associated with a first data model included by the network service; input parameters of a web service are received for a node control associated with a first data model included with the web service.
Step 2, the first equipment receives a second operation; in response to the second operation, determining a node control associated with a last data model included by the network service in the logic diagram; input parameters for a web service are received for a node control associated with a last data model included with the web service.
For example, an implementation example of step 1 may include: the user can click the 'adding input parameter' on the display interface of the first device, the first device receives the click operation, responds to the click 'adding input parameter' operation, and enters a waiting state of adding the input parameter. Then, the user selects a node control associated with the first data model included in the network service in the logic diagram of the network service, and clicks the node control associated with the first data model included in the network service in the logic diagram. And the first device receives the clicking operation, identifies a node control associated with a first data model included in the network service according to the clicking position, and pops up an adding interface of the input parameters. And inputting the input parameters corresponding to the node control in the adding interface of the input parameters by the user. The first device receives and saves the input parameters for the network service for a node control associated with a first data model included with the network service in response to the input parameters.
For an implementation example of step 2, reference may be made to the implementation example of step 1, and details are not described here.
It should be noted that, when the number of the node controls associated with the first data model included in the network service and/or the number of the node controls associated with the last data model included in the network service are multiple, the input parameters and/or the output parameters of the network service are multiple parameters, and step 1 and step 2 in the foregoing manner 1 are respectively performed for the adding process of each input parameter or output parameter, which is not described in detail herein.
The implementation of mode 2 is: the method comprises the steps that a first device respectively receives identification of one or more node controls (input node controls) which are related to a first data model included in the network service and input parameters of the network service corresponding to each input node control and are input by a user; an identification of one or more node controls (output node controls) associated with a last data model included in the web service, and an output parameter of the web service corresponding to each of the output node controls. The first equipment receives sixth operation of a user, and in response to the sixth operation, the first equipment automatically adds input parameters of the corresponding network service to each node control associated with a first data model included in the network service through the application program for arranging the network service; and automatically adding the output parameters of the corresponding network service to each node control associated with the last data model included in the network service through the application program for arranging the network service.
Illustratively, the user clicks on "input/output parameter settings" on the display interface to enter the user information input interface. The first device receives user input of identification of one or more input node controls, input parameters of the network service corresponding to each input node control, identification of one or more output node controls, and output parameters of the network service corresponding to each output node control. Then, the user clicks 'confirm', and the first device automatically adds the input parameters of the corresponding network service to each input node control respectively through the application program for arranging the network service; and automatically adding the output parameters of the corresponding network service to each output node control respectively through the application program for arranging the network service.
Further, as shown in fig. 5, the method for providing assisted web service orchestration according to the embodiment of the present application may further include moving a control. Specifically, the movement of the control may include, but is not limited to, the following S504-S505.
S504, the first device obtains the control to be moved and the target position.
The target position can be a target area in the display interface of the first device.
Specifically, the target position may be a specific coordinate value or a position number on the display interface of the first device. For example, the target position may be coordinate values or position numbers input by the user; or the target position may be coordinate values or position information recognized according to an operation of the user.
In one possible implementation, the controls to be moved may include one or more node controls in a logical graph of the web service.
In another possible implementation, the control to be moved may include one or more relationship controls in a logical view of the web service.
In yet another possible implementation, the controls to be moved may include one or more node controls and one or more relationship controls.
In a possible implementation manner, the first device may receive a coordinate value of the target position and an identifier of the control to be moved, which are input by a user.
In another possible implementation manner, the first device may receive a seventh operation of the user, and determine the control to be moved in response to the seventh operation. And then the first device receives an eighth operation of the user, and determines the target position in response to the eighth operation.
Illustratively, the user selects the control to be moved by clicking or the like. And the first equipment responds to the clicking operation of the control to be moved and acquires the control to be moved according to the clicked position. And then, the user drags the selected control to be moved to the target position in the display interface, and the first device responds to the dragging operation to obtain the target position.
And S505, the first equipment moves the control to be moved to the target position in the display interface of the first equipment according to the control to be moved and the target position.
S505 may be implemented as: and the first equipment responds to the operation of the user and moves the control to be moved to the target position in the display interface of the first equipment.
Optionally, the first device may also delete a control displayed in the display interface, and the method mainly includes: the first device determines a control to be deleted, and then deletes the control to be deleted.
The control to be deleted may include one or more node controls in a logic diagram of the web service; alternatively, the controls to be deleted may include one or more relationship controls in a logical view of the web service; or the controls to be deleted may include one or more node controls in a logical graph of the web service, and one or more relationship controls.
Illustratively, the user may select the control to be deleted by clicking or the like. And the first equipment responds to the clicking operation of the control to be deleted, acquires the control to be deleted according to the clicked position, and then deletes the control to be deleted.
Further, as shown in fig. 5, the method for providing assisted web service orchestration according to the embodiment of the present application may further include S506-S507.
S506, the first device converts the structure diagram of the network service into a script program of the network service.
The structure diagram of the network service may include: a logic diagram of a network service, input parameters of the network service, and output parameters of the network service.
S506 may be implemented as: and the first device responds to the ninth operation of the user and converts the structure diagram of the network service into a script program of the network service.
Illustratively, the user clicks the "convert to script program" on the display interface of the first device, and the first device converts the structure diagram of the network service into the script program of the network service in response to the clicking operation of the "convert to script program".
And S507, the first equipment issues the script of the network service to the gateway equipment.
The first device sends an API interface to the gateway device that can access the network service.
Further, the method for assisting the orchestration of the network service provided by the embodiment of the present application may further include a process in which the user uses the network service. The process may include, but is not limited to, S508 to S510 described below.
And S508, the first equipment receives the input parameter value of the network service sent by the gateway equipment.
The user accesses the network service through a browser of any client, the input parameter value of the network service is sent to the gateway device through the client, and the gateway device sends the input parameter value of the network service to the first device through the corresponding API interface.
Specifically, S508 may be implemented as: the first device receives the input parameter value of the network service sent by the gateway device through the API interface.
S509, the first device runs the script program of the network service added with the input parameter value to obtain the output parameter value of the network service.
Wherein S509 may be implemented as: the first device runs the script program for calling the network service, the output parameter value of the network service is added into the script program, and then the first device runs the script program of the network service added with the input parameter value to obtain the output parameter value of the network service.
And S510, the first equipment sends the output parameter value of the network service to the gateway equipment.
Wherein S510 may be implemented as: and the first equipment sends the output parameter value of the network service to the gateway equipment through the API interface.
Alternatively, the network device may send the output parameter values for the network service to a client accessing the network service, which presents the parameter values for the network service to the user.
Optionally, when the network service is arranged, before the logic diagram of the network service is acquired, the method for assisting the arrangement of the network service provided by the application may further include setting basic information of the network service.
Specifically, the device content of the basic information may be configured according to actual requirements, which is not specifically limited in the present application.
Illustratively, the basic information of the network service may include: name of the network service, code of the network service, simple description of content of the network service, person responsible for the network service, etc.
Example 2
The network service includes a data model, and embodiment 2 provides a method for assisting orchestration of a network service, for assisting orchestration of the network service according to a data model included in the network service, as shown in fig. 8, the method mainly includes:
s801, adding a node control of the network service by the first device.
The implementation process of adding the node control of the network service by the first device in S801 is similar to that of S5011, and for specific implementation, reference is made to S5011, and details are not repeated.
S802, the first device associates the node control with a data model included in the network service.
The implementation process of associating the node control with the data model included in the network service by the first device in S802 is similar to that of S5012, and for specific implementation, reference is made to S5012, and details are not repeated.
And S803, adding the input parameters and the output parameters of the network service to the node control by the first equipment.
In S803, the implementation process of adding the input parameter and the output parameter of the network service to the node control by the first device is similar to the implementation of S503, and specific implementation refers to S503, which is not described in detail again.
Embodiment 2 may also include the processes of moving a control, setting a filter condition, converting a script program, publishing a network service, accessing the network service by a user, setting basic information of the network service, and the like, and specific implementation may refer to embodiment 1 and is not described in detail any more.
The method for assisting the arranging of the network service provided by the application is described in detail below by taking the arrangement of a web service for inquiring the wages of the employees as an example. The web service at least comprises a data model employee and a data model Pay. The data model employee includes employee name and employee job number, and the data model Pay includes employee job number and employee payroll. A web service is now orchestrated that can query the employee's salary by employee name.
First, the server responds to a user instruction, and opens a service arrangement interface to arrange the web service. As shown in fig. 9, the orchestration of web services mainly includes: service design, service development, service testing, and service publishing. Wherein, the service design phase can include: setting basic information, editing a logic diagram, setting input parameters, setting output parameters and setting filter conditions.
The user then enters basic information for the desired orchestrated web service in the service orchestration interface. Specifically, as shown in fig. 9, the horizontal line under "service design" indicates that the service design stage is currently in progress. The circle above the basic information is used for indicating that the web service layout is in the basic information setting stage of the service design at the moment. The basic information setting of the web service may include filling of information such as a code, a chinese and english name, a chinese and english description, a responsible person, and an indicated service domain of the web service. As shown in fig. 9, the user inputs "z001" in the code of the web service, "acquire employee's wages" at the chinese name of the web service, "Get Employees' Pay" at the english name of the web service, "xxxxxx1" at the english description of the web service, "xxxxxx2" at the chinese description of the web service, "wangsi" at the responsible person of the web service, and "AAAAA" at the service domain to which the web service belongs.
The user may save the basic information of the currently filled-in web service by clicking "save" as shown in fig. 9. Clicking on "Next", the web service orchestration proceeds to the next step of "basic information", the "edit logic diagram" phase.
Example a, a logic diagram is edited by clicking by a user to add node controls individually.
As shown in fig. 10, "", is used to indicate that the web service layout is in the "edit logic diagram" phase at this time. The "edit logic diagram" phase may include "add node control", "add relationship control", "search", "path recommendation", "move", and "delete" functions. If the user clicks the 'add node control', a part for adding the node control is displayed in the interface as 1001, and the user inputs 'SJ 005' according to the prompt message 'data model identifier'; inputting JD001 according to the prompt message 'node control mark', and inputting employees according to the prompt message 'node control name'; clicking "done" creates a first node control as shown in fig. 11.
Clicking on 'search' in fig. 12, a part for searching as shown in 1201 is displayed in the interface, the user inputs 'SJ 005' according to the prompt information 'data model identifier' and then clicks 'ok', and the server performs searching according to the data model identifier 'SJ 005', and inquires about the data model related to the data model SJ005 and the relationship related to the data model SJ 005. Among them, the data models related to the data model SJ005 include "data model SJ008" and "data model SJ009". As shown in section 1301 of fig. 13, data model SJ008 is named pay, and data model SJ009 is named abc. The relationships associated with the data model SJ005 include "relationship a" and "relationship b". Here, the name of the relationship between SJ005 and SJ008 is a, and the name of the relationship between SJ005 and SJ009 is b. The user clicks and clicks on the box before SJ008, and determines to select SJ008 and relation a as the relation and data model connected with SJ 005. Click on "ok" then generates the second node control and the first relationship control shown in fig. 14. The name of the second node control is "pay", and the identifier of the second node control is "JD002"; the name of the first relationship control is "a", and the identification of the first relationship control is "GXK001". The first node control and the second node control are connected through a first relation control.
Example B, automatically editing the logic diagram by recommending a path.
As shown in fig. 15, the user clicks "path recommendation", the interface of the server is displayed as shown in fig. 15 at 1501, then "SJ005" is input according to the prompt information "start data model", and "SJ008" is input according to the prompt information "end data model", and "search" is clicked to obtain two candidate recommended paths, namely path 1 (deployyees-pay) and path 2 (deployyees-abc-pay). As shown in fig. 1501, after the user clicks "select" on the path 1, the server automatically generates a node control and a relationship control according to the data model employee, and the relationship a in the path 1, as shown in fig. 14.
Optionally, in the stage of editing the logic diagram, the user may also select an object (node control and/or relationship control) to be deleted by clicking "delete" in the interface, and delete the selected object. The user can also select an object (node control and/or relationship control) to be moved by clicking on "move" in the interface, and move the selected object. For example, after the node "employees" is selected by clicking "delete", the node "employees" is deleted. Likewise, the user may save the logical view of the current web service by clicking save ". The user clicks on "next" on the interface and the web service orchestration proceeds to "set input parameters".
Optionally, if the user clicks "last step", the web service layout returns "basic information", and the user may further modify the basic information of the web service.
After entering the stage of setting input parameters, the user clicks the node of employee and inputs the name of employee according to the prompt information. Then clicking the next step and entering a stage of setting output parameters. And after entering the stage of setting input parameters, clicking the "pay" node by the user, and inputting the "employee wages" according to the prompt information. Then click on 'next' and enter the 'set filter condition' phase. The user can click on the data model "Pay" and enter the filter term "date >10 months and 1 day" according to the prompt. That is, only employee payroll stored in the data model "pay" after 10 months and 1 day is determined as queryable data in the web service.
The user can click the next step, the arrangement of the web service enters a service development stage, and in the service development stage, the structure diagram of the web service displayed on the service arrangement interface is converted into a script program of the web service by clicking a script program generation server through the user. And clicking the next step, and entering a service testing stage by arranging the web service, wherein the service testing stage is mainly used for performing functional verification on the web service. When performing function verification, as shown in fig. 16, after "zhang san" is input in the input parameter value, and "run" is clicked, the output parameter value obtained according to the web service script to which the input parameter value is added is obtained, and the running result is: a wage of 11 months 8000, a wage of 12 months 8000. And manually verifying that the output result obtained after the script program runs is correct. Then clicking the 'publishing', jumping to a 'service publishing' interface, and publishing the web service. So that the user can access the web service through any one of the clients to obtain the required employee wages.
The above-mentioned scheme provided by the embodiment of the present application is mainly introduced from the perspective of the working principle of the device for assisting the orchestration of network services. It is understood that the device for assisting the orchestration of network services comprises corresponding hardware structures and/or software modules for performing the respective functions in order to realize the functions. Those of skill in the art would readily appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as hardware or combinations of hardware and computer software. Whether a function is performed as hardware or computer software drives hardware depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
In the embodiment of the present application, the device for assisting the orchestration of network services may perform the division of the functional modules according to the method example, for example, each functional module may be divided corresponding to each function, or two or more functions may be integrated into one processing module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode. It should be noted that, in the embodiment of the present application, the division of the module is schematic, and is only one logic function division, and there may be another division manner in actual implementation.
Fig. 17 shows a schematic diagram of a possible structure of the apparatus 170 for assisting orchestration of network services according to the above embodiments, where each functional module is divided according to each function. The device for assisting the arrangement of the network services can be a server, a functional module or a chip in the server, or a device matched with the server. As shown in fig. 17, the apparatus 170 for assisting the orchestration of network services may include: display unit 1701, processing unit 1702. The display unit 1701 is used to execute the process S502 in fig. 5; the processing unit 1702 is configured to execute the process S503 in fig. 5. All relevant contents of each step related to the above method embodiment may be referred to the functional description of the corresponding functional module, and are not described herein again.
Further, as shown in fig. 18, the apparatus 170 for assisting web service orchestration may further include a first associating unit 1703, a second associating unit 1704, a third associating unit 1705, a searching unit 1706, a recommending unit 1707, a first sending unit 1708, a first receiving unit 1709, a moving unit 1710, a converting unit 1711, a publishing unit 1712, a second receiving unit 1713, an executing unit 1714, and a second sending unit 1715. The first associating unit 1703 is configured to perform the relevant steps in the process S501 in fig. 5; the second associating unit 1704 is configured to execute the relevant step in the process S501 in fig. 5; the third associating unit 1705 is configured to perform the associating step in the process S501 in fig. 5; the search unit 1706 is configured to perform the relevant step in the process S501 in fig. 5; the recommending unit 1707 is used for executing the relevant steps in the process S501 in fig. 5; the first sending unit 1708 is configured to perform relevant steps in the process S501 in fig. 5; the first receiving unit 1709 is configured to perform relevant steps in the process S501 in fig. 5; the moving unit 1710 is configured to execute the process S504 in fig. 5; the conversion unit 1711 is configured to execute the process S506 in fig. 5; the issuing unit 1712 is configured to execute the process S507 in fig. 5; the second receiving unit 1713 is configured to perform the process S508 in fig. 5; the execution unit 1714 is configured to execute the process S509 in fig. 5; the second sending unit 1715 is configured to execute the process S510 in fig. 5.
In the case of an integrated unit, fig. 19 shows a possible structural diagram of the server 190 involved in the above-described embodiment. The server 190 is used for implementing the method for assisting the network service arrangement provided by the present application. As shown in fig. 19, the server 190 may include: a processing module 1901, and a communication module 1902. The processing module 1901 is used for controlling and managing the operation of the server 190. For example, the processing module 1901 is configured to execute S501 to S510 in fig. 5, or execute the processes S801 to S803 in fig. 8. The communication module 1902 is used to enable the server 190 to communicate with other units. Server 190 may also include a storage module 1903 for storing program codes and data for server 190; the server 190 may also include a display module 1904 for displaying a logical view of the network service.
The processing module 1901 may be the processor 401 in the physical structure of the electronic device 40 shown in fig. 4, and may be a processor or a controller. For example, it may be a CPU, general purpose processor, DSP, ASIC, FPGA or other programmable logic device, transistor logic device, hardware component, or any combination thereof. Which may implement or execute the various illustrative logical blocks, modules, and circuits described in connection with the disclosure herein. The processing module 1901 may also be a combination that implements computing functionality, e.g., comprising one or more microprocessors in combination, a DSP and a microprocessor in combination, or the like. The communication module 1902 may be the transceiver 403 in the physical structure of the electronic device 40 shown in fig. 4, and the communication module 1902 may be a communication port, or may be a transceiver, a transceiver circuit, a communication interface, or the like. Alternatively, the communication interface may be configured to communicate with another device through the element having the transmission/reception function. The above-mentioned elements with transceiving functions may be implemented by antennas and/or radio frequency devices. The storage module 1903 may be the memory 402 in the physical structure of the electronic device 40 shown in fig. 4; the display module 1904 may be the display 404 in the physical structure of the electronic device 40 shown in fig. 4.
When the processing module 1901 is a processor, the communication module 1902 is a transceiver, the storage module 1903 is a memory, and the display module 1904 is a display, the server 190 according to the embodiment of the present application shown in fig. 19 can be the electronic device 40 shown in fig. 4.
As mentioned above, the apparatus 170 or the server 190 for assisting web services orchestration provided by the embodiments of the present application may be used to implement the functions in the methods implemented by the embodiments of the present application, and for convenience of description, only the portions related to the embodiments of the present application are shown, and details of the specific technology are not disclosed, please refer to the embodiments of the present application.
As another form of the present embodiment, a computer-readable storage medium is provided, on which instructions are stored, and when executed, the instructions perform the method for assisting network service orchestration in the above method embodiments.
As another form of the present embodiment, there is provided a computer program product containing instructions which, when run on a computer, cause the computer to perform the method of assisting web services orchestration in the above method embodiments.
The embodiment of the present invention further provides a chip system, which includes a processor and is used for implementing the technical method of the embodiment of the present invention. In one possible design, the system-on-chip further includes a memory for storing program instructions and/or data necessary for an embodiment of the present invention. In one possible design, the system-on-chip further includes a memory for the processor to call application code stored in the memory. The chip system may be composed of one or more chips, and may also include a chip and other discrete devices, which is not specifically limited in this embodiment of the present application.

Claims (33)

1. A method for assisting orchestration of network services, the network services comprising at least one data model, the method applied to a first device, the method comprising:
displaying a logic diagram of the network service on a display interface of the first device; wherein the logic diagram comprises at least one node control; each node control of the at least one node control is respectively associated with one data model of the at least one data model; the logic diagram includes at least two node controls, the web service includes at least two data models, the at least two data models include a third data model and a fourth data model;
assisting in orchestrating the network services according to the logic diagram;
the method further comprises the following steps:
acquiring one or more candidate paths according to the path recommendation instruction; the path recommendation instruction includes an identification of the third data model and an identification of the fourth data model; the candidate paths comprise paths with the third data model as a starting point and the fourth data model as an end point; the one or more candidate paths include a target path, and the path formed by the controls corresponding to the relationships between the data model and the data model in the target path is one path in the logic diagram.
2. The method of claim 1, wherein said facilitating orchestration of the network services according to the logic diagram comprises:
adding the input parameters of the network service and the output parameters of the network service to the at least one node control.
3. The method of claim 2, wherein adding the input parameters of the web service and the output parameters of the web service to the at least one node control comprises:
adding input parameters of the network service to a node control of the at least one node control associated with a first data model included in the network service;
adding an output parameter of the web service to a node control of the at least one node control associated with a last data model included in the web service.
4. The method of any of claims 1-3, wherein displaying the logic diagram of the network service on the display interface of the first device comprises:
adding a first node control of the at least one node control on a display interface of the first device; the first node control is any one of the node controls in the logic diagram; the first node control is associated with a first data model of the at least one data model.
5. The method of claim 4, further comprising:
and associating the first node control with the first data model according to the identification of the first data model and the identification of the first node control.
6. The method of claim 5, wherein associating the first node control with the first data model based on the identification of the first data model and the identification of the first node control comprises:
and associating the first node control with the data meeting the filter condition in the first data model according to the identification of the first data model, the identification of the first node control and the filter condition.
7. The method of any of claims 4-6, wherein the logic diagram includes at least two node controls, wherein the web service includes at least two data models, and wherein the method further comprises:
associating a second node control with a second data model according to an identification of the second data model and an identification of a second node control of the at least two node controls; the first data model and the second data model have a first relationship therebetween; the second node control is any one of the node controls in the logic diagram except the first node control; the first relationship is used to represent that the first data model is related to the second data model.
8. The method in accordance with claim 7, wherein the logic diagram further comprises a first relationship control; the method further comprises the following steps:
associating a first relation control with the first relation according to the identifier of the first relation control and the identifier of the first relation; the first node control and the second node control are connected through the first relation control.
9. The method of claim 7 or 8, further comprising:
according to the search instruction, acquiring a candidate relation related to the first data model and/or a candidate data model having a relation with the first data model; wherein the search instruction comprises an identification of a first data model; the candidate relationship comprises the first relationship and the candidate data model comprises the second data model.
10. The method of claim 9, wherein obtaining candidate relationships associated with the first data model and/or candidate data models having relationships with the first data model according to the search instruction comprises:
sending the search instruction to second equipment; the second device stores a plurality of data models and relations between the data models;
and receiving the candidate relation and/or the candidate data model sent by the second equipment.
11. The method of claim 1, further comprising:
sending the identification of the third data model and the identification of the fourth data model to a second device; the second device stores a plurality of data models and relations between the data models;
receiving the one or more candidate paths sent by the second device.
12. The method of claim 11, wherein the path recommendation instruction comprises an identification of a fifth data model of the at least two data models; the candidate path specifically includes a path that passes through a fifth data model with the third data model as a start point and the fourth data model as an end point.
13. The method of any one of claims 1-12, further comprising:
moving the control to be moved to the target position in the display interface of the first equipment according to the control to be moved and the target position; the controls to be moved comprise one or more node controls in the logical graph.
14. A method according to claim 2 or 3, characterized in that the method further comprises:
converting the structure diagram of the network service into a script program of the network service; the structure diagram of the network service comprises: the logic diagram, input parameters of the web service, and output parameters of the web service;
and issuing the script of the network service to a gateway device.
15. The method of claim 14, further comprising:
receiving an input parameter value of the network service sent by the gateway equipment;
running the script program of the network service added with the input parameter value to obtain an output parameter value of the network service;
and sending the output parameter value of the network service to the gateway equipment.
16. An apparatus for facilitating orchestration of network services, the apparatus deployed at a first device, the network services comprising at least one data model, the apparatus comprising:
the display unit is used for displaying the logic diagram of the network service on a display interface of the first equipment; wherein the logic diagram comprises at least one node control; each node control of the at least one node control is respectively associated with one data model of the at least one data model; the logic diagram includes at least two node controls, the web service includes at least two data models, the at least two data models include a third data model and a fourth data model;
the processing unit is used for assisting in arranging the network service according to the logic diagram;
the device further comprises:
the recommendation unit is used for acquiring one or more candidate paths according to the path recommendation instruction; the path recommendation instruction includes an identification of the third data model and an identification of the fourth data model; the candidate paths comprise paths with the third data model as a starting point and the fourth data model as an end point; the one or more candidate paths include a target path, and the paths formed by the controls corresponding to the relationships between the data model and the data model in the target path are one path in the logic diagram.
17. The apparatus according to claim 16, wherein the processing unit is specifically configured to:
adding the input parameters of the network service and the output parameters of the network service to the at least one node control.
18. The apparatus according to claim 17, wherein the processing unit is specifically configured to:
adding input parameters of the network service to a node control of the at least one node control associated with a first data model included in the network service;
adding an output parameter of the web service to a node control of the at least one node control associated with a last data model included in the web service.
19. The device according to any one of claims 16 to 18, wherein the display unit is specifically configured to:
adding a first node control of the at least one node control on a display interface of the first device; the first node control is any one node control in the logic diagram; the first node control is associated with a first data model of the at least one data model.
20. The apparatus of claim 19, further comprising:
and the first association unit is used for associating the first node control with the first data model according to the identifier of the first data model and the identifier of the first node control.
21. The apparatus according to claim 20, wherein the first associating unit is specifically configured to:
and associating the first node control with the data meeting the filter condition in the first data model according to the identification of the first data model, the identification of the first node control and the filter condition.
22. The apparatus of any of claims 19-21, wherein the logic diagram comprises at least two node controls, wherein the web service comprises at least two data models, and wherein the apparatus further comprises:
a second association unit, configured to associate a second node control of the at least two node controls with a second data model according to an identifier of the second data model and an identifier of the second node control; the first data model and the second data model have a first relationship therebetween; the second node control is any one of the node controls in the logic diagram except the first node control; the first relationship is used to represent that the first data model is related to the second data model.
23. The apparatus of claim 22, wherein the logic diagram further comprises a first relationship control; the device further comprises:
the third association unit is used for associating the first relationship control with the first relationship according to the identifier of the first relationship control and the identifier of the first relationship; the first node control and the second node control are connected through the first relation control.
24. The apparatus of claim 23, further comprising:
the searching unit is used for acquiring a candidate relation related to the first data model and/or a candidate data model having a relation with the first data model according to a searching instruction; wherein the search instruction comprises an identification of a first data model; the candidate relationship comprises the first relationship and the candidate data model comprises the second data model.
25. The apparatus according to claim 24, wherein the search unit is specifically configured to:
sending the search instruction to a second device; the second device stores a plurality of data models and relations between the data models;
and receiving the candidate relation and/or the candidate data model sent by the second equipment.
26. The apparatus of claim 16, further comprising:
a first sending unit, configured to send an identifier of the third data model and an identifier of the fourth data model to a second device; the second device stores a plurality of data models and relations between the data models;
a first receiving unit, configured to receive the one or more candidate paths sent by the second device.
27. The apparatus of claim 26, wherein the path recommendation instruction comprises an identification of a fifth data model of the at least two data models; the candidate path specifically includes a path that passes through a fifth data model with the third data model as a start point and the fourth data model as an end point.
28. The apparatus of claim 26 or 27, further comprising:
the moving unit is used for moving the control to be moved to the target position in the display interface of the first equipment according to the control to be moved and the target position; the controls to be moved include one or more node controls in the logical graph.
29. The apparatus of claim 17 or 18, further comprising:
the conversion unit is used for converting the structure diagram of the network service into a script program of the network service; the structure diagram of the network service comprises: the logic diagram, input parameters of the network service, and output parameters of the network service;
and the issuing unit is used for issuing the script of the network service to the gateway equipment.
30. The apparatus of claim 29, further comprising:
a second receiving unit, configured to receive an input parameter value of the network service sent by the gateway device;
the operation unit is used for operating the script program of the network service added with the input parameter value to obtain an output parameter value of the network service;
a second sending unit, configured to send the output parameter value of the network service to the gateway device.
31. A server, characterized in that the server comprises: a processor and a memory;
the memory is connected with the processor; the memory is for storing computer instructions which, when executed by the processor, cause the apparatus to perform a method of assisting web services orchestration according to any of claims 1-15.
32. A system for facilitating orchestration of network services, the system comprising the server of claim 31.
33. A computer-readable storage medium comprising instructions which, when executed on a computer, cause the computer to perform the method of assisting orchestration of network services according to any one of claims 1 to 15.
CN202010648613.1A 2020-07-07 2020-07-07 Method, device and system for assisting network service arrangement Active CN113923250B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010648613.1A CN113923250B (en) 2020-07-07 2020-07-07 Method, device and system for assisting network service arrangement

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010648613.1A CN113923250B (en) 2020-07-07 2020-07-07 Method, device and system for assisting network service arrangement

Publications (2)

Publication Number Publication Date
CN113923250A CN113923250A (en) 2022-01-11
CN113923250B true CN113923250B (en) 2023-04-07

Family

ID=79231549

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010648613.1A Active CN113923250B (en) 2020-07-07 2020-07-07 Method, device and system for assisting network service arrangement

Country Status (1)

Country Link
CN (1) CN113923250B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114518908B (en) * 2022-02-17 2024-03-22 杭州网易云音乐科技有限公司 Service orchestration method, medium, device and computing equipment

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1636200A (en) * 2002-01-11 2005-07-06 诺基亚有限公司 System and method for facilitating access to network based services

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU2004264582B2 (en) * 2003-06-05 2010-05-13 Intertrust Technologies Corporation Interoperable systems and methods for peer-to-peer service orchestration
US9965263B2 (en) * 2014-06-02 2018-05-08 Gogrid, LLC Cloud orchestration engine
CN107133049A (en) * 2017-05-23 2017-09-05 中国联合网络通信集团有限公司 The treating method and apparatus of service based on communication
CN110618810A (en) * 2019-06-27 2019-12-27 武汉大学 Metadata-driven diversified service mixed arrangement method
CN110532020B (en) * 2019-09-04 2023-12-05 中国工商银行股份有限公司 Data processing method, device and system for micro-service arrangement
CN111078315B (en) * 2019-12-12 2020-12-08 拉扎斯网络科技(上海)有限公司 Microservice arranging and executing method and system, architecture, equipment and storage medium
CN111142867B (en) * 2019-12-31 2024-04-02 谷云科技(广州)有限责任公司 Service visual arrangement system and method under micro service architecture
CN111274000B (en) * 2020-01-21 2023-01-10 苏州浪潮智能科技有限公司 Service arrangement method and device, electronic equipment and storage medium

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1636200A (en) * 2002-01-11 2005-07-06 诺基亚有限公司 System and method for facilitating access to network based services

Also Published As

Publication number Publication date
CN113923250A (en) 2022-01-11

Similar Documents

Publication Publication Date Title
US10025880B2 (en) Methods for integrating semantic search, query, and analysis and devices thereof
US9990383B2 (en) Constructing a data adaptor in an enterprise server data ingestion environment
US8719706B2 (en) Cloud-based application help
US11288319B1 (en) Generating trending natural language request recommendations
WO2020204144A1 (en) Job analysis method
US8560636B2 (en) Methods and systems for providing a virtual network process context for network participant processes in a networked business process
JP2018528559A (en) Method and system for realizing data tracking by software development kit
JP2011204228A (en) Mashup infrastructure with learning mechanism
US8438272B2 (en) Methods and systems for managing quality of services for network participants in a networked business process
US20120150792A1 (en) Data extraction framework
Liu et al. Composing enterprise mashup components and services using architecture integration patterns
CN104516908A (en) Database access method and device
CN109002334B (en) Operation and maintenance platform and data processing method thereof
KR20040073343A (en) Declarative sequenced report parameterization
CN109981745A (en) A kind of journal file processing method and server
EP3738048A1 (en) Recommending visual and execution templates to enable automation of control and data exploration across systems
CN107463391A (en) Task processing method, device and equipment
CN113923250B (en) Method, device and system for assisting network service arrangement
JP7161719B2 (en) Interactive and non-interactive execution and rendering of templates for automating control and exploration across systems
Chen et al. Use of grid computing for modeling virtual geospatial products
US20160191431A1 (en) Streamlining end-to-end flow of business-to-business integration processes
KR20210057583A (en) Data collection and analyzing system and construction method of the same for project
CN109783164B (en) Method and apparatus for computing device and operating, reconstructing experiments
US20180343184A1 (en) Platform for Multi-Function Network Resource Analysis
US11586643B2 (en) Enabling dynamic data capture with database objects

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant