mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-23 00:09:03 +00:00
13 lines
184 B
YAML
13 lines
184 B
YAML
|
|
source:
|
||
|
|
type: mysql
|
||
|
|
config:
|
||
|
|
# Coordinates
|
||
|
|
host_port: localhost:3306
|
||
|
|
database: dbname
|
||
|
|
|
||
|
|
# Credentials
|
||
|
|
username: root
|
||
|
|
password: example
|
||
|
|
|
||
|
|
sink:
|
||
|
|
# sink configs
|