CIMET2

Change Impact Microservice Evolution Tool v2

Project Motivation

CIMET2 allows developers to avoid degrading the architecture of their Microservice Systems BEFORE changes are implemented. In a world where Microservice Systems rule them all developers need a way to navigate the complex interconnections between services and understand how new changes impact them. Our tool disrupts the traditional development process of Microservice Systems, save time, save money and use CIMET2!

Setup

Installation

To install the project, follow these steps:

  1. Clone the repository: git clone https://github.com/cloudhubs/cimet2.git
  2. Navigate to the project directory: e.g. cd repository
  3. Install dependencies: mvn install

Running the Project

After the installation is complete, you can run the project using either Maven or by executing the JAR file:

Ensure you have a configuration file named "config.json" present in the same directory as the JAR. A sample configuration file is below...
{
"systemName": "systemName",
"repositoryURL": "http://gitRepository.git",
"baseBranch": "master"
}

Demo