pm4py.read.read_ocel_sqlite#

pm4py.read.read_ocel_sqlite(file_path: str) OCEL[source]#

Reads an object-centric event log from a SQLite database (see: http://www.ocel-standard.org/). The OCEL object is returned by this method

Parameters:

file_path (str) – file path of the SQLite database (.sqlite)

Return type:

OCEL

import pm4py

ocel = pm4py.read_ocel_sqlite("<path_to_ocel_file.sqlite>")