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

filtering #17

Open
yannick opened this issue Aug 25, 2017 · 1 comment
Open

filtering #17

yannick opened this issue Aug 25, 2017 · 1 comment
Assignees

Comments

@yannick
Copy link

yannick commented Aug 25, 2017

simple conditional, number comparison and string comparison (ideally regex too) should be supported in order to filter records.

the question is a bit if it would make sense to define a more detailed json configuration that is layers of filtering and processing OR if we just support 1 layer and then you concatenate multiple je instances via unix pipes (but at additional costs).

another question is if we could just plug in a dynamic language such as mruby to write the logic and at what costs. it could be cheap if it has bindings to just access the data fields it needs to compare.
alternatively we need to implement a whole interpreter which might be a lot of effort. ideas welcome

@9il
Copy link
Member

9il commented Sep 21, 2017

@yannick We can add a dynamic library compile-load-execute instead of introducing limited precompiled functionality. What do you think?

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