Luden supports MySQL as a destination. For more information about MySQL see docs.
MySQL destination config consists of the following schema:
destinations: mysql: type: mysql datasource: host: my_mysql_host db: mydb port: 3306 username: user password: pass parameters: tls: false timeout: '300s'
Last updated 1 year ago