Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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: Part 19 - Syndeia Cloud Graph Analysis

(2) Read the API Overview document available here API - Overview 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 - Part 19 - Syndeia Cloud Graph Analysis.

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.

  • No labels