Hydrospheredata / hydro-serving-protos

Protos used by the Hydrosphere.io project.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Protos used by the Hydrosphere.io project.

http://docs.hydrosphere.io


Languages

Language:Scala 86.8%Language:Groovy 12.0%Language:Makefile 1.1%