[hyparam/hyparquet#142] For discussion: Add suffixStart option to parquetMetadataAsync
Adds a suffixStart option to parquetMetadataAsync that allows the caller to specify a byte offset to start fetching from (instead of fetching the last initialFetchSize bytes).
It's analogous to fetching bytes [idx:] (idx to EOF) instead of [-n:] (current behavior: last n bytes).
I built [a dashboard][awair] that reads from append-only Parquet files in S3: