Skip to content
Marco Lori edited this page Dec 6, 2018 · 14 revisions

Welcome to the BPMN_Metadata_Extractor wiki!

This project consist of a Metadata Extractor built for BPMN models. It takes a BPMN model as input and computes different kinds of metrics saving them into a Json file which will be lately stored into a database.

The project is built upon several components:

  • Component 0: Basic Metrics Extractor
  • Component 1: Advanced Metrics Extractor
  • Component 2: Json Encoder and Database Connection

More information about components can be found in their respective section of this Wiki.

The project uses the following technologies:

  • Programming Language: Java
  • External Libraries: Camunda
  • DBMS: MySql

Clone this wiki locally