The title was inspired by this question.
Hello there!
Im currently implementing an Hexagonal Architecture following DDD. In a usecase of the application, im using a sort of third service abstraction over an API that exposes a Machine Learning Model.
it receives as input a domain aggregate and returns an score.Can this ml model service fit in the definition of a Repository? in case of negative response, in which category this abstraction fits?
I not sure how to interpret this specific case, thanks in advance for your help!