Skip to content

Ask for your advice about drools #1

Description

@huahuayu

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:

  1. firstly create a wrapper service, wapper the rule engine.
  2. the wapper's input is facts and rules, the output is the results, all of them should be captured and logged.
  3. the rule execution path in working memory should be logged also
  4. based on the logs, I can reproduce the case, even the facts and rules may be changed
  5. rules should be versioned and tagged.

image

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions