
Protobuf
Wed Apr 12 2023
Comparing Avro vs Protobuf for Data Serialization
by
DS
Daniel Selans
In this article, we will discuss two popular serialization formats: Avro and Protobuf, and compare their strengths and weaknesses.

Protobuf
Wed Oct 19 2022
What Is Protobuf And Why Should You Use It?
by
UZ
Ustin Zarubin
This serves as a nice primer on the two and gets you feeling like a data observability pro in no time.

Protobuf
Wed Oct 05 2022
Protobuf vs JSON for Your Event-Driven Architecture
by
MG
Mark Gregan
Choosing a serialization method for your data can be a confusing task considering the multitude of options out there, such as JSON, MessagePack, AVRO, Thrift, Protobuf, Flat Buffers, etc.