CN113946562A - Visual design platform of data collaboration chain - Google Patents

Visual design platform of data collaboration chain Download PDF

Info

Publication number
CN113946562A
CN113946562A CN202111199475.4A CN202111199475A CN113946562A CN 113946562 A CN113946562 A CN 113946562A CN 202111199475 A CN202111199475 A CN 202111199475A CN 113946562 A CN113946562 A CN 113946562A
Authority
CN
China
Prior art keywords
node
information
data
module
chain
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.)
Pending
Application number
CN202111199475.4A
Other languages
Chinese (zh)
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.)
G Cloud Technology Co Ltd
Original Assignee
G Cloud Technology 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 G Cloud Technology Co Ltd filed Critical G Cloud Technology Co Ltd
Priority to CN202111199475.4A priority Critical patent/CN113946562A/en
Priority to PCT/CN2021/126853 priority patent/WO2023060652A1/en
Publication of CN113946562A publication Critical patent/CN113946562A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/211Schema design and management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the invention discloses a data collaboration chain visual design platform. The method comprises the following steps: the system comprises a node arranging module, an information storage module, an information interpretation module and an execution module; the node arranging module is used for receiving a design instruction of a user, arranging and setting nodes in the data collaboration chain in a visual mode to obtain the data collaboration chain, and generating node information of each node and node relation information among the nodes according to the data collaboration chain; the information storage module is used for storing node information of each node and node relation information among the nodes; the information interpretation module is used for generating a data collaboration chain execution storage structure according to the node information and the node relation information; the execution module is used for executing the storage structure according to the data collaboration chain and executing the nodes in the data collaboration chain. The embodiment of the invention solves the technical problem that data cannot flow in time due to the fact that a data cooperation model cannot be established quickly in the prior art.

Description

Visual design platform of data collaboration chain
Technical Field
The embodiment of the application relates to the field of data collaboration chains, in particular to a data collaboration chain visual design platform.
Background
At present, with the continuous development of science and technology, data informatization is gradually realized in each industry, and the data informatization enables data of each industry to be dispersedly stored in different places to form independent information data islands. For the calling of the data, the data is called through a solidified calling model at present, the data calling mode is not easy to manage the data, the data cannot flow in time to form value due to the fact that a data cooperation model cannot be established quickly at present, and the existing data calling mode has great limitation.
In summary, in the prior art, a data cooperation model cannot be established quickly, so that the technical problem that data cannot flow in time exists.
Disclosure of Invention
The embodiment of the invention provides a data collaboration chain visual design platform, which solves the technical problem that data cannot flow in time due to the fact that a data collaboration model cannot be established quickly in the prior art.
The embodiment of the invention provides a data collaboration chain visual design platform, which comprises: the system comprises a node arranging module, an information storage module, an information interpretation module and an execution module;
the node arranging module is used for receiving a design instruction of a user, arranging and setting nodes in a data collaboration chain in a visual mode to obtain the data collaboration chain, and generating node information of each node and node relation information among the nodes according to the data collaboration chain;
the information storage module is used for storing the node information of each node and the node relation information among the nodes;
the information interpretation module is used for acquiring the node information and the node relation information from the information storage module and generating a data collaboration chain execution storage structure according to the node information and the node relation information;
the execution module is used for executing the storage structure according to the data collaboration chain and executing the nodes in the data collaboration chain.
Preferably, the node arranging module is configured to receive a design instruction of a user, and the arranging and setting of the nodes in the data coordination chain in a visual manner specifically includes:
the node arranging module is used for receiving a design instruction of a user, selecting elements required in a data collaboration chain from an element database in a dragging mode, using the selected elements as nodes in the data collaboration chain, setting attribute information of each element, and connecting different elements through connecting lines to set an execution sequence of the elements, wherein preset elements are stored in the element database.
Preferably, the types of the elements include start, end, model, data, action, discriminant, concurrency, wait, and child collaboration chain.
Preferably, each node corresponds to a type of the element, and the attribute information includes type information of the element.
Preferably, the node arranging module is configured to generate node information of each node and node relationship information between each node according to the data collaboration chain, and specifically includes:
the node arranging module is configured to generate node information of each node according to attribute information of each element in the data collaboration chain, and generate node relation information between each node according to a connection line between each element in the data collaboration chain, where the node relation information includes an execution sequence of each node.
Preferably, the node information and the node relationship information both include node identification information, and the node identification information is used to distinguish different nodes.
Preferably, the information interpretation module is configured to generate a data coordination chain execution storage structure according to the node information and the node relationship information, specifically:
the information interpretation module is used for generating a node list according to the node information of each node, generating a node relation list according to the node relation information, associating the node list and the node relation list according to the node identification information, and generating a data collaboration chain execution storage structure according to the associated node list and the node relation list.
Preferably, the data coordination chain execution storage structure includes node execution information of each node, where the node execution information includes the node identification information, the node information, and node identification information of next execution.
Preferably, the executing module is configured to execute a storage structure according to the data coordination chain, and executing the node in the data coordination chain specifically includes:
the execution module is configured to call node execution information in the data coordination chain execution storage structure, determine an initial node and an end node, execute the initial node according to the node information of the initial node, and execute each node in sequence according to the node identification information of the next execution in each node execution information until the end node is reached.
Preferably, the information storage module is configured to convert the node information and the node relationship information into a JSON format and store the JSON format.
In the foregoing, an embodiment of the present invention provides a data collaboration chain visualization design platform, including: the system comprises a node arranging module, an information storage module, an information interpretation module and an execution module; the node arranging module is used for receiving a design instruction of a user, arranging and setting nodes in the data collaboration chain in a visual mode to obtain the data collaboration chain, and generating node information of each node and node relation information among the nodes according to the data collaboration chain; the information storage module is used for storing node information of each node and node relation information among the nodes; the information interpretation module is used for acquiring the node information and the node relation information from the information storage module and generating a data collaboration chain execution storage structure according to the node information and the node relation information; the execution module is used for executing the storage structure according to the data collaboration chain and executing the nodes in the data collaboration chain.
In the embodiment of the invention, a user can arrange and set the nodes in the data collaboration chain in a node arranging module in a visual mode, then node information and node relation information of the data collaboration chain are generated, an information interpreting module interprets the node information and the node relation information to generate a data collaboration chain execution storage structure, and an executing module executes the nodes in the data collaboration chain according to the data collaboration chain execution storage structure. The embodiment of the invention can carry out visual design on the data collaboration chain, thereby being capable of quickly establishing the data collaboration chain to call the data, enabling the data to flow in time and solving the technical problem that the data cannot flow in time because a data collaboration model cannot be quickly established in the prior art.
Drawings
Fig. 1 is a schematic structural diagram of a data collaboration chain visualization design platform provided in an embodiment of the present invention.
Fig. 2 is a schematic diagram of elements stored in an element database according to an embodiment of the present invention.
Detailed Description
The following description and the annexed drawings set forth in detail certain illustrative embodiments of the application so as to enable those skilled in the art to practice them. The examples merely typify possible variations. Individual components and functions are optional unless explicitly required, and the sequence of operations may vary. Portions and features of some embodiments may be included in or substituted for those of others. The scope of the embodiments of the present application includes the full ambit of the claims, as well as all available equivalents of the claims. Embodiments may be referred to herein, individually or collectively, by the term "invention" merely for convenience and without intending to voluntarily limit the scope of this application to any single invention or inventive concept if more than one is in fact disclosed. Herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed. The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. For the structures, products and the like disclosed by the embodiments, the description is relatively simple because the structures, the products and the like correspond to the parts disclosed by the embodiments, and the relevant parts can be just described by referring to the method part.
As shown in fig. 1, fig. 1 is a schematic structural diagram of a data collaboration chain visualization design platform provided in an embodiment of the present invention, and includes: the system comprises a node arranging module, an information storage module, an information interpretation module and an execution module;
the node arranging module is used for receiving a design instruction of a user, arranging and setting nodes in the data collaboration chain in a visual mode to obtain the data collaboration chain, and generating node information of each node and node relation information among the nodes according to the data collaboration chain.
In this embodiment, a visualized design interface is arranged in the node arranging module, when a user needs to design the data coordination chain, a design instruction is sent to the node arranging module, and after receiving the design instruction of the user, the node arranging module can arrange and set the nodes in the data coordination chain in the visualized interface, so as to complete the design of the data coordination chain. And then, the node arranging module generates node information of each node in the data collaboration chain and node relation among the nodes according to the designed data collaboration chain.
On the basis of the above embodiment, the node arranging module is configured to receive a design instruction of a user, and arrange and set nodes in the data collaboration chain in a visual manner specifically as follows:
the node arranging module is used for receiving a design instruction of a user, selecting elements required in the data collaboration chain from the element database in a dragging mode, setting attribute information of each element by taking the selected elements as nodes in the data collaboration chain, connecting different elements through connecting lines, and setting an execution sequence of the elements, wherein preset elements are stored in the element database.
In this embodiment, an element database is arranged in the node arranging module, preset elements are stored in the element database, and the design instruction sent by the user includes a drag instruction and a connection instruction. After determining the required elements in the data collaboration chain, the user drags the required elements out of the element database through a mouse (namely, the user sends a dragging instruction to the node arranging module), and after dragging the elements out, the dragged elements are used as nodes in the data collaboration chain, and attribute information of each element is set.
After the attribute information of the completed elements is set, a user needs to determine the execution sequence of each element in the data collaboration chain, send a connection instruction to the node arrangement module according to the execution sequence of each element, and connect the elements through a connection line in a visual interface of the node arrangement module. In one embodiment, a user builds a connection line between different elements through a mouse (i.e., the user sends a connection instruction to the node arranging module), so as to realize connection between different elements.
In one embodiment, the types of elements include start, end, model, data, action, discriminant, concurrency, wait, and child collaboration chains.
The starting element is used for configuring a starting node in the data collaboration chain, the ending element is used for configuring an ending node in the data collaboration chain, and the model is used for configuring an algorithm model in the node; the data is used for configuring a data source in the node; the action is used for configuring the action required to be executed by the node; judging a judging condition for configuring the node; concurrency information for configuring branches in the nodes is generated; waiting for information for configuring a converging branch in a node; the sub-collaboration chain is used for configuring sub-collaboration chain information in the node.
When the user sets the attribute information of each element, the specific setting process is as follows:
(1) and for the model, the attribute information required to be set by the user comprises a model name, an IP (Internet protocol), a port, a parameter, a path and a presentation form. Wherein, the demonstration form includes: location map, thermodynamic diagram, and input. The position diagram shows the execution result data of the model in a position mode on the map after the model is executed; the thermodynamic diagram shows the execution result data of the model in a thermodynamic data mode on the map after the model is executed, and the input is used as the input data of the next model.
(2) Data, for data, attribute information that a user needs to set includes a data source name, a type (structured, unstructured), a structured format (XML, JSON, DB), an unstructured format (text, video, picture, audio), a time range, an administrative region, an IP, a port, and a path.
(3) And action, for the action, the attribute information required to be set by the user comprises IP, port, path, user name, password, result submission IP and result submission port, wherein the IP, the port and the path are all indispensable information, and the user name and the password are optional filling information.
(4) And judging, wherein for judging, the attribute information required to be set by the user comprises a judging condition and branches required to be executed by different judging results.
(5) For concurrency, in a default case, a branch is executed to a concurrent node without waiting, and a concurrent task is directly executed, or a user can configure concurrent time, and attribute information required to be configured by the user includes: the point in time of the concurrency or the length of the waiting concurrency.
(6) Waiting, each branch is executed to the node, and waiting for merging and then executing. For waiting, the attribute information required to be set by the user includes the waiting time required for the next execution after the completion of the convergence of each branch, the website, the IP, the port, the path, the user name and the password for submitting the execution result of each branch, wherein the IP, the port and the path are the necessary information. It should be further noted that each branch needs to be accompanied by a branch number when submitting the execution result.
(7) And for the sub cooperative chains, the attribute information required to be set by the user comprises the setting information of the sub cooperative chains, and the execution mode of the sub cooperative chains is executed in series or in parallel in an integral mode.
It should be noted that, in this embodiment, each node corresponds to a type of an element, and the attribute information includes type information of the element.
In this embodiment, each node in the data coordination chain corresponds to a type of an element, types of elements corresponding to different nodes may be set according to actual needs, and the type of the corresponding specific element is not limited in this embodiment. Meanwhile, the attribute information of the element also includes the type information of the element. Illustratively, in one embodiment, the type information of the element is contained in the type information, and the DATA is DATA, the MODEL is mode, the ACTION is ACTION, the concurrence is current, the WAIT is WAIT, the judgment is judgge, the START is START, and the END is END. Illustratively, in one embodiment, the elements provided in the element database are as shown in FIG. 2.
On the basis of the above embodiment, the node arranging module is configured to generate node information of each node and node relationship information between the nodes according to the data collaboration chain, specifically:
the node arranging module is used for generating node information of each node according to the attribute information of each element in the data collaboration chain, and generating node relation information among the nodes according to the connecting line between each element in the data collaboration chain, wherein the node relation information comprises the execution sequence of each node.
After the user designs the data collaboration chain, the node arrangement module may generate node information of each node according to the attribute information of each element in the data collaboration chain, where the node information includes the attribute information of the node and the name of the node. The node arranging module further generates node relation information among the nodes according to the coordinates of each element in the data collaboration chain and the trend of connecting lines among the elements, wherein the node relation information comprises the execution sequence of each node. For example, in one embodiment, a starting node in the data coordination chain is used as a first node, an ending node in the data coordination chain is used as a last node, an execution sequence of each node in the data coordination chain is determined according to coordinates of the starting node and the ending node and trends of connecting lines between the nodes, and node relation information between the nodes is generated according to the execution sequence of each node. In another embodiment, the node relationship information further includes a name of the corresponding data collaboration chain.
On the basis of the above embodiment, the node information and the node relationship information each include node identification information, and the node identification information is used to distinguish different nodes.
In this embodiment, each node has a node identification information, the node identification information is a unique identifier of the node, and different nodes can be distinguished according to the node identification information. Illustratively, in the node information and the node relationship information, the identification information of the node is represented by a Key, the Key of a certain node is 1, and the Key of another node is 2. It can be understood that the specific content of the identification information of the node may be set according to actual needs, and the specific content of the identification information of the node is not limited in this embodiment.
The information storage module is used for storing node information of each node and node relation information among the nodes.
After the node arrangement module generates the node information and the node relation information, the information storage module stores the node information and the node relation information. In one embodiment, the information storage module is configured to convert the node information and the node relationship information into a JSON format and store the JSON format.
For example, in an embodiment, a name of a data collaboration chain is a vehicle video data collaboration chain, and a start node and an end node of the vehicle video data collaboration chain are connected in a visualization interface of the node arrangement module, the JSON-formatted node relationship information stored in the information storage module is as follows:
Figure BDA0003304378000000071
Figure BDA0003304378000000081
wherein, linkName represents the name of the data collaboration chain, and the nodes array represents the nodes; type represents the type of element, namely DATA (DATA), MODEL (MODEL), ACTION (ACTION), concurrency (current), WAIT (WAIT), discrimination (JUDGE), START (START), and END (END); title represents the name of the element; key represents identification information of the element; x represents an x-axis coordinate in a visual interface of the node arrangement module; y represents the y coordinate in the visualization interface of the node orchestration module. Links represents the relationship between elements. From represents a node starting to connect; to represents a node that terminates the link; fromPoint represents the location of the start node; toPoint represents the location of the end node, and the location includes: RIGHT (middle of RIGHT edge of element), LEFT (middle of LEFT edge of element), UP (middle of upper edge of element), DOWN (middle of lower edge of element).
In one embodiment, the JSON formatted node information stored in the information storage module is as follows:
Figure BDA0003304378000000091
wherein, key represents the unique identifier of the node; type represents the type of the element, and is consistent with the type in the node relation information; title represents the name of the node; the data represents attribute information of an element of the node; data { name } in the data information represents a data source name, data { type } represents a data type, data { format } represents a data format, data { addr } represents an address of data, data { port } represents a port, data { path } represents a path, data { user } represents a user name, and data { pwd } represents a password. Data { parameters } in MODEL represents the parameters to be input into the MODEL, and data { showStyle } represents the presentation mode used by the analysis result generated by the MODEL.
The information interpretation module is used for acquiring the node information and the node relation information from the information storage module and generating a data collaboration chain execution storage structure according to the node information and the node relation information.
In this embodiment, after the information storage module stores the node information and the node relationship information, the information interpretation module obtains the node information and the node relationship information of each node from the information storage module, and then analyzes and interprets the node information and the node relationship information to generate an executable data collaboration chain execution storage structure.
In one embodiment, the information interpretation module is configured to generate, according to the node information and the node relationship information, a data coordination chain execution storage structure specifically including:
the information interpretation module is used for generating a node list according to the node information of each node, generating a node relation list according to the node relation information, associating the node list and the node relation list according to the node identification information, and generating a data collaboration chain execution storage structure according to the associated node list and the node relation list.
And after the information interpretation module acquires the node information and the node relation information of each node, a node list is generated according to the node information of each node. It can be understood that the node list contains node information of each node; then, the information interpretation module generates a node relation list according to the acquired node relation information, wherein the node relation list comprises an execution sequence of each node in the data collaboration chain; and then, the information interpretation module associates the nodes with the same identification information between the node list and the node relation list, thereby associating the execution sequence of the nodes with the node information of each node, and generating a data collaboration chain execution storage structure according to the node information of each node and the node execution sequence.
In one embodiment, the data collaboration chain execution storage structure includes node execution information for each node, and the node execution information includes node identification information, node information, and node identification information of a next execution.
It should be further noted that the data coordination chain execution storage structure includes node execution information of each node, where the node execution information includes node identification information, node information, and node identification information of the next execution. In one embodiment, the code for the node execution information for each node is as follows:
Figure BDA0003304378000000101
the code of the node execution information of each node comprises identification information key of the node, type information type of an element of the node, name title of the node, attribute information data of the node, a list next storing the identification information of the node to be executed next and the number count of the stay of the current node thread.
The execution module is used for executing the storage structure according to the data collaboration chain and executing the nodes in the data collaboration chain.
After the information interpretation module generates a data collaboration chain execution storage structure, the execution module executes a node in the data collaboration chain according to the data collaboration chain execution storage structure.
In one embodiment, the execution module is configured to execute the storage structure according to the data coordination chain, where the node in the data coordination chain is specifically:
the execution module is used for calling the node execution information in the data collaboration chain execution storage structure, determining an initial node and an end node, executing the initial node according to the node information of the initial node, and executing each node in sequence according to the node identification information of the next execution in each node execution information until the end node is reached.
When the execution module executes the data collaboration chain, the execution module calls the corresponding data collaboration chain to execute the storage structure, determines a start node and an end node according to the node execution information, and traverses each node in the data collaboration chain from the start node. In this embodiment, the execution module executes each node according to the type of each node and the attribute information in the node information. Illustratively, if the type of the element of the currently executed node is judgment, a corresponding node is selected from the node identification information of the next execution according to the judgment condition and the judgment result; and if the type of the element of the current execution node is concurrent, starting a plurality of threads, and executing a plurality of nodes according to the identification information of the next executed node. If the type of the element of the current execution node is waiting, finishing the execution of all branches to the node, temporarily storing the execution result to the node, waiting for the main thread to reach the node, executing the node according to the attribute information of the node if the element of the current execution node is waiting, and executing the next node according to the identification information of the next executed node. The execution module traverses each node in the execution data collaboration chain until an end node is encountered.
In the foregoing, an embodiment of the present invention provides a data collaboration chain visualization design platform, including: the system comprises a node arranging module, an information storage module, an information interpretation module and an execution module; the node arranging module is used for receiving a design instruction of a user, arranging and setting nodes in the data collaboration chain in a visual mode to obtain the data collaboration chain, and generating node information of each node and node relation information among the nodes according to the data collaboration chain; the information storage module is used for storing node information of each node and node relation information among the nodes; the information interpretation module is used for acquiring the node information and the node relation information from the information storage module and generating a data collaboration chain execution storage structure according to the node information and the node relation information; the execution module is used for executing the storage structure according to the data collaboration chain and executing the nodes in the data collaboration chain.
In the embodiment of the invention, a user can arrange and set the nodes in the data collaboration chain in a node arranging module in a visual mode, then node information and node relation information of the data collaboration chain are generated, an information interpreting module interprets the node information and the node relation information to generate a data collaboration chain execution storage structure, and an executing module executes the nodes in the data collaboration chain according to the data collaboration chain execution storage structure. The embodiment of the invention can carry out visual design on the data collaboration chain, thereby being capable of quickly establishing the data collaboration chain to call the data, enabling the data to flow in time and solving the technical problem that the data cannot flow in time because a data collaboration model cannot be quickly established in the prior art.
It should be noted that the foregoing is only a preferred embodiment of the present invention and the technical principles applied. Those skilled in the art will appreciate that the embodiments of the present invention are not limited to the specific embodiments described herein, and that various obvious changes, adaptations, and substitutions are possible, without departing from the scope of the embodiments of the present invention. Therefore, although the embodiments of the present invention have been described in more detail through the above embodiments, the embodiments of the present invention are not limited to the above embodiments, and many other equivalent embodiments may be included without departing from the concept of the embodiments of the present invention, and the scope of the embodiments of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A data collaboration chain visualization design platform, comprising: the system comprises a node arranging module, an information storage module, an information interpretation module and an execution module;
the node arranging module is used for receiving a design instruction of a user, arranging and setting nodes in a data collaboration chain in a visual mode to obtain the data collaboration chain, and generating node information of each node and node relation information among the nodes according to the data collaboration chain;
the information storage module is used for storing the node information of each node and the node relation information among the nodes;
the information interpretation module is used for acquiring the node information and the node relation information from the information storage module and generating a data collaboration chain execution storage structure according to the node information and the node relation information;
the execution module is used for executing the storage structure according to the data collaboration chain and executing the nodes in the data collaboration chain.
2. The visual design platform of the data collaboration chain according to claim 1, wherein the node arrangement module is configured to receive a design instruction of a user, and the arrangement of the nodes in the data collaboration chain in a visual manner is specifically:
the node arranging module is used for receiving a design instruction of a user, selecting elements required in a data collaboration chain from an element database in a dragging mode, using the selected elements as nodes in the data collaboration chain, setting attribute information of each element, and connecting different elements through connecting lines to set an execution sequence of the elements, wherein preset elements are stored in the element database.
3. The platform of claim 2, wherein the types of elements include start, end, model, data, action, discriminant, concurrency, wait, and child collaboration chains.
4. The platform of claim 3, wherein each node corresponds to a type of the element, and the attribute information includes type information of the element.
5. The platform according to claim 4, wherein the node orchestration module is configured to generate node information of each node and node relationship information between each node according to the data collaboration chain, and specifically:
the node arranging module is configured to generate node information of each node according to attribute information of each element in the data collaboration chain, and generate node relation information between each node according to a connection line between each element in the data collaboration chain, where the node relation information includes an execution sequence of each node.
6. The platform of claim 5, wherein the node information and the node relationship information each include node identification information, and the node identification information is used to distinguish different nodes.
7. The platform according to claim 6, wherein the information interpretation module is configured to generate, according to the node information and the node relationship information, a data collaboration chain execution storage structure specifically including:
the information interpretation module is used for generating a node list according to the node information of each node, generating a node relation list according to the node relation information, associating the node list and the node relation list according to the node identification information, and generating a data collaboration chain execution storage structure according to the associated node list and the node relation list.
8. The platform of claim 7, wherein the data coordination chain execution storage structure includes node execution information of each node, and the node execution information includes the node identification information, the node information, and node identification information of a next execution.
9. The platform according to claim 8, wherein the execution module is configured to execute the storage structure according to the data coordination chain, and the executing of the node in the data coordination chain is specifically:
the execution module is configured to call node execution information in the data coordination chain execution storage structure, determine an initial node and an end node, execute the initial node according to the node information of the initial node, and execute each node in sequence according to the node identification information of the next execution in each node execution information until the end node is reached.
10. The visual design platform of the data collaboration chain as claimed in any one of claims 1 to 9, wherein the information storage module is configured to convert the node information and the node relationship information into JSON format and store the JSON format.
CN202111199475.4A 2021-10-14 2021-10-14 Visual design platform of data collaboration chain Pending CN113946562A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202111199475.4A CN113946562A (en) 2021-10-14 2021-10-14 Visual design platform of data collaboration chain
PCT/CN2021/126853 WO2023060652A1 (en) 2021-10-14 2021-10-27 Visual design platform for data collaboration chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111199475.4A CN113946562A (en) 2021-10-14 2021-10-14 Visual design platform of data collaboration chain

Publications (1)

Publication Number Publication Date
CN113946562A true CN113946562A (en) 2022-01-18

Family

ID=79329891

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111199475.4A Pending CN113946562A (en) 2021-10-14 2021-10-14 Visual design platform of data collaboration chain

Country Status (2)

Country Link
CN (1) CN113946562A (en)
WO (1) WO2023060652A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117742690A (en) * 2023-12-22 2024-03-22 北京领雁科技股份有限公司 Node self-adaptive flow scheduling method and system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150049163A1 (en) * 2013-03-15 2015-02-19 James Paul Smurro Network system apparatus and method of use adapted for visual neural networking with multi-channel multiplexed streaming medical imagery and packetized clinical informatics
CN108845798A (en) * 2018-05-30 2018-11-20 安徽四创电子股份有限公司 A kind of visualization big data task cradle and processing method
CN111813926A (en) * 2019-11-13 2020-10-23 中国传媒大学 Operation method and system for database Neo4J interactive visualization
CN112068825A (en) * 2020-09-23 2020-12-11 山东泽鹿安全技术有限公司 Visual linkage arrangement method capable of realizing isomerization nodes
CN112187717A (en) * 2020-08-27 2021-01-05 中国人民解放军军事科学院国防科技创新研究院 Rescue scene-based data link message processing device and method
CN112685036A (en) * 2021-01-13 2021-04-20 北京三快在线科技有限公司 Front-end code generation method and device, computer equipment and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9288112B2 (en) * 2013-11-21 2016-03-15 Rockwell Automation Technologies, Inc. Automatic network discovery in precision time protocol networks
CN111142849B (en) * 2019-12-10 2023-07-14 贝壳技术有限公司 Flow processing method, device, storage medium and processor
CN111176613B (en) * 2019-12-25 2023-08-29 中国运载火箭技术研究院 Collaborative Task Automatic Decomposition System Based on Architecture Model

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150049163A1 (en) * 2013-03-15 2015-02-19 James Paul Smurro Network system apparatus and method of use adapted for visual neural networking with multi-channel multiplexed streaming medical imagery and packetized clinical informatics
CN108845798A (en) * 2018-05-30 2018-11-20 安徽四创电子股份有限公司 A kind of visualization big data task cradle and processing method
CN111813926A (en) * 2019-11-13 2020-10-23 中国传媒大学 Operation method and system for database Neo4J interactive visualization
CN112187717A (en) * 2020-08-27 2021-01-05 中国人民解放军军事科学院国防科技创新研究院 Rescue scene-based data link message processing device and method
CN112068825A (en) * 2020-09-23 2020-12-11 山东泽鹿安全技术有限公司 Visual linkage arrangement method capable of realizing isomerization nodes
CN112685036A (en) * 2021-01-13 2021-04-20 北京三快在线科技有限公司 Front-end code generation method and device, computer equipment and storage medium

Also Published As

Publication number Publication date
WO2023060652A1 (en) 2023-04-20

Similar Documents

Publication Publication Date Title
CN109313739B (en) System and method for providing visualization of workflow
CN111080170B (en) Workflow modeling method and device, electronic equipment and storage medium
WO2018126936A1 (en) Component publishing method, component building method based on graphical machine learning algorithm platform, and graphical machine learning algorithm platform
EP1564671A1 (en) Process editing apparatus and method and process management apparatus and method
US11797273B2 (en) System and method for enhancing component based development models with auto-wiring
CN110276074B (en) Distributed training method, device, equipment and storage medium for natural language processing
US20100235814A1 (en) Apparatus and a method for generating a test case
CN108875289B (en) Algorithm debugging method, client, background server and system
KR102290012B1 (en) Diagrams for structured data
WO2020048421A1 (en) Micro-service procedure processing method and device
CN115904352A (en) Process arrangement method, device, storage medium and business process execution method
CN113986503A (en) Task scheduling method, task scheduling device, task scheduling apparatus, and storage medium
CN112764736A (en) Web end flow chart modeling method, device and system
KR100910336B1 (en) A system and method for managing the business process model which mapped the logical process and the physical process model
CN113946562A (en) Visual design platform of data collaboration chain
KR20150110063A (en) Apparatus and method of integrating mapreduce for big data processing
CN112148926A (en) Graph data stream processing method, processing device and storage medium
CN110019207A (en) Data processing method and device and script display methods and device
CN110232013B (en) Test method, test device, controller and medium
CN117215661A (en) Event processing method, device and storage medium
CN115291773A (en) Tree structure data display method and device
CN114936152A (en) Application testing method and device
CN114675948A (en) DAG data model dynamic scheduling method and system
Chawla et al. A Goal based methodology for Web specific Requirements Engineering
US10169049B2 (en) Application system independent dynamic process oriented help

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20220118

RJ01 Rejection of invention patent application after publication