mediachain / concat

Mediachain daemons
MIT License
42 stars 13 forks source link

Datastore batch get interface #91

Closed vyzo closed 7 years ago

vyzo commented 7 years ago

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 commented 7 years ago

Relevant for https://github.com/mediachain/aleph/issues/113