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

Datastore batch get interface #91

Closed
vyzo opened this issue Dec 5, 2016 · 1 comment
Closed

Datastore batch get interface #91

vyzo opened this issue Dec 5, 2016 · 1 comment

Comments

@vyzo
Copy link
Contributor

vyzo commented Dec 5, 2016

We currently only support a single object api through /data/get/{objectId}.
In order to facilicate object retrieval in client applications (eg aleph data expansion, indexer ingestion etc) we also need a batch get interface.

We can implement this witj a /data/get api, which reads a sequence of object keys and returns a stream of data objects as a stream.

@vyzo vyzo added this to the 12/19 Sprint (v1.4) milestone Dec 5, 2016
@vyzo
Copy link
Contributor Author

vyzo commented Dec 5, 2016

Relevant for mediachain/aleph#113

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

1 participant