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 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"> | ||
Firebird is a Python based Stream Processing Framework | 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> | ||
</div> | </div> | ||
<p></p> | <p></p> | ||