The Master Project of Aldi Doanta Kurnia - Master Computer Science student at the University of Twente.
The thesis is available on the UT's Theses repository and ResearchGate.
2023-09-04-isim-demo.mp4
- Python 3
- Java 17
- Docker Engine
- Make sure the current directory is at project root (
mp-isim
). - Create environment variable files using the following steps:
a. Create.env
in/vocabulary_hub
directory using/vocabulary_hub/.env.template
.
b. Create.env
in/matchers/coma
directory using/matchers/coma/.env.template
.
c. Create.env
in/matchers/cupid
directory using/matchers/cupid/.env.template
.
d. Create.env
in/matchers/similarity_flooding
directory using/matchers/similarity_flooding/.env.template
.
- Download all the latest images from Docker Hub.
docker compose pull
- Run all the containers.
docker compose up -d
- To stop and remove all the containers:
docker compose down
The artifacts/
directory contains the Master Project artifacts besides the source code, such as:
- Archimate architecture diagrams
- BPMN diagrams
- CSV files that represent the interoperability scenarios
- PowerPoint presentation files