etlplus.file.proto
etlplus.file.proto module.
Helpers for reading/writing Protocol Buffers schema (PROTO) files.
Notes
A PROTO file defines the structure of Protocol Buffers messages.
- Common cases:
Defining message formats for data interchange.
Generating code for serialization/deserialization.
Documenting data structures in distributed systems.
- Rule of thumb:
- If the file follows the Protocol Buffers schema specification, use this
module for reading and writing.
Classes
|
Handler implementation for Protocol Buffers schema files. |