mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-01 05:47:17 +00:00
38 lines
934 B
YAML
38 lines
934 B
YAML
![]() |
source:
|
||
|
type: clickhouse
|
||
|
config:
|
||
|
# Coordinates
|
||
|
host_port: localhost:9000
|
||
|
|
||
|
# Credentials
|
||
|
username: user
|
||
|
password: pass
|
||
|
|
||
|
# Options
|
||
|
platform_instance: DatabaseNameToBeIngested
|
||
|
|
||
|
include_views: True # whether to include views, defaults to True
|
||
|
include_tables: True # whether to include views, defaults to True
|
||
|
|
||
|
sink:
|
||
|
# sink configs
|
||
|
|
||
|
#---------------------------------------------------------------------------
|
||
|
# For the HTTP interface:
|
||
|
#---------------------------------------------------------------------------
|
||
|
source:
|
||
|
type: clickhouse
|
||
|
config:
|
||
|
host_port: localhost:8443
|
||
|
protocol: https
|
||
|
|
||
|
#---------------------------------------------------------------------------
|
||
|
# For the Native interface:
|
||
|
#---------------------------------------------------------------------------
|
||
|
|
||
|
source:
|
||
|
type: clickhouse
|
||
|
config:
|
||
|
host_port: localhost:9440
|
||
|
scheme: clickhouse+native
|
||
|
secure: True
|