mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-14 11:36:59 +00:00
13 lines
179 B
YAML
13 lines
179 B
YAML
|
|
source:
|
||
|
|
type: mariadb
|
||
|
|
config:
|
||
|
|
# Coordinates
|
||
|
|
host_port: localhost:3306
|
||
|
|
database: dbname
|
||
|
|
|
||
|
|
# Credentials
|
||
|
|
username: root
|
||
|
|
password: example
|
||
|
|
|
||
|
|
# sink configs
|