Guide to creating Peers in PeerDB
CREATE PEER
command.
CREATE PEER
command can be acquired from a service account JSON.
If you have a service account key, you can use that or create a new one dedicated for PeerDB.
5432
.
.avro
file format is currently supported.host.docker.internal
, with the port being the external port.disable_tls
parameter is optional and can be set to true
if you are using a Clickhouse instance without TLS.5432
.
setup
is optional, but can be used to run queries when connection setup. Useful for setting transactions as read only by default, or setting catalog/database with use catalog.database
for StarRockseventhubs
: A JSON array of details of namespaces. Each item should have the following fields:
subscription_id
: The ID of the Azure subscription.resource_group
: The name of the Azure resource group.namespace
: The namespace for the Eventhub.location
: The location of the Eventhub namespace’s resource group, e.g., eastus.partition_count
: The number of partitions for the Eventhub.message_retention_in_days
: The number of days the messages will be retained.unnest_columns
: Specifies the columns you’d like to unnestflow-worker
service: