protocolbuffers/protobuf

UML Class Diagrams

クローズ

#6,043 opened on 2019/04/16

 (4 件のコメント) (4 件のリアクション) (0 人の担当者)C++ (16,128 件のフォーク)batch import
help wantedproto3

Repository metrics

Stars
 (71,223 個のスター)
PR merge metrics
 (平均マージ 2d 11h) (30d で 185 merged PRs)

説明

What language does this apply to? If it's a proto syntax change, is it for proto2 or proto3? proto3 If it's about generated code change, what programming language? any

Describe the problem you are trying to solve.

It would be very useful to generate class diagrams based on protobuf message definitions, including the members/fields of each class, as well as the class relationships.

Describe the solution you'd like

A script or command-line utility to output images (e.g. png) or something like GraphViz files with the generated UML diagrams.

Describe alternatives you've considered

I've looked into protoc-gen-uml and protobuf2uml but both tools lack useful documentation and neither are actively maintained.

コントリビューターガイド