Skip to main content

Module changelog

Module changelog 

Source
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§

ChangeEvent
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 RecordBatch with 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.