keboola / db-extractor-mysql

Docker application for exporting data from MySQL compatible databases.
MIT License
0 stars 0 forks source link

MySQL DB Extractor

GitHub Actions

Development

Tools

Configuration Options

The configuration requires a db node with the following properties:

There are 2 possible types of table extraction.

  1. A table defined by schema and tableName, this option can also include a columns list.
  2. A query which is the SQL SELECT statement to be executed to produce the result table.

The extraction has the following configuration options:

License

MIT licensed, see LICENSE file.