Skip to content
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.

Feature: Iteratee for query/scan #5

Open
rohit-soni opened this issue Aug 24, 2015 · 1 comment
Open

Feature: Iteratee for query/scan #5

rohit-soni opened this issue Aug 24, 2015 · 1 comment

Comments

@rohit-soni
Copy link

Hello,

As an abstraction over the pagination in Dynamo (i.e. using LastEvaluatedKey) as well as to have a nonblocking read approach, what do you think of an Iteratee implementation over the query/scan which will iterate over each item as the application processes it? Perhaps, in the future, this can be extended over to the connection InputStream to make it completely nonblocking.

Thanks,
Rohit

@david-at-aws
Copy link
Contributor

I'm on board. Did you have a particular Iteratee implementation in mind? Possibly worth doing as a separate module to avoid pulling in a dependency on play/scalaz to the "core" client?

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

No branches or pull requests

2 participants