Firebird/Introduction: Difference between revisions
From stonehomewiki
Jump to navigationJump to search
Stonezhong (talk | contribs) No edit summary |
Stonezhong (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<p> [[Firebird]] </p> | <p> [[Firebird]] </p> | ||
= Beirf = | |||
<div class="toccolours mw-collapsible mw-collapsed expandable"> | |||
<div class="mw-collapsible-preview">Brief</div> | |||
<div class="mw-collapsible-content"> | |||
Firebird is a Python based Stream Processing Framework | |||
* 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> | |||
<p></p> | |||
= Make it easy to create streaming processing data pipeline using python = | |||
<div class="toccolours mw-collapsible mw-collapsed expandable"> | <div class="toccolours mw-collapsible mw-collapsed expandable"> | ||
<div class="mw-collapsible-preview">Brief</div> | <div class="mw-collapsible-preview">Brief</div> | ||