-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Marco Lori edited this page Dec 6, 2018
·
14 revisions
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
Wiki
Component Architecture
Technology Used
Tests