vz-risk / Verum

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

query algorithms should be turned in to plugins as well. #14

Closed gdbassett closed 9 years ago

gdbassett commented 9 years ago

Frankly, query plugins should be turned in to plugins as well. That kinda means cg_enrich becomes just the plugin loader and plugin interface. (so not 'enrich' focused) and cg_query and maybe even cg_present.)

gdbassett commented 9 years ago

This has been implemented in titan, neo4j, and networkx interface plugins and tested with neo4j and networkx.