Avro - CI/CD Glossary Definition
Avro is a compact, row-oriented binary serialization format that ships its schema alongside the data, enabling robust schema evolution. It is common for streaming pipelines and message-queue payloads.
Related guides
Parquet - CI/CD Glossary DefinitionParquet is an open columnar file format for analytics - compressed, schema-aware, and splittable - the defaul…
Protobuf - CI/CD Glossary DefinitionProtocol Buffers are a compact, schema-defined binary serialization format used by gRPC for fast, versioned,…
Schema Registry - CI/CD Glossary DefinitionA schema registry stores and versions the schemas for messages on a stream, enforcing compatibility so produc…