PuppyGraph Web UI
PuppyGraph provides a web-based User Interface (UI) for graph management and visualization.
This guide introduces the main features of the PuppyGraph Web UI. See also PuppyGraph CLI for command-line interface (CLI) usage.
To use the UI, please ensure your browser meets the System Requirements.
Login
The Login
page asks for the username and password.
The default username is puppygraph
, while the default password varies:
- The value of the
PUPPYGRAPH_PASSWORD
environment variable for instances launched from Docker - EC2 Instance ID for instances launched from PuppyGraph Professional AMI in AWS Marketplace
- Compute Engine Instance Id for instances launched from PuppyGraph Professional VM in Google Cloud Marketplace

Logging
Schema
The Schema
page is the default page after login. It provides different methods of modeling a graph.
Create Graph Schema
: Create a schema using the interactive toolUpload Graph Schema JSON
: Upload a schema file in JSON formatUse example schema/data
: Load the example graph

Schema Page
After a schema is uploaded, the Schema
page shows the visualized graph schema as well as the JSON schema (folded by default).

Schema Page with a Loaded Schema
Query
The Query
page features a suite of tools that enables graph querying on the web UI.
See Querying for more details.
Visualize
The Visualize
page contains an interactive explorer to view the graph.

See Graph Explorer for more details.
Dashboard
The Dashboard
page contains a customizable dashboard to enhance your data visualization and sharing capabilities.

See Dashboard for more details.