Skip to content

Visualizing change impact analysis in microservices by using Graal IR to extract endpoints, entities, REST calls and call graphs.

Notifications You must be signed in to change notification settings

katyadam/change-impact-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Change Impact Analysis

This project is part of a bachelor thesis that is trying to use known change impact analysis techniques in systems using microservices.

Running the APP

DEV

# create postgres database
docker run --name cia-pg -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=cia -p 5432:5432 -d postgres

# start backend
cd backend && ./mvnw clean package -DskipTests && ./mvnw compile quarkus:dev

# start frontend
cd frontend && yarn install && yarn dev

After successfully running the project in DEV mode, you can access its Swagger UI at http://localhost:8080/q/swagger-ui/.
Or its UI part at http://localhost:8000

DOCKER-COMPOSE

docker-compose up -d

About

Visualizing change impact analysis in microservices by using Graal IR to extract endpoints, entities, REST calls and call graphs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published