threatgrid / naga

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

Object updates in graph #92

Closed quoll closed 6 years ago

quoll commented 6 years ago

The naga.data namespace includes functions for adding and reading objects to/from a graph. The addition functions take an object and a graph, and return the triples to insert.

We need functions that return triples to be added/removed when an object is being updated and when an object is to be removed.

quoll commented 6 years ago

Addressed in release 0.2.7