2021-10-13 11:57:47 +05:30
|
|
|
# MariaDB
|
|
|
|
|
|
|
|
For context on getting started with ingestion, check out our [metadata ingestion guide](../README.md).
|
|
|
|
|
|
|
|
## Setup
|
|
|
|
|
|
|
|
To install this plugin, run `pip install 'acryl-datahub[mariadb]'`.
|
|
|
|
|
|
|
|
## Capabilities
|
|
|
|
|
|
|
|
Same as [mysql](./mysql.md)
|
|
|
|
|
2022-02-07 18:51:49 +01:00
|
|
|
| Capability | Status | Details |
|
|
|
|
|-------------------|--------|------------------------------------------|
|
|
|
|
| Platform Instance | ✔️ | [link](../../docs/platform-instances.md) |
|
|
|
|
| Data Containers | ✔️ | |
|
|
|
|
| Data Domains | ✔️ | [link](../../docs/domains.md) |
|
2022-01-27 15:31:25 -08:00
|
|
|
|
|
|
|
|
2021-10-13 11:57:47 +05:30
|
|
|
## Quickstart recipe
|
|
|
|
|
|
|
|
Check out the following recipe to get started with ingestion! See [below](#config-details) for full configuration options.
|
|
|
|
|
|
|
|
For general pointers on writing and running a recipe, see our [main recipe guide](../README.md#recipes).
|
|
|
|
|
|
|
|
```yml
|
|
|
|
source:
|
|
|
|
type: mariadb
|
|
|
|
config:
|
|
|
|
# same as mysql source
|
|
|
|
|
|
|
|
sink:
|
|
|
|
# sink configs
|
|
|
|
```
|
|
|
|
|
|
|
|
## Config details
|
|
|
|
|
|
|
|
Same as [mysql](./mysql.md)
|
|
|
|
|
|
|
|
## Compatibility
|
|
|
|
|
|
|
|
Coming soon!
|
|
|
|
|
|
|
|
## Questions
|
|
|
|
|
|
|
|
If you've got any questions on configuring this source, feel free to ping us on [our Slack](https://slack.datahubproject.io/)!
|