Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ask for your advice about drools #1

Open
huahuayu opened this issue Jun 25, 2019 · 0 comments
Open

Ask for your advice about drools #1

huahuayu opened this issue Jun 25, 2019 · 0 comments

Comments

@huahuayu
Copy link

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?

@huahuayu huahuayu changed the title Ask for your advice for drools Ask for your advice about drools Jun 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant