Firebird/Introduction: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 4: Line 4:
<div class="mw-collapsible-preview">Brief</div>
<div class="mw-collapsible-preview">Brief</div>
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
<h1>
Firebird is a Python based Stream Processing Framework
Firebird is a Python based Stream Processing Framework
</h1>
* Make it easy to create streaming processing data pipeline using python
* Make it easy to deploy your pipeline to Kubernete Cluster, so your pipeline can run at scale.
* A Management Web UI to visualize your pipeline topology.
* The firebird framework encourage you to write reusable streaming processing unit and encapsulate it in Generator or Node or Sink.
</div>
</div>
</div>
</div>
<p></p>
<p></p>

Revision as of 09:15, 15 September 2023

Firebird