pmrs

Crates.iopmrs
lib.rspmrs
version0.0.2
sourcesrc
created_at2022-07-18 12:50:36.429006
updated_at2022-08-08 16:46:50.277276
descriptionRust support to process mining functions. Includes a library and a small cli-interface.
homepagehttps://github.com/DerAndereJohannes/pmrs
repositoryhttps://github.com/DerAndereJohannes/pmrs
max_upload_size
id627731
size230,858
Johannes Herforth (DerAndereJohannes)

documentation

https://github.com/DerAndereJohannes/pmrs

README

Process Mining Rust

This is a Process Mining Rust Library focussed on the new OCEL data format. The repository will be very unstable for now as I am very time-bound and need to implement many features. This readme will be further updated in the future when I have more time. For now, here is a list of features that it currently contains:

Objects

  • Object-Centric Event Log (OCEL):
    • jsonocel importing and exporting with RFC-3339 compliant datetime.
    • jsonocel validation
  • Object-Centric Directed Graph (OCDG):
    • generation using an OCEL
    • Importing and exporting to gexf (gexfocdg) file format
  • Object Linking - Link object ids and event ids between objects

Feature Extraction

  • OCEL/OCDG:
    • Object Point Features

    • Object Group Features

    • Event Point Features

    • Event Group Features

    • Event Situation Targets

    • Object Situation Targets

    • Timeseries

Commit count: 61

cargo fmt