From: Sergey Matveev Date: Mon, 1 Nov 2021 09:13:13 +0000 (+0300) Subject: Note about enzstd protocol X-Git-Tag: v0.1.0~49 X-Git-Url: http://www.git.stargrave.org/?p=tofuproxy.git;a=commitdiff_plain;h=b0c3ae262c67faf991081c5dbae4eef464d17073 Note about enzstd protocol --- diff --git a/cmd/enzstd/README b/cmd/enzstd/README new file mode 100644 index 0000000..ca20ab6 --- /dev/null +++ b/cmd/enzstd/README @@ -0,0 +1,4 @@ +enzstd creates Zstandard compressed stream of frames, where each frame +holds exactly single WARC record. It also explicitly adds checksum. +Utility takes records from stdin, where each record has 64-bit +big-endian length prefix.