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

Expose Joined Reads to clients #162

Closed
gregoryyoung opened this issue Jul 21, 2014 · 2 comments
Closed

Expose Joined Reads to clients #162

gregoryyoung opened this issue Jul 21, 2014 · 2 comments
Labels
kind/enhancement Issues which are a new feature

Comments

@gregoryyoung
Copy link
Contributor

Internally we have support for doing arbitrary joined reads on streams. For many people with projections this would help them greatly in being able to read arbitrary joins (without having to write a projection that joins the streams then read from an indexed stream). A secondary issue with that approach is when the outside projection needs to add a new type of event to be listened to

@briandonahue
Copy link

Yes, this would be great. Also would lets you edit the projection without creating a new stream, or soft-deleting the existing, correct?

@gregoryyoung
Copy link
Contributor Author

Exactly its just a read at that point.

On Mon, Jul 21, 2014 at 8:36 PM, Brian Donahue notifications@github.com
wrote:

Yes, this would be great. Also would lets you edit the projection without
creating a new stream, or soft-deleting the existing, correct?


Reply to this email directly or view it on GitHub
#162 (comment)
.

Studying for the Turing test

@jen20 jen20 added this to the v4.0.0 milestone Aug 19, 2014
@pgermishuys pgermishuys modified the milestones: v.4.0.0, Next Major + 1 Jun 10, 2016
@pgermishuys pgermishuys removed this from the v4.0.0 milestone Apr 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Issues which are a new feature
Projects
None yet
Development

No branches or pull requests

5 participants