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 Agentallows you to insert the events into a table. You can configure the events to insert to a new table or existing table.