totalperspective / oolon

Bloom implementation for Clojure/ClojureScript leaning on Datomic datalog
https://github.com/totalperspective/oolon
Eclipse Public License 1.0
10 stars 0 forks source link

Retractions #19

Closed bahulneel closed 8 years ago

bahulneel commented 8 years ago

Should take the form `(rule- ...)

This should behave like a deferred insert but cause a retraction on the next tick.

bahulneel commented 8 years ago

We when the rule is created we should add the key attributes of the head to the expanded body so that only existing datoms are discovered.