apcode / bazel-grpc

Bazel workspace for GRPC and protobuf code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bazel-grpc

A simple bootstrap repo for projects wishing to build GRPC services.

You can build client and servers in a variety of languages pretty easily.

I'm also adding build rules and support to build docker images and kubernetes deployments.

So you should be able to easily create a cluster of GRPC services and deploy these as a kunernetes cluster all from your bazel build system.

About

Bazel workspace for GRPC and protobuf code

License:MIT License


Languages

Language:C++ 51.9%Language:Python 48.1%