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
Hi, I read your StackOverflow answer related to drools, I think you are a drools expert, may I get some advice from you.
I have a requirement for a loan system, which is to determine whether the applicant is qualified for the loan and determine the interest rate base on the data we have. I'd like to use drools.
My thought is as below:
firstly create a wrapper service, wapper the rule engine.
the wapper's input is facts and rules, the output is the results, all of them should be captured and logged.
the rule execution path in working memory should be logged also
based on the logs, I can reproduce the case, even the facts and rules may be changed
rules should be versioned and tagged.
Do you think it's reasonable? (maybe kie have the function I need in some degree, so no need to develop)
How can I achieve this?
The text was updated successfully, but these errors were encountered:
huahuayu
changed the title
Ask for your advice for drools
Ask for your advice about drools
Jun 25, 2019
Hi, I read your StackOverflow answer related to drools, I think you are a drools expert, may I get some advice from you.
I have a requirement for a loan system, which is to determine whether the applicant is qualified for the loan and determine the interest rate base on the data we have. I'd like to use drools.
My thought is as below:
Do you think it's reasonable? (maybe kie have the function I need in some degree, so no need to develop)
How can I achieve this?
The text was updated successfully, but these errors were encountered: