Data Querying and Visualization

The significance of this test is to demonstrate the following:

  1. "As a user logging into the SDL, I can query the data and visually graph the data relationships using ArcadeDB"

Steps to Validate ArcadeDB Querying and Graphing

  • In your web browser, navigate to https://DF_HOST/ext/graph-store

  • If prompted, login using the keycloak credentials for the designated SDL Test account > Note: To demonstrate this functionality, this procedure will utilize a test database called Food_Demo

  • Click on the database name next to Current_database:

  • Expand the Connected as drop-down menu and select Food_Demo

  • In the left-side navigation bar, click the icon *">_"*

  • In the SQL input-box, input the following query: *select bothE() as @edges from Composite limit 30*

  • A graph with colored circles and relationship lines should be displayed

  • Click on multiple circles to verify properties are rendered

If the test graph is properly displayed, then this test has succeeded.