Clarifying Rules Engines with Clara Rules - Mike Rodriguez
Вставка
- Опубліковано 4 лют 2025
- Rules engines have been around for over 20 years and are primarily based around the Rete algorithm. They can be a powerful tool to have available when dealing with complex conditional logic. The Rete algorithm originally described in 1982 has evolved significantly, but it can be difficult to find resources on how a modern day implementation works. In this talk, we will take a deeper look at how a modern Rete implementation works by using the open-source rules engine, Clara rules. Clara is written in Clojure and is actively being used in production to efficiently evaluate thousands of rules against hundreds of thousands of facts.
one of the most useful libraries that can handle the complexity of real world business ! Cool !
Ryan Brush's two talks mentioned in this excellent overview...
"Retaking rules for developers" (strangeloop 2014)
ua-cam.com/video/Z6oVuYmRgkk/v-deo.html
"Rules as a control structure (midwest.io 2014)
ua-cam.com/video/zs5Rueo42TA/v-deo.html
So Healthcare the MMO runs on an entity component system? Sweet.