Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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=PathToPrivateKeyring

ossrhUsername=JiraUsername
ossrhPassword=JiraPassword
```