mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-18 22:28:01 +00:00
12 lines
158 B
YAML
12 lines
158 B
YAML
---
|
|
source:
|
|
type: "mysql"
|
|
config:
|
|
username: datahub
|
|
password: datahub
|
|
|
|
sink:
|
|
type: "datahub-rest"
|
|
config:
|
|
server: 'http://localhost:8080'
|