From b0c3ae262c67faf991081c5dbae4eef464d17073 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 1 Nov 2021 12:13:13 +0300 Subject: [PATCH] Note about enzstd protocol --- cmd/enzstd/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cmd/enzstd/README 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. -- 2.44.0