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

No streaming API #3

Open
trusch opened this issue Sep 12, 2017 · 2 comments
Open

No streaming API #3

trusch opened this issue Sep 12, 2017 · 2 comments
Assignees

Comments

@trusch
Copy link

trusch commented Sep 12, 2017

I would have expected a streaming API to save objects bigger than the (usable) RAM of the client.
Is this desired? Even the Value-Store API doesn't provide anything similar to this.

Are there plans to add such a API? And perhaps hand-made client libraries (go/c++ etc...)?

@Dimrok
Copy link

Dimrok commented Sep 12, 2017

Hi.

@mnottale can probably answer that, but yes, we definitely need it.

@mnottale
Copy link
Contributor

Hi, the Value-Store is not designed to store too much data in a single block (more than a few megabytes), so no streaming API is provided. If you want to store objects bigger than that, you'll need to perform your own chunking.
The gRPC layer is pretty straightforward to use, so there is no plan for client libraries in the immediate future.

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

No branches or pull requests

3 participants