MySQL
The MySQL Agents allows you to include data from MySQL databases in your data stream.
The Listener allows you to return new records inserted into a MySQL database table from when the Data Stream starts.
The Context Provider allows you to read a database table and output the entire contents to the data stream for contextual data. All rows in the table are made available to the output endpoint as a single event.
The Action Agent allows you to insert the events into a table. You can configure the events to insert into a new table or an existing table.
Pre-requisites
None at this time
Current Version
Request the MySQL Listener v2.00
Request the MySQL Context Provider v2.00
Request the MySQL Action Agent v2.00
Please contact XMPro if you're looking for an older version of this Agent.
Listener Release Notes
Version | Date | Description |
---|---|---|
v2.00 | 03 Sep 2024 | Updated MySqlConnector NuGet package to v2.3.7 for the medium CVE-2023-3817 security update. |
v1.01 | 12 Dec 2022 | Repackaged to include the Agent's category. |
v1.0 | 19 Jul 2019 | Initial Release. |
Context Provider Release Notes
Version | Date | Description |
---|---|---|
v2.00 | 03 Sep 2024 | Updated MySqlConnector NuGet package to v2.3.7 for the medium CVE-2023-3817 security update. |
v1.31 | 12 Dec 2022 | Repackaged to include the Agent's category. |
v1.31 | 05 Nov 2021 | Support variables. |
v1.0 | 19 Jul 2019 | Initial Release. |
Action Agent Release Notes
Version | Date | Description |
---|---|---|
v2.00 | 03 Sep 2024 | Updated MySqlConnector NuGet package to v2.3.7 for the medium CVE-2023-3817 security update. |
v1.01 | 12 Dec 2022 | Repackaged to include the Agent's category. |
v1.0 | 19 Jul 2019 | Initial Release. |
Last updated