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

Partial Reduce #2

Open
brycebaril opened this issue Feb 5, 2015 · 0 comments
Open

Partial Reduce #2

brycebaril opened this issue Feb 5, 2015 · 0 comments

Comments

@brycebaril
Copy link
Owner

I think to make this more useful an API expansion that allowed partial reduce would be interesting.

Perhaps via adding a separate function that calculates when to emit reduced portions of the stream periodically, e.g.

  • time based (e.g. aggregate an object stream by minute)
  • record based (e.g. combine blocks of 10 records)
  • etc.

Would love input on this and API suggestions!

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