Using interactive graph in DataStax Studio graph view
Using interactive graph to expand vertex neighborhoods and remove vertices and edges from the graph view.
- Expand vertex neighborhoods, with the ability to filter by edge label
- Remove vertices and edges from the graph view
Tip: Right-click vertices and edges to activate these
features.
In a gremlin cell, you can interactively expand the neighborhood in graph view.
Tip: At any time, double-click the graph view to
recenter the display.
Edge population in neighborhood expansion happens in
two stages:
- Adjacent edges and their corresponding other vertices are retrieved.
- Edges between new vertices and existing vertices may be automatically populated based on the selected Edge Population Strategy.
- Populate all common edges, the default complete view.
- Populate only the edges of the selected labels to expand.
All edges that connect a newly retrieved vertex and an existing vertex are added to the view only if their Edge Label is selected.
- Do not auto-populate common edges.