Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
tYrannoSaurusRex_1
Contributor III
Contributor III

[resolved] Drools R&D

Hi Team,
I am trying to enlighten myself on drools in Talend. Any documentations about Drool available? I want to know how to define a fact model.

Labels (2)
6 Replies
Anonymous
Not applicable

Hi
As mentioned in the Note on the page of documentation, Talend doesn't support yet the definition of a fact model from within Talend Studio. So we don't provide the jars.
But the Drools Guvnor documentation shows how to create the fact model: http://docs.jboss.org/drools/release/5.2.0.Final/drools-guvnor-docs/html/ch05.html
HTH
Elisa
tYrannoSaurusRex_1
Contributor III
Contributor III
Author

hi Esabot,
Thank You.
Actually I am unable to understand actual use of Drools. I mean I know the concept and all... but need a case study for reference. Can someone help me find one just for purpose of understanding its application in real solutions??
Anonymous
Not applicable

Hi,
We don't really have any out of the box use case to provide. But find attached the jar used in the example provided in the documentation you refered to: LoanModel.zip.zip. For safety reason jar files are not authorized for upload on the Forum, therefore we have changed the file extension to zip.
We hope this can help or that somebody from the Community can help further.
Cheers,
Elisa
tYrannoSaurusRex_1
Contributor III
Contributor III
Author

Hi Elisa,
thanks for the LoanModel part it was really helpful, what exactly I needed was a kind of video or documentation that will explain whole process of creating rule and integrating it with a Talend Job.
I have gone through documentation on Talend Help Center and jBoss Drool Documentation. Right Now, everything is like broken pieces of jigsaw puzzle for me.
I know how to create package, declarative package, rules and all. I know tRules is used to get the rules in Talend job. But the problem is I don't know exactly where to start, in which situation will drool be used and how to proceed. So maybe a simple example would really help.
Anonymous
Not applicable

What about the following documentation:
Introduction to the use of Drools with Talend: https://help.talend.com/search/all?query=Drools+Guvnor+and+Talend&content-lang=en
Use Case using tBRMS: https://help.talend.com/search/all?query=tBRMS&content-lang=en
Use Case using tRules: https://help.talend.com/search/all?query=tRules&content-lang=en
Note that the Drools related components and features are only available with Talend Platforms only. Which product do you have?
Cheers,
Elisa
tYrannoSaurusRex_1
Contributor III
Contributor III
Author

hi esabot,
Thanks for the information.