You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: