Skip to content

This repository provides the microservice responsible for intelligent models management.

License

Notifications You must be signed in to change notification settings

ABI-Deployment-Thesis/model-management

Repository files navigation

ABI Deployment Thesis - Model Management

Welcome to the model-management repository! This project is a key part of a master's thesis at the University of Minho. It's a Proof of Concept for a proposed architecture designed to deploy and integrate intelligent models within Adaptive Business Intelligence (ABI) systems.

This repository provides the microservice responsible for intelligent models management.

For a detailed explanation of the proposed architecture and its deployment strategy, please refer to the published article: Architecture proposal for deploying and integrating intelligent models in ABI.

Quick Start

Networking

  • Ingress
    • Exposes a REST API on the default port 3002.
    • Exposes a gRPC API on the default port 50052.
  • Egress
    • Saves user-uploaded files related to intelligent models to storage.
  • Both
    • Communicates with MongoDB to save and retrieve data.

Author

License