Duplicate
Details
Assignee
UnassignedUnassignedReporter
Former userFormer user(Deactivated)Fix versions
Priority
MediumParent
Details
Details
Assignee
Unassigned
UnassignedReporter
Former user
Former user(Deactivated)Fix versions
Priority
Parent
Created May 3, 2019 at 6:35 AM
Updated January 20, 2021 at 1:54 PM
Resolved January 20, 2021 at 1:54 PM
The Traversal custom-queries are stored in:
https://gerrit.onap.org/r/gitweb?p=aai/schema-service.git;a=blob;f=aai-queries/src/main/resources/schema/onap/query/stored-queries.json;hb=HEAD
The language of the stored-query describes traversals through EdgeType.COUSIN (i.e. as per the EdgeRules file) and EdgeType.TREE (as per the sub-object containment in OXM file).
As with for visualisation of the schema and EdgeRules, it would also be useful to visualise the Traversal custom-queries, e.g. by highlighting the path through the graph.
This could also be a step towards an interactive query-builder interface where the user can select the path through the graph in order to configure a Traversal custom-query.