Skip to content

Data Views

Graph View

This is a visual representation of the data in the Graph database. It displays the nodes and the relationships between them. This View helps in understanding the structure of the data and makes it easy to identify patterns and relationships.

Data views

Card View

This is another way to represent data in the Graph database. It displays each node as a detailed Card showing all its properties, IDs, and node labels. This View is useful when analyzing individual nodes in the database.

Data views

JSON View

This View represents data in a JavaScript Object Notation (JSON) format. JSON is a lightweight data-interchange format that is easy for humans to read and write, and easy for machines to parse and generate. This View helps understand the data structure and hierarchy. Also, this is a very handy and useful thing for Thread development and debugging in general.

Data views