https://protomap.netdevops.me/
The app helps you inspect how OpenConfig services, RPCs, messages, enums, fields, and external protobuf types relate to each other. It currently includes maps for gNMI, gNOI, gNSI, and gRIBI.
All maps are available in the app:
- gNMI
- gNOI
- gNSI
- gRIBI
pnpm install
pnpm run devFor a production build:
pnpm run build
pnpm run previewTo refresh the checked-in generated map data from upstream OpenConfig tags:
pnpm run build:mapThe repository also includes a weekly GitHub Actions updater.
- The app uses checked-in generated map data and does not fetch protobuf files at runtime.
- Protobuf and specification links open the relevant upstream OpenConfig sources.