threatgrid / asami

A graph store for Clojure and ClojureScript
Eclipse Public License 1.0
635 stars 29 forks source link

Update Analytics for non-memory implementations #175

Open quoll opened 3 years ago

quoll commented 3 years ago

Currently the analytics namespace traverses graphs using the internal memory indexes. While this should be kept for in-memory graphs, it needs to be extended to the Graph API in general. Consider a new protocol