Skip to content

Takes protobuf files, compiles them using fs2-grpc and then publishes the library to Bintray.

Notifications You must be signed in to change notification settings

Pritesh-Patel/grpc-scala-fs2-publisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC Scala FS2 Publisher

CircleCI

Download

Docker image takes .proto files, compiles them used fs2-grpc and then publishes the library to bintray.

Mount a directory with .proto files to /protobuf.

Set enviroment variables:

The image is hosted on bintray:

docker pull pritesh-patel-docker-registry.bintray.io/grpc-scala-fs2-publisher:latest

Example use:

docker run -v <PROTO_DIRECTORY>:/protobuf \ 
-e NAME=<LIBRARY_NAME> \
-e VERSION=<VERSION> \
-e BINTRAY_USER=<BINTRAY_USER> \
-e BINTRAY_PASS=<BINTRAY_API_KEY> \
-e VCS_URL=<VCS_URL> \
grpc-scala-fs2-publisher

About

Takes protobuf files, compiles them using fs2-grpc and then publishes the library to Bintray.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published