5idu
5idu
#### Proposed Changes: * add elasticsearch source #### Which issue(s) this PR fixes: Fixes #198 #### Additional documentation: Support pull data from elastic regularly,the configuration is as follows: ```yaml pipelines:...
The existing drl rules are as follows, how can I convert them into grl rules: ```js rule "xxx" salience 1000 no-loop true when o:Order(fromId == "F01") p:Item(brandId in ("B01"), itemSkuCode...
### Scenes Faced with a very large ruleset, is there any good advice?
## 加载万条规则 - 测试代码 ```go func BenchmarkLoadRule(b *testing.B) { ruleNames := []string{} conditions := []string{} actions := []string{} for i := 0; i < 10000; i++ { ruleNames = append(ruleNames,...
please run the example code below: ```go package main import ( "fmt" "github.com/expr-lang/expr" ) func main() { env := map[string]any{} tests := []struct{ code string }{ {`key == "str"`}, //...