Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Append newline-delimited records from stdin, files, or pipelines with the S2 CLI, including options for concurrency control and encrypted streams.
echo -e "hello world\nfoo bar\nthird record" \ | s2 append s2://my-basin/my-stream
✓ [APPENDED] 0..3 // tail: 3 @ 1771390606217
s2 append s2://my-basin/my-stream -i records.txt
s2 append s2://my-basin/my-stream
nc starwars.s2.dev 23 | s2 append s2://my-basin/starwars
export S2_ENCRYPTION_KEY="$(openssl rand -base64 32)" echo "top secret" | s2 append s2://my-basin/my-stream
echo "top secret" | s2 append s2://my-basin/my-stream \ --encryption-key-file ./stream-key.b64
-f, --fencing-token
-m, --match-seq-num
--format
--linger
-i, --input
-
-k, --encryption-key
S2_ENCRYPTION_KEY
--encryption-key-file