Semantics Reconciliation Manager Backend Documentation

Description and Architecture

The Semantics Reconciliation Manager (SRM) serves as a data model serving infrastructure component within the AI-DAPT ecosystem, providing a robust tool for the governance and lifecycle management of data models. These data models are essential for the effective operation of various AI-DAPT components, ensuring semantic interoperability and data consistency across the system.

The backend acts as an intermediate that retrieves information from the frontend , communicates and retrieves from the storage service, and sends back data to the frontend.

This documentation provides an overview for installing the backend Semantics Reconciliation Manager, and also information for its endpoints for the different Data Model functionalities such as retrieving Data Models, create, update, download etc.

Local installation

Prerequisites

  • Node.js 22.15

  • pnpm 10.10.0

  • Git

Installation

git clone <repository>
pnpm install
pnpm start:dev

Next Steps