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

Lineage Tracking #27

Closed bahulneel closed 8 years ago

bahulneel commented 8 years ago

As we generate new facts we should store them in the db alongside the sets of facts that generated this new fact. If we have new support for an existing fact we sould add this to the lineage.

bahulneel commented 8 years ago

Schema:

attribute type cardinality
:oolon.lineage/child ref one
:oolon.lineage/parent ref many
bahulneel commented 8 years ago