I have a huge msgpack file (approx. 50 Gb) which I want to unpack with Python. Obviously, I do not want to load everything into memory, thats why I want to unpack in chunks / batches. Is this possible using for example the pip msgpack module?
I tested out the streaming unpacker, but this one is unpacking the entire file in one chunk.
1.4m articles
1.4m replys
5 comments
57.0k users