This document provides a step-by-step tutorial on the Bran manual installation on the already installed Platform.
Here is the simplest setup for you to try the Bran service. Database replication is disabled here. If you need high availability, contact us for instructions on how to set up a replicated ClickHouse.
config.json
:
"bran_clickhouse_uri": "http://${clickhouse_user}:${clickhouse_password}@${clickhouse_ip}:8123",
Replace ${clickhouse_...}
placeholders with actual values.
bran-read
and bran-write
microservices are deployed and running in the cluster.Visit https://${your_domain}/c/${contract_id}/#/contract/${contract_id}#/w/${workspace_id}/executions
(replace ${your_domain}
, ${contract_id}
and ${workspace_id}
with actual values).
You should see an experimental executions page.