file-reader

Command Info

Tool to read WarpStream formatted data files

Command Usage

Usage of file-reader:
  -detailed
    	print detailed information about the segment
  -detailed-footer
    	print detailed information about the footer
  -file-url string
    	the file url to read

Example

$ warpstream cli-beta file-reader --file-url s3://my-s3-bucket/warpstream/vci_2b277e04_f805_45de_8a23_2b5b49028864/00002/0000000000000002 -detailed

Header:
version: 1
content type: CONTENT_RECORDS

Found page 1 offsets long for stream 1 shard 0
one batch finished. 1 records and 0 uncompressed MB

Found 1 records in 1 batches in this file

Footer:

stream ids: [1]
shard ids: [0]
offsets: []
counts: [1]


batch page counts: [1]
batch page offsets: [0]
batch offsets: [15]


uncompressed size hints: [23]
total size: 0MB

Last updated

Was this helpful?