top | item 34422952

(no title)

jhurliman | 3 years ago

Take a look at the MCAP file format (https://mcap.dev), we invented it for the robotics industry but it’s a generic write-optimized container format for time series data. Since it’s a container format, you need to choose a serialization format as well such as flatbuffers or protobufs.

discuss

order

madlag|3 years ago

Thanks for the pointer, I will definitely have a look at this format, I was not aware of this.