▲ | gsliepen 7 days ago | |
Something like MessagePack or CBOR, and if you want versioning, just have a version field at the start. You don't require a schema to pack/unpack, which I personally think is a good thing. | ||
▲ | fmbb 7 days ago | parent | next [-] | |
> You don't require a schema to pack/unpack Then it hardly solves the same problem Protobuf solves. | ||
▲ | mgaunard 7 days ago | parent | prev [-] | |
Arrow is also becoming a good contender, with the extra benefit it is better optimized for data batches. |