Hacker News new | ask | show | jobs
by jhurliman 1244 days 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.
1 comments

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