Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 755 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 755 Bytes

KSAM-loopa

(Knowledge-driven Self-Adaptive Monitoring)

Description:

An implementation of an adaptive feedback MAPE-K loop using the HAFLoop framework (https://github.com/edithzavala/loopa).

This implementation is licensed under the Apache License, Version 2.0

Getting started:

  • Install docker (https://www.docker.com/)
  • Get KSAM latest Docker image ($ docker pull edithzavala/ksam:latest)
  • Run KSAM ($ docker run -p 8080:8080 edithzavala/ksam /application.json)
    • Note: /application.json is a mandatory configuration file placed at src/main/resources

Usage:

Main contact: Edith Zavala (zavala@essi.upc.edu)