Skip to main content

A process mining library for distributed processes.

Project description

Distributed Discovery

A process mining Python library based on PM4Py to discover inter-organizational processes.

Installation

At least Python version 3.7 is required.

pip install distributed-discovery

Usage

import distributed_discovery as dd

log = dd.read_xes("./event-log.xes")
bpmn_diagrams, message_bpmn_nodes, sent_messages = dd.discover_bpmn(log)
dd.view_bpmn(bpmn_diagrams, message_bpmn_nodes, sent_messages)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

distributed_discovery-0.0.1.tar.gz (52.1 kB view hashes)

Uploaded Source

Built Distribution

distributed_discovery-0.0.1-py3-none-any.whl (77.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page