clara

http://www.clara-rules.org/
2020-01-01T01:38:36.024700Z

@ethanc Thank you!. I've started with (def session (mk-session . Later I've switched to defsession. Also I was trying to infer changes on the sql table based on the primary key. The plan was to baby sit the session like an atom. I've stumbled across a issue that shows that clara ignores facts that are not touched by rules and queries. https://github.com/cerner/clara-rules/issues/48 . I was intending to use it wrong. It looks like reading the table, insert the facts and collect the results and let the session go way is a more correct approach..