Replies: 1 comment
-
|
Certainly. Check out the mangle service, in particular these bits here that parse, analyze, stratify and evaluate your program. You can also programmatically defined rules and facts, instead of parsing in source form. You'd need to follow the same steps (analyze, stratify, evaluate with a store). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use Mangle as a library? Is there an example how to build facts and rules in order to execute queries?
I have the following example and I would like to execute the queries from Go.
Beta Was this translation helpful? Give feedback.
All reactions