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

Support for iterable versions of the standard calls. #21

Closed
BAXTER001 opened this issue Mar 21, 2015 · 2 comments
Closed

Support for iterable versions of the standard calls. #21

BAXTER001 opened this issue Mar 21, 2015 · 2 comments

Comments

@BAXTER001
Copy link
Contributor

I have a small collection of monkey patches I put into our internal version of beatbox to add methods that return iterators for the collection returning calls that wrap the need to use queryMore, and alternate forms of upsert,insert and delete that take generators and chunk them into blocks of size batchSize.

How would you feel about a PR for adding these methods onto the Client or an iterClient subclass?

@superfell
Copy link
Owner

Sounds like a good idea.

@BAXTER001
Copy link
Contributor Author

Cool, I'll submit a PR for an iterableClient subclass shortly.

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