ClickHouse Export
Export data to a ClickHouse database.
Properties
Name | Type | |
---|---|---|
engine | String=clickhouse:export | |
connection | Object | |
table | String | |
schema | Object |
engine
Must be clickhouse:export
.
- Required
- Yes
connection
The SQL connection parameters.
- Required
- Yes
Properties
Name | Type | |
---|---|---|
host | String | |
database | String | |
user | String | |
password | String |
connection.host
The network address of ClickHouse e.g. `db.example.com:9000`.
- Required
- Yes
connection.database
The name of the ClickHouse database.
- Required
- Yes
connection.user
The username to authenticate to ClickHouse.
- Required
- Yes
connection.password
The password to authenticate to ClickHouse. Requires `username`.
- Required
- Yes
table
The name of the ClickHouse table.
- Required
- Yes
schema
Define a schema for the data.
- Required
- Yes