Firebird/Concepts: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
Line 136: Line 136:
* A node's output port can connect to another node's input port
* A node's output port can connect to another node's input port


Properties:
<b>Properties</b>
* mq: message queue
<pre><nowiki>
* node_dict: dictionary, key is node name, value is node
* id:          The id of the pipeline, every pipeline has a unique id.
* title:      A human readable short description of this pipeline.
* description: Detailed description of this pipeline.
* mq:         RabbitMQ instance
* nodes:       Tuple containing all node belongs to this pipeline.
</nowiki></pre>


Methods:
Methods:

Revision as of 04:47, 13 May 2023

Firebird

Overview

Models

Pipeline