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

Stream IDs #165

Open
shenek opened this issue Feb 22, 2021 · 0 comments
Open

Stream IDs #165

shenek opened this issue Feb 22, 2021 · 0 comments
Assignees
Labels
to decide Not sure how/whether to implement this

Comments

@shenek
Copy link
Owner

shenek commented Feb 22, 2021

Once extraction of JSONs is performed. You may want to "split" the output to a several substreams and perform
some operation only in some of the streams.

e.g. you want to extract groups and users into and convert the name of the user into lower case. Note that both users and groups contain same field "name".

So the extracted stream could look like:

stream1 {"name": ..., "uid": ...}
stream2 {"name": ..., "gid": ...}

And each further operation would have an option to choose the stream(s) .

@shenek shenek self-assigned this Mar 7, 2021
@shenek shenek added the to decide Not sure how/whether to implement this label May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to decide Not sure how/whether to implement this
Projects
None yet
Development

No branches or pull requests

1 participant