You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,8 @@ A single file can weight between tens of MB to a few GB. Lots of small files req
106
106
-[Apache Parquet](https://parquet.apache.org/) - Column-oriented serialization for data storage purpose.
107
107
-[Apache Thrift](https://thrift.apache.org/) - Row-oriented serialization for RPC purpose.
108
108
-[Google Protobuf](https://protobuf.dev/) - Row-oriented serialization for RPC purpose.
109
+
-[Cap’n Proto](https://capnproto.org/) - Row-oriented serialization with zero-copy access, as fast as mmap.
110
+
-[Flatbuffer](https://flatbuffers.dev/) - Row-oriented serialization with zero-copy access, as fast as mmap.
109
111
-[Schema Registry](https://docs.confluent.io/platform/current/schema-registry/index.html) - Centralized repository for validating row-oriented events. Part of Kafka and Confluent platform.
0 commit comments