Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i use Drools business rule engine with python application? [closed]

I Need a scalable business rule engine, i think Drools is good one. How can i use this Drools business rule engine with python application?

If Drools is not suitable with python, please suggest a good one for python?

Thanks in advance, Jerin John

like image 596
jerinjo Avatar asked Sep 06 '25 08:09

jerinjo


1 Answers

Those rule engines in python are:

  • pyDatalog
  • Pyke
  • PyCLIPS
  • durable_rules
  • Intellect
  • business-rules
  • PyKnow

Relative question link in stackoverflow:

  • Python Rule Based Engine
  • Open Source based Rules Engines in Java or Python
  • Implementing a "rules engine" in Python
  • Rules Engine in C or Python
like image 141
Jesse Avatar answered Sep 09 '25 05:09

Jesse