etlplus.file.pb

etlplus.file.pb module.

Helpers for reading/writing Protocol Buffers binary (PB) files.

Notes

  • A PB file contains Protocol Buffers (Protobuf) binary-encoded messages.

  • Common cases:
    • Serialized payloads emitted by services or SDKs.

    • Binary payload dumps for debugging or transport.

  • Rule of thumb:
    • Use this module when you need to store or transport raw protobuf bytes.

Classes

PbFile()

Handler implementation for Protocol Buffers binary payload files.