]> Sergey Matveev's repositories - tofuproxy.git/commitdiff
Note about enzstd protocol
authorSergey Matveev <stargrave@stargrave.org>
Mon, 1 Nov 2021 09:13:13 +0000 (12:13 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 1 Nov 2021 09:13:13 +0000 (12:13 +0300)
cmd/enzstd/README [new file with mode: 0644]

diff --git a/cmd/enzstd/README b/cmd/enzstd/README
new file mode 100644 (file)
index 0000000..ca20ab6
--- /dev/null
@@ -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.