apify-client-js icon indicating copy to clipboard operation
apify-client-js copied to clipboard

Implement streams into KV updates

Open tugkan opened this issue 4 years ago • 1 comments

Currently the KV storages only accepts Buffer or String when you use the library. For big data, it should be handling streams as well. It seems like it is doable by the API.

tugkan avatar Oct 14 '21 15:10 tugkan

Yeah, should be. It won't work in the browser, but we can live with that.

mnmkng avatar Oct 14 '21 17:10 mnmkng