Hydrospheredata / hydro-serving-manager

Part of the Hydrosphere.io project.
http://docs.hydrosphere.io
4 stars 4 forks source link
docker hydrosphere ml-models model-registry scala

hydro-serving-manager

Quality Gate Status Vulnerabilities Bugs Code Smells

About

Manager service is responsible for:

Supports:

Exposes both GRPC and HTTP API.

Development

Developer needs sbt to build the project.

There are two types of resulting artefacts:

Test

Two types of tests are implemented: unit and integration tests. To run unit tests: sbt test To run integration tests: sbt it:test To run a specific test case: sbt testOnly <path_to_test_class>