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

Direct support for new Event's Type field #49

Open
cjnolet opened this issue Jan 20, 2015 · 0 comments
Open

Direct support for new Event's Type field #49

cjnolet opened this issue Jan 20, 2015 · 0 comments

Comments

@cjnolet
Copy link
Member

cjnolet commented Jan 20, 2015

New version of Mango modifies the Event object to add a "type" field. By default, not specifying a type makes it a blank string. I think Flowmix could make use of this type- specifically in things like filters and stream splitting. I imagine a SQL dialect that could treat event types like tables:

SELECT * from people WHERE ....

Basically this would create a new stream with a filter that would send all events type "people" into a flow where another filter downstream would only return those people matching the contents of the WHERE clause.

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