vz-risk / Verum

Implementation of Context-Graph algorithms for graph enrichment and querying.
Apache License 2.0
24 stars 7 forks source link

Import interfaces #6

Closed gdbassett closed 9 years ago

gdbassett commented 9 years ago

In cg_enrich->enrich()->load_plugins, need to complete the code to load the interface plugins.

Probably also need to have a class variable pointing to a single storage backend so if 2 interfaces are loaded, only 1 is used. (or maybe you do want to push to multiple back-ends)

gdbassett commented 9 years ago

Fixed with commits leading up to and including [gabe 1760df4].