Create a skeleton for the Evaluation Manager/ Continous Evaluation
A skeleton includes
- the corresponding folder in
service/xxxxxx
- a small README describing the Evaluation component
- an overview of the specific
ServiceConfiguration
content needed for the service, e.g. host, ip, etc. - an (empty) gRPC implementation of the
Evaluation
interface - a main.go that launches the server
- a basic Dockerfile to launch it