Hydrospheredata / hydro-serving-manager

Part of the Hydrosphere.io project.

Home Page:http://docs.hydrosphere.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hydro-serving-manager

Quality Gate Status Vulnerabilities Bugs Code Smells

About

Manager service is responsible for:

  • registration of models
  • deployment and management of models in orchestrator
  • entity discovery for other Hydrosphere services

Supports:

  • Docker
  • Kubernetes

Exposes both GRPC and HTTP API.

Development

Developer needs sbt to build the project.

There are two types of resulting artefacts:

  • Compiled jar: sbt compile
  • Docker image: `sbt docker

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>

About

Part of the Hydrosphere.io project.

http://docs.hydrosphere.io


Languages

Language:Scala 97.2%Language:Groovy 1.9%Language:HTML 0.6%Language:PLpgSQL 0.2%Language:Shell 0.1%