jhump/protoreflect
Reflection (Rich Descriptors) for Go Protocol Buffers observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 95
- Release rhythm 34
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 502
- age_days: 3488
- days_rel: 225
- days_push: 35
- n_releases_24m: 2
Adoption not part of the score
1487 stars · 185 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go library providing rich reflection utilities for Protocol Buffers descriptors and gRPC, building on the standard protobuf Go runtime reflection APIs. It includes packages for printing descriptors back to .proto source, programmatically building descriptors, and gRPC reflection support.
Use cases
- inspect protobuf message descriptors at runtime in Go
- generate .proto source files from descriptors programmatically
- build valid protobuf descriptor trees without hand-crafting protos
- implement gRPC server reflection or query it from clients
- dynamically work with protobuf messages without generated code
When to choose
- you need richer descriptor manipulation than the standard protobuf Go runtime offers
- you want to print or generate .proto files programmatically
- you're building gRPC tooling that relies on reflection
When to avoid
- you only need basic protobuf serialization with generated code
- you're not working in Go
- you need a stable v2 API before its final release
Facets
library · maturity active
serialization developer-tools parser developer-tools apis backend go cross-platform protobuf grpc reflection descriptors proto-source-printing
1 source
- readme: https://github.com/jhump/protoreflect · fetched 2026-08-28 · 974f9c3e9fe2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jhump/protoreflect | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="jhump/protoreflect")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem