Top "Rule-engine" questions

Rule engines are software components that allow application developers to externalize business rules and manage their lifecycle independently from the application code.

When should you NOT use a Rules Engine?

I have a pretty decent list of the advantages of using a Rules Engine, as well as some reasons to …

rule-engine
How to implement a rule engine?

I have a db table that stores the following: RuleID objectProperty ComparisonOperator TargetValue 1 age 'greater_than' 15 2 username 'equal' 'some_name' 3 …

c# dynamic rule-engine
creating a simple rule engine in java

I am exploring different ways to create a simple business rule engine in Java. I need to present the client …

java rule-engine business-rules
Looking for simple rules-engine library in .NET

Does anyone know of a good .NET library rules library (ideally open-source)? I need something that can do nested logic …

c# .net .net-core logic rule-engine
Rules Engine - pros and cons

I'm auditing a project that uses what is called a Rules Engine. In short, it's a way to externalize business …

rule-engine
Lightweight Rules Engine in Javascript

I am looking for suggestions for a lightweight rules engine implemented in Javascript. The reason for such an implementation is …

javascript rule-engine
Python Rule Based Engine

I am looking to design a system that will essentially need to make decisions based on input. The input will …

python artificial-intelligence rules rule-engine expert-system
Drools- how to find out which all rules were matched?

I've one .DRL file which has say 10 rules. Once I insert a fact, some rules may be matched- how do …

java drools rule-engine
How to design a rule engine?

I'm supposed to create a simple rule engine in C#. Any leads on how I can proceed?. It's a minimalistic …

c# sql-server rule-engine
Open Source based Rules Engines in Java or Python

Am seeking a Rules Engine, written in Java or Python, which supports the following features: Decision Tables Easy creation of …

java python rule-engine business-rules