Graph Tasks
Macrometa graphs provide a powerful and flexible way to model and interact with complex relationships between data entities. This section will guide you through essential tasks when working with Macrometa graphs. By following this documentation, you will learn how to create and manage graphs, vertices, and edges, allowing you to effectively leverage the power of graph databases for your applications.
📄️ Create a Vertex Collection
A vertex collection stores the vertices or nodes that are connected by edges in a graph.
📄️ Create a Graph Edge Collection
The Graph Edge collection is a form of document collection. It is used define relationships between two documents by using the from** and to system attributes and the document _id system attribute.
📄️ Create a Graph
Once you have created at least one vertex collection and at least one edge collection, you can create a graph using one of the methods described in this page.
📄️ Add Graph Edge
This page explains how to add edges to a graph or Graph Edge collection.
📄️ Update a Graph
This page describes various methods of updating Macrometa graphs. While you cannot change the name of the graph after it is created, you can add or remove edge definitions and vertex collections.
📄️ View Graphs
This page explains how to view Macrometa graphs.
📄️ Delete a Graph
This page explains different ways to delete a graph in Macrometa GDN.
📄️ Traverse a Graph
This page explains several options for traversing Macrometa graphs.
📄️ Manage Graph Edges
This page explains various methods for managing edges in Macrometa graphs.
📄️ Manage Graph Vertices
This page explains various methods for managing vertices, also called nodes, in Macrometa graphs.