Skip to main content

Crate ocel_transform

Crate ocel_transform 

Source
Expand description

Recipe-driven OCEL 2.0 log transformation.

A recipe is a declarative list of steps applied in order; the result is a new, valid OCEL log. Deterministic only: no step invents data, and every step reports what it changed.

Re-exports§

pub use apply::apply;
pub use apply::preview;
pub use apply::DroppedEvent;
pub use apply::StepPreview;
pub use apply::StepReport;
pub use apply::TransformError;
pub use recipe::AliasTable;
pub use recipe::EventPredicate;
pub use recipe::Recipe;
pub use recipe::Step;
pub use recipe::TimeWindow;

Modules§

apply
Applying a recipe: each step maps a valid log to a valid log.
recipe
The recipe format: a named, ordered list of transformation steps.