Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hydrospheredata/hydro-serving-protos
Protos used by the Hydrosphere.io project.
https://github.com/hydrospheredata/hydro-serving-protos
grpc hydrosphere protobuf
Last synced: 28 days ago
JSON representation
Protos used by the Hydrosphere.io project.
- Host: GitHub
- URL: https://github.com/hydrospheredata/hydro-serving-protos
- Owner: Hydrospheredata
- Created: 2017-11-23T14:29:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T02:16:09.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T07:36:03.651Z (about 1 month ago)
- Topics: grpc, hydrosphere, protobuf
- Language: Scala
- Homepage: http://docs.hydrosphere.io
- Size: 1.71 MB
- Stars: 3
- Watchers: 13
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.hydrosphere/serving-grpc-scala_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.hydrosphere/serving-grpc-scala_2.12)
[![PyPI version](https://badge.fury.io/py/hydro-serving-grpc.svg)](https://badge.fury.io/py/hydro-serving-grpc)# hydro-serving-protos
This repository constains `.proto` messages definitions that are commonly used in
[hydro-serving](https://github.com/Hydrospheredata/hydro-serving)Some Tensorflow `proto` messages were extracted from main repo and slightly modified to satisfy our needs.
## Build
Run
```sh
make [language]
```
to run codegen for specified languages. If `language` is omitted, then it builds bindings
for every supported language.## Prerequisites
### Java
Create a file `gradle.properties` in `java-package` with the following content:```properties
signing.keyId=PublicKeyShortId
signing.password=KeyPassword
signing.secretKeyRingFile=PathToPrivateKeyringossrhUsername=JiraUsername
ossrhPassword=JiraPassword
```