Firebird: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Firebird -- Python based Streaming Framework =
= [[Firebird/Introduction|Introduction]] =
[[Image:Firebird.jpg|border|128px]]
 
<div class="toccolours mw-collapsible mw-collapsed expandable">
<div class="mw-collapsible-preview">Introduction</div>
<div class="mw-collapsible-content">
It is a python based streaming processing framework
</div>
</div>
<p></p>
 
= [[Firebird/GettingStarted|Getting Started]] =
= [[Firebird/GettingStarted|Getting Started]] =
= [[Firebird/Concepts|Concepts]] =
= [[Firebird/Concepts|Concepts]] =
 
= [[Firebird/Command Line Tools|Command Line Tools]] =
= Command Line Tools =
= [[Firebird/Developer Guidelines|Developer Guidelines]] =
<div class="toccolours mw-collapsible mw-collapsed expandable">
= [[Firebird/FAQs|FAQs]] =
<div class="mw-collapsible-preview">pipeline</div>
= [[Firebird/Notes|Notes]] =
<div class="mw-collapsible-content">
* This tool assumes you store configuration in ~/.firebird/config.json
 
Here is how the configuration looks like:
<pre><nowiki>
{
    "zookeeper": {
        "hosts": "zookeeper:2181"
    },
    "rabbitmq": {
        "username": "stonezhong",
        "password": "***",
        "host": "rabbitmq",
        "port": 5672,
        "heartbeat": 300
    }
}
</nowiki></pre>
 
</div>
</div>
<p></p>

Latest revision as of 10:13, 15 September 2023