Micro services monorepo Golang Bazel Gazelle example setup
-
Updated
Dec 23, 2023 - Starlark
Micro services monorepo Golang Bazel Gazelle example setup
Golang + gRPC + Protobuf + Bazel demo
This repository contains a client/server solution implementing the classic Greet service using the following technologies: Bazel, Buf, ConnectRPC, Go, and Protocol Buffers.
This repository contains a simple client/server application (go, connectrpc) based on the ubiquitous Greeter example at grpc's website. The main branch works without using Bazel to build it. The bazel branch performs the build using bzlmod features.
This is an example using the googleapis proto package from Bazel Central Registry rather than using an archive_override in the MODULE.bazel file.
This repository contains a client/server solution implementing the classic Greet service using the following technologies: Bazel (bzlmod), Buf, ConnectRPC, Go, GoogleApis, and Protocol Buffers.
Add a description, image, and links to the gazelle topic page so that developers can more easily learn about it.
To associate your repository with the gazelle topic, visit your repo's landing page and select "manage topics."