Skip to main content

Crate ocel_etl

Crate ocel_etl 

Source
Expand description

Generic ETL engine for OCEL 2.0 process mining.

Connectors extract source data into a StagingLog — a loose working representation that tolerates out-of-order ingestion, dangling references, and growing schemas — and convert it into a validated ocel::Ocel through the single StagingLog::into_ocel gate.

Structs§

StagingEvent
An event observed during extraction (relationships may dangle until the referenced objects are added).
StagingLog
The loose intermediate representation: order-free ingestion, dangling references allowed, schema grows as observed.