|
|
|
|
|
by jacques_chester
2478 days ago
|
|
I've grown to like Avro, mostly because of its ability to support schema evolution for reader and writer independently. You get the usual niceties around binary wire format, schema, dynamic parsing and/or code generators etc. |
|