Firebird/Introduction: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
No edit summary
Line 83: Line 83:
<div class="mw-collapsible-preview">Brief</div>
<div class="mw-collapsible-preview">Brief</div>
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
Home page shows all pipelines. You can see
* <code>ID</code>, each pipeline has a unique id
* <code>Namespace</code>, each pipeline is deployed in a kubernete namespace
* <code>Image</code>, the name of the docker image for the pipeline
* <code>Module</code>, the python module name that contains the main pipeline entry.
* <code>Running</code>, show if the pipeline is currently running or not.
* <code>Description</code>, show the description of the pipeline.


<html><img src="https://mywiki.s3.amazonaws.com/firebird-home-ui.png" width="100%"></html>
</div>
</div>
</div>
</div>
<p></p>
<p></p>

Revision as of 09:57, 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

A Management Web UI to visualize your pipeline topology