hyperjumptech/grule-rule-engine
Rule engine implementation in Golang observed · 2026-08-28
Health v2 · maintenance only
65/100
- Activity 66
- Release rhythm 45
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 13.5
- age_days: 2455
- days_rel: 369
- days_push: 205
- n_releases_24m: 5
Adoption not part of the score
2522 stars · 373 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Grule is a rule engine library for Go, inspired by JBoss Drools, with its own Domain-Specific Language (GRL) for defining production rules. It provides an inference engine that matches facts against rules to implement rule-based expert systems.
Use cases
- implement business rules in a Go application
- build an expert system with an inference engine
- separate decision logic from application code
- evaluate conditions and trigger actions declaratively
- replace hardcoded if-else chains with a rules engine
- port Drools-style rule systems to Go
When to choose
- you need a Drools-like production rule system in Go
- business rules change frequently and must be externalized from code
- you want a DSL for declarative rule authoring
When to avoid
- simple conditional logic that doesn't justify a rule engine
- you need a mature ecosystem like Drools on the JVM
- your project isn't written in Go
Facets
library · maturity active
interpreter parser developer-tools developer-tools go cross-platform rule-engine inference-engine drools-inspired dsl expert-system business-rules automation algorithms
1 source
- readme: https://github.com/hyperjumptech/grule-rule-engine · fetched 2026-08-28 · 7907947b9959
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hyperjumptech/grule-rule-engine | main | 65 |
For agents
markdown · JSON · MCP: product_card(name="hyperjumptech/grule-rule-engine")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem