Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
brain
brain

Contents:

  • Knowledge Base
    • Git
    • Using BitBucket Server/Datacenter Git
    • Go
    • General
    • Go - Customizing Go Binaries with Build Tags
    • Managing Go Installations
    • Camtasia
    • Architecture
    • AWS AutoScaling
    • ArgoCD
    • Bash
    • codefresh
    • Crossplane
    • Google Cloud Platform [GCP]
    • gRPC
    • [buf.build]
    • Kafka
    • ksqlDB
    • Komorebi
    • LMS
    • make on Windows
    • NeoVIM
    • OpenShift
    • SCORM
    • taskfile.dev
    • Tekton
    • Windows Customizations
    • YouTube Streaming Setup
  • Cloud9
  • Articles
    • Everything is a fucking event stream
    • Naming Schemas
    • Software Development is Continuous Production
    • What is big data?
  • Kubernetes
    • Kubernetes - Create a Simple Resource
    • Kubernetes - Create KiND Cluster
  • Misc
    • As a software developer
    • If WASM+WASI existed …
    • Is a Software engineer an engineer?
    • Rules
    • Secrets in Systems Engineering
    • Secure Systems
  • Projects
    • IT Career Path
  • Virtual Labs
    • instruqt
    • SadServers
  • CodeKata
  • Docker
  • Editor
  • Inbox
  • Dendron (deprecated)
  • Python
  • Semantic Line Breaks
  • VS Code
  • Windows
  • Windows - Hyper-V
  • Install Visual Studio 2022 Build Tools
  • Windows PowerShell
Back to top
View this page

gRPC¶

[buf.build]¶

  • https://buf.build

> We thought about Protocol Buffers so you don’t have to.

Relative Imports in gRPC and buf¶

  • how does this work?

Required Tools¶

  • Download the protoc compiler from

    <https://github.com/protocolbuffers/protobuf/releases>

  • extract to $env:USERPROFILE/sdk

  • add $env:USERPROFILE/sdk/<protoc-directory>/bin to your path

Next
Kafka
Previous
Google Cloud Platform [GCP]
Copyright © 2025, serverhorror <serverhorror@users.noreply.github.com>
Made with Sphinx and @pradyunsg's Furo