ATTX-project / graph-component

Graph Manager component that handles state of the internal graph/data.
0 stars 0 forks source link

GM linking functionality #17

Closed blankdots closed 7 years ago

blankdots commented 7 years ago

Description

Provide and endpoint to create and retrieve links between Working Data Graphs based on different linking implementation. Described at: https://github.com/ATTX-project/project-management/wiki/Linking-graphs

GM API and Link DPU specific endpoint (https://github.com/ATTX-project/workflow-component/issues/43).

DoD

Implementation of the functionality in the GM component

Testing

Unit test and BDD tests

blankdots commented 7 years ago

as planned in #19 the result is to be implemented:

  1. Link DPU - https://github.com/ATTX-project/workflow-component/issues/43
  2. LinkStrategy endpoint that gets the list of strategies from the graph - current issue
  3. loading strategies to Graph Store via config.ttl - https://github.com/ATTX-project/graph-component/issues/21
  4. First strategy as SPARQL query - current issue
blankdots commented 7 years ago

Adding BDD tests is part of: https://github.com/ATTX-project/project-management/issues/82