vz-risk / Verum

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

Move storage get_subgraph query algorithms out of cg_query to plugins #13

Closed gdbassett closed 9 years ago

gdbassett commented 9 years ago

Currently, enrichment functions are in the storage plugins, but get_subgraph functions are in cg_query. They need to be moved to the plugin and referenced from cg_query.

gdbassett commented 9 years ago

complete