Expand description
MySQL CDC changelog conversion to Z-set format.
Converts MySQL binlog row events into CDC change events compatible with LaminarDB’s Z-set changelog format.
Structs§
- Change
Event - A CDC change event from MySQL binlog.
Enums§
- CdcOperation
- CDC operation types.
Functions§
- cdc_
metadata_ schema - Schema for CDC metadata columns.
- column_
value_ to_ json - Converts a single column value to JSON for the CDC envelope.
- delete_
to_ events - Converts a DELETE message to change events.
- events_
to_ record_ batch - Converts change events to a
RecordBatchwith CDC metadata + row data. - insert_
to_ events - Converts an INSERT message to change events.
- row_
to_ json - Converts a row to JSON object.
- update_
to_ events - Converts an UPDATE message to change events.