Skip to main content

Support for distributed logs and computations in PM4Py

Project description

# pm4py-distr Support for distributed logs and computations in PM4Py.

See the currently supported API in api.txt

To execute locally an example (one master running on 5001 and two slaves running on 5002 and 5003) just run “python main.py”

The example contains the partitioned version of the logs “receipt” and “roadtraffic”.

## Example of usage of the distributed services (default keyphrase is “hello”):

  1. ALLOCATION OF THE PARTITIONS BETWEEN THE SLAVES

http://localhost:5001/doLogAssignment?keyphrase=hello

  1. CALCULATION OF THE DFG

http://localhost:5001/calculateDfg?keyphrase=hello&process=receipt

## Configuration of the keyphrase

The keyphrase that is shared between the slaves and the master is contained in the pm4pydistr.configuration file.

## Custom executions of master/slave

If instead of running the default example, you want to execute the master/slaves in custom configuration, follow the process:

  1. REMOVE THE EXAMPLE FILES

Remove the “master.db” database and the “master” folder

  1. CREATE A “master” FOLDER CONTAINING THE PARTITIONED DATASETS THAT YOU WANT TO USE

See the PARTITIONING.txt file for instructions on how to partition a log file into a partitioned dataset!

  1. LAUNCH THE MASTER

Launch the master with the command: python launch.py –type master –conf master –port 5001 (replace possibly the port, it is by default listening on 0.0.0.0)

  1. LAUNCH THE SLAVES

Launch a slave (that are master-aware) with the command:

python launch.py –type slave –conf slave1 –port 5002 –master-host 127.0.0.1 –master-port 5001 (replace possibly the port used by the slave, and the host/port that points to the master).

## Demo on a custom server

It may work, or it may not work :)

Distributed DFG calculation:

http://212.237.8.106:5001/calculateDfg?keyphrase=hello&process=roadtraffic

http://212.237.8.106:5001/calculateDfg?keyphrase=hello&process=bpic2018

http://212.237.8.106:5001/calculateDfg?keyphrase=hello&process=bpic2019

Retrieval of the start activities of the log:

http://212.237.8.106:5001/getStartActivities?keyphrase=hello&process=roadtraffic

http://212.237.8.106:5001/getStartActivities?keyphrase=hello&process=bpic2018

http://212.237.8.106:5001/getStartActivities?keyphrase=hello&process=bpic2019

Retrieval of the end activities of the log:

http://212.237.8.106:5001/getEndActivities?keyphrase=hello&process=roadtraffic

http://212.237.8.106:5001/getEndActivities?keyphrase=hello&process=bpic2018

http://212.237.8.106:5001/getEndActivities?keyphrase=hello&process=bpic2019

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

pm4pydistr-0.1.55.tar.gz (6.2 MB view details)

Uploaded Source

Built Distribution

pm4pydistr-0.1.55-py3-none-any.whl (84.1 kB view details)

Uploaded Python 3

File details

Details for the file pm4pydistr-0.1.55.tar.gz.

File metadata

  • Download URL: pm4pydistr-0.1.55.tar.gz
  • Upload date:
  • Size: 6.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6

File hashes

Hashes for pm4pydistr-0.1.55.tar.gz
Algorithm Hash digest
SHA256 2b7cfebbb2d7f5a8f2b51c6a60abe7dc1dc2916c301bfa84a7c1524010b64657
MD5 9165a3e6423252827e00d384679433db
BLAKE2b-256 129c229a6926d0159d9e1688d5500d7bb4174a3429c1fd60066445f33830d041

See more details on using hashes here.

File details

Details for the file pm4pydistr-0.1.55-py3-none-any.whl.

File metadata

  • Download URL: pm4pydistr-0.1.55-py3-none-any.whl
  • Upload date:
  • Size: 84.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6

File hashes

Hashes for pm4pydistr-0.1.55-py3-none-any.whl
Algorithm Hash digest
SHA256 ea08bd05c27357ddd939e7bf90150d6535ddb72874c83376ccdcd602d8080cdf
MD5 110cbdf36e8eafd1ebde72d518268a69
BLAKE2b-256 3833a41c36cbf3f349e7e8b9b51c56a7bede4bcc498f2cfddc94e74d416cce3e

See more details on using hashes here.

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