mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-04 07:34:44 +00:00
18 lines
305 B
YAML
18 lines
305 B
YAML
![]() |
source:
|
||
|
type: "mongodb"
|
||
|
config:
|
||
|
# Coordinates
|
||
|
connect_uri: "mongodb://localhost"
|
||
|
|
||
|
# Credentials
|
||
|
username: admin
|
||
|
password: password
|
||
|
authMechanism: "DEFAULT"
|
||
|
|
||
|
# Options
|
||
|
enableSchemaInference: True
|
||
|
useRandomSampling: True
|
||
|
maxSchemaSize: 300
|
||
|
|
||
|
sink:
|
||
|
# sink configs
|