MateusGabi / Aegeus

Metrics for Microservices Applications (Java)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aegeus

Roadmap: https://trello.com/b/Djr9G7lN/aegeus-roadmap

Build

mvn clean compile assembly:single

Run

java -jar aegeus.jar -f descritor.txt

Steps

The aegeus tool is split into three parts:

  1. Download repo (main branch);
  2. Download nth latest versions using git tags;
  3. Assess cohesion metrics for each version; (This repo)
  4. Read logs and store metric assessments on csv file;
  5. Generate graphics using R Script and Python. (Code available on https://github.com/MateusGabi/Aegeus-scripts)

Metrics

  1. Service Interface Data Cohesion (SIDC);
  2. Strict Service Implementation Cohesion (SSIC);
  3. Lack Of Message Level Cohesion (LoCMes);
  4. Number Of Operations (NO).

About

Metrics for Microservices Applications (Java)


Languages

Language:Java 75.9%Language:Kotlin 22.8%Language:Gherkin 1.3%