Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement streams into KV updates #213

Open
tugkan opened this issue Oct 14, 2021 · 1 comment
Open

Implement streams into KV updates #213

tugkan opened this issue Oct 14, 2021 · 1 comment

Comments

@tugkan
Copy link

tugkan commented Oct 14, 2021

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.

@mnmkng
Copy link
Member

mnmkng commented Oct 14, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants