Firebird: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
Line 11: Line 11:
= [[Firebird/Concepts|Concepts]] =
= [[Firebird/Concepts|Concepts]] =


= Command Line Tools =
= [[Firebird/Command Line Tools|Command Line Tools]] =
<div class="toccolours mw-collapsible mw-collapsed expandable">
<div class="mw-collapsible-preview">pipeline</div>
<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>

Revision as of 06:19, 4 May 2023

Introduction

Getting Started

Concepts

Command Line Tools