Protobuf - CI/CD用語集の定義
Protocol Buffers(protobuf)は、.protoスキーマで定義されるバイナリシリアライゼーション形式です。JSONよりも小さく高速で、前方/後方互換性をサポートし、gRPCの基盤となっています。
関連ガイド
Serialization - CI/CD Glossary DefinitionSerialization converts an in-memory object into a byte stream or string for storage or transport, so it can b…
gRPC - CI/CD Glossary DefinitiongRPC is a high-performance RPC framework using HTTP/2 and Protocol Buffers, supporting streaming and code-gen…
JSON Schema - CI/CD Glossary DefinitionJSON Schema is a vocabulary for declaring the shape of JSON documents - required fields, types, constraints -…