We are close to 100 .proto files, where everyone can define about 10 IDL structures (for example, service or message ).
Is there a way to visualize them, including links (from one file to another). For example, similar to the UML class diagram.
Perhaps there is a custom visualizer for Java / C ++.
Quote from https://developers.google.com/protocol-buffers/docs/overview
Protocol buffers are now Google lingua franca for data - during recording, there are 48162 different types of messages defined in the Google code tree in 12 183 .proto files.
I wonder how they handle this.
source share