Firebird/Introduction: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
No edit summary
Line 62: Line 62:
</nowiki></pre>
</nowiki></pre>


</div>
</div>
<p></p>
= Make it easy to deploy your pipeline to Kubernete Cluster =
<div class="toccolours mw-collapsible mw-collapsed expandable">
<div class="mw-collapsible-preview">Brief</div>
<div class="mw-collapsible-content">
To deploy your pipeline, you can simple run the command below, you can specify parameter <code>-r</code> to specify how many pods you need to run pipeline, default is 1. Here is an example:
<pre><nowiki>
# it start pipeline "test", using 10 pods to run your pipeline simultaneously.
/usr/src/app # pipeline start -pid test -r 10
</nowiki></pre>
</div>
</div>
</div>
</div>
<p></p>
<p></p>

Revision as of 09:22, 15 September 2023

Firebird

Beirf

Make it easy to create streaming processing data pipeline using python

Make it easy to deploy your pipeline to Kubernete Cluster