Basic Layout

A guide to help you understand the basic layout and navigation of the local TerminusDB dashboard

Basic layout

When first logged in, you will see a list of the teams you are part of. Click on a team.

The team selection layout looks as such:

When you select a team, the layout looks like this:

  1. Top Menu - From left to right:

    • Create a new data product

    • Team - use the dropdown menu to toggle between teams

    • User management & profile - Manage access control to teams and data products. In TerminusDB, and log in as different users.

    • Role - see your role for the team or data product.

  2. Data Products - A team can have one or many data products. Data products within a team are shown in this pane.

  3. Data Product Tools - Tools are only available when a data product is selected. From top to bottom:

    • Data Product Home - Contains a snapshot of the data product, its recent commits, branch management, and the ability to delete the data product.

    • Model Builder - Build schema using our visual modeling tools, or simply import schema as JSON. You can create documents, subdocuments, and enums, and establish document properties and relationships to build your document graph.

    • Document Explorer - Once you’ve created your schema, you can explore the document frames and even add data to your database using the automatically generated forms.

    • WOQL Query Playground - Build and test queries against your data.

    • GraphQL Query Playground - As above but with GraphQL

Last updated