const { readable, writable } = new TransformStream<Uint8Array, Uint8Array>()
const writer = writable.getWriter()
// start streaming the records to the file
const writePromise = this.env.StreamData.put(segmentName, readable)
const { readable, writable } = new TransformStream<Uint8Array, Uint8Array>()
const writer = writable.getWriter()
// start streaming the records to the file
const writePromise = this.env.StreamData.put(segmentName, readable)