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
Early version of Drools Rule Engine implementation that exposes an API endpoint, Rules can be created with Business Central Workbench (https://www.drools.org/) or manually, see "rules.drl" file , based on that rule endpoint behaviour can be controlled
Adding new rule:
If request "type":"high" -> response message: High risk detected
If request "type":"medium" -> response message: Medium risk detected
If request "type":"low" -> response message: Low risk detected
Testing the newly added rules
Testing the newly added rules part 2
About
Microservice to create Drool Rules and serve it as an API