Graph Queries on Web Dashboard

The Syndeia Web Dashboard makes it possible for users to perform sophisticated graph queries on the digital thread data managed by Syndeia Cloud.

(1) To get started, watch the demonstration videos in the tutorials available here:

(2) Read the API Overview document available here to learn about the Syndeia domain model that provides the schema for the digital thread managed by Syndeia Cloud.

(3) Click on the Graph Queries icon in the main menu of the Syndeia Web Dashboard.

 

(4) You can formulate queries using the Query Builder or the Raw Query approach as demonstrated in the tutorials - .

The Raw Query approach allows users to write sophisticated graph queries using the widely popular Gremlin query and traversal language, which is part of the Apache Tinkerpop stack.

(5) Query results can be viewed in three different ways:

  • Graph View with color coding corresponding to the Repository Types (e.g. JIRA, Jama Connect, Aras Innovator, GitHub), as shown below

  • Table View

  • JSON View

(6) If you right-click on any node in the graph view, and select More details, Syndeia Cloud will take you to the native repository of that artifact. As shown below, if a user right-clicks on a JIRA artiact resulting from a graph query and selects More details, Syndeia Cloud will open the JIRA page for that issue (RHS).

 

The graph query capability is also available via the POST /graph/query/raw endpoint in the Syndeia Cloud REST API.

Â