vz-risk / Verum

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

Complete run_enrichments in cg_enrich #8

Closed gdbassett closed 9 years ago

gdbassett commented 9 years ago

Need to complete the cg_enrich->enrich()->run_enrichments function. It needs to 1:

  1. Pick out the enrichments that are applicable and run them on the input.
  2. Merge the enrichments into the storage backend
gdbassett commented 9 years ago

May want to give the ability to pick specific enrichments rather than those which meet criteria.

gdbassett commented 9 years ago

Completed in gabe branch but still needs testing.