threatgrid / naga

Datalog based rules engine
Eclipse Public License 1.0
379 stars 19 forks source link

Added delta support #87

Closed quoll closed 6 years ago

quoll commented 6 years ago

Entity IDs of deltas are now returned by both Datomic and Asami. The naga.data namespace now includes the delta->json and delta->str functions. These have the same API as store->json and store->str functions, but return deltas only, instead of the entire graph.

Closes #86