Drools

Drools是业务规则管理系统(BRMS)解决方案。 (Drools is a Business Rules Management System (BRMS) solution. )

Github stars Tracking Chart

Drools是业务规则管理系统(BRMS)解决方案。 它提供了核心业务规则引擎(BRE),Web创作和规则管理应用程序(Drools Workbench)和用于核心开发的Eclipse IDE插件。

Drools主要由以下几个部分组成:

  • Drools Workbench(用于创作和管理的Web UI)
  • Drools专家(业务规则引擎)
  • Drools Fusion(复杂事件处理功能)
  • jBPM(用于规则编排/流程的流程/工作流集成)
  • OptaPlanner(自动规划)

Overview

Name With Ownerapache/incubator-kie-drools
Primary LanguageJava
Program languageJava (Language Count: 15)
Platform
License:
Release Count290
Last Release Name999-20240509 (Posted on 2024-05-09 17:56:43)
First Release Name5.2.0.M2 (Posted on 2011-04-21 21:56:49)
Created At2011-02-18 08:37:05
Pushed At2024-05-12 16:58:01
Last Commit At
Stargazers Count5.7k
Watchers Count307
Fork Count2.4k
Commits Count17.2k
Has Issues Enabled
Issues Count104
Issue Open Count33
Pull Requests Count4541
Pull Requests Open Count13
Pull Requests Close Count1269
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

An open source rule engine, DMN engine and complex event processing (CEP) engine for Java™ and the JVM Platform.

Drools is a business rule management system with a forward-chaining and backward-chaining inference based rules engine, allowing fast and reliable evaluation of business rules and complex event processing. A rule engine is also a fundamental building block to create an expert system which, in artificial intelligence, is a computer system that emulates the decision-making ability of a human expert.

Be sure to check out the Drools' project website and documentation!

Developing Drools and jBPM

If you want to build or contribute to a kiegroup project, read this document.

It will save you and us a lot of time by setting up your development environment correctly.
It solves all known pitfalls that can disrupt your development.
It also describes all guidelines, tips and tricks.
If you want your pull requests (or patches) to be merged into master, please respect those guidelines.

To the top