Open
Description
Hey Zach,
I have a somewhat simple manifold question: how can I monitor the progress of a stream being consumed over time? I have an incoming http request input-stream which I'm "piping" to an sink (in this case s3). I know the total content length, so I want to create another stream which can calculate the progress of the stream being drained and print this elsewhere, say a websocket. Bonus points if I can get that monitoring stream to emit events less frequently than the input one.
Is there a simple way to handle this in manifold?
Thank you!
Metadata
Metadata
Assignees
Labels
No labels