https://github.com/hydrospheredata/hydro-serving-manager
Part of the Hydrosphere.io project.
https://github.com/hydrospheredata/hydro-serving-manager
docker hydrosphere ml-models model-registry scala
Last synced: about 1 year ago
JSON representation
Part of the Hydrosphere.io project.
- Host: GitHub
- URL: https://github.com/hydrospheredata/hydro-serving-manager
- Owner: Hydrospheredata
- Created: 2019-04-04T11:20:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T09:56:27.000Z (about 3 years ago)
- Last Synced: 2025-04-15T10:17:01.345Z (about 1 year ago)
- Topics: docker, hydrosphere, ml-models, model-registry, scala
- Language: Scala
- Homepage: http://docs.hydrosphere.io
- Size: 5.82 MB
- Stars: 4
- Watchers: 8
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hydro-serving-manager
| | | | |
|---|---|---|---|
|[](https://sonarcloud.io/dashboard?id=Hydrospheredata_hydro-serving-manager)|[](https://sonarcloud.io/dashboard?id=Hydrospheredata_hydro-serving-manager)|[](https://sonarcloud.io/dashboard?id=Hydrospheredata_hydro-serving-manager)|[](https://sonarcloud.io/dashboard?id=Hydrospheredata_hydro-serving-manager)|
## 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 `