deliveredtechnologies / rulebook

100% Java, Lambda Enabled, Lightweight Rules Engine with a Simple and Intuitive DSL
http://www.deliveredtechnologies.com
Apache License 2.0
716 stars 124 forks source link

Question: Does rulebook have ability to read rules from external sources such as a yaml file? #170

Open jaschenk opened 5 years ago

jaschenk commented 5 years ago

Question: Does rulebook have ability to read rules from external sources such as a yaml file?

Clayton7510 commented 4 years ago

Not presently. However, you could achieve something similar through dynamic class loading of Java rules. There is a pending feature for a Groovy Script or Kotlin Script DSL as an option for externalizing rules.