I am looking to create nools rules in nodejs. I am new to nools rule-engine.I am trying to write a rule but i don't know anything about nools. I have studied whole documentation but it is confusing me. So please can anyone help me
how to create…
I'm using nools rule engine and I have the necessity of modify rules on the fly without impacting the rule engine integrity.
So far I was using the default 'main' action group to store my default rules and using an specific action group to store…
I am working with a user input that has to be processed based on the set of rules. Using nools but its a pain in the back when comes to javascript ES6 operations like IIFE, map-reduce, nested sort.
Talking about RETE algo in 2022 might sound…
Hi I'm working on nools in node.js. When I run this program an error occurred:
throw new Error("Invalid expression '" + expression + "'") Invalid expression 'm.text = ~/^hello(\s*world)?$/' pls help to fix this problem.
Here my…
JSFiddle showing the problem:
http://jsfiddle.net/ggvfwoeL/3/
I have an Angular application that involves a service for generating threats. The threat generation is done using the nools rule engine. The service exposes a function generateForElement…
I have the requirement to use a rule engine to implement role permissions in the system ( could this be an overkill? ) however the permissions are kind of complicated and complex itself. I got confused in how to grant access or not using a…
I want import nools in my project with webpack, and I try in 2 steps :
1) install nools with npm :
npm install nools --save
2) import nools in to the project :
import "../node_modules/nools";
webpack give me this error :
Can not resolve 'fs'
and…
Am trying to create a new discount rule in my e-commerce website.
I thought nools rule engine was the best to implement. but i dont know how to start and where to start. i have read the documentation also . am not getting anything. Can any one help…