hydrospheredata / hydro-serving-protos   3.0.3

Website GitHub

Protos used by the Hydrosphere.io project.

Scala versions: 2.13 2.12 2.11

Maven Central PyPI version

hydro-serving-protos

This repository constains .proto messages definitions that are commonly used in hydro-serving

Some Tensorflow proto messages were extracted from main repo and slightly modified to satisfy our needs.

Build

Run

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:

signing.keyId=PublicKeyShortId
signing.password=KeyPassword
signing.secretKeyRingFile=PathToPrivateKeyring

ossrhUsername=JiraUsername
ossrhPassword=JiraPassword