Introduction and Demo
Object-centric process mining has led to a growing ecosystem of research tools, many of which reimplement common functionality and are difficult to reuse, extend, or maintain.
We present Ocelescope, an extensible, open-source web framework that provides commonly needed functionality for object-centric process mining out of the box, including data handling, filtering, and visualization.
Ocelescope supports two extension mechanisms: a plugin system for turning research prototypes into dynamically loadable plugins with automatically generated inputs and visualized results, and a module system for building more advanced process mining tools on top of Ocelescope while reusing its existing functionality.
The demo video below introduces the base tool, showing the log overview, filtering, discovery, plugins and the Ocelot module. The concept behind the resource manager and plugins is explained with a brief glance behind the scenes of plugin development.
Want to create your own Ocelescope Plugin? Check out the guide on Plugin development.