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.

КОМЕНТАРІ • 4

  • @moy4604
    @moy4604 4 роки тому +2

    one of the most useful libraries that can handle the complexity of real world business ! Cool !

  • @ericanderson3879
    @ericanderson3879 8 років тому +2

    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

  • @ghosttoaster
    @ghosttoaster 5 років тому +1

    So Healthcare the MMO runs on an entity component system? Sweet.