I think that gz supports appending:
- you just open a stream to append to a file,
- make a gzip output stream, eg with CodecZlib.jl,
- write to that stream.
Make sure to test this for critical data though.
I think that gz supports appending:
Make sure to test this for critical data though.