G.V( )
G.V() is a Gremlin integrated development
environment (IDE) tool for developers and data analysts. Using it, you can
interactively query, visualize and update graph data in Neptune. You can
write queries using G.V()'s built-in autocomplete functionality,
which offers suggestions and documentation based on your graph data model.
You can also use the Gremlin query debugging feature to write, debug, test,
and analyze graph traversal processes in depth.
With G.V()'s Data Explorer, you can navigate and modify
your graph both to quickly architect new graph structures and to maintain
existing ones. G.V() offers multiple visualization formats for query results,
that help you interpret your query output and navigate your graph interactively.
These include table, graph, JSON, and Gremlin console output formats.
To get started with a free trial of G.V(), visit the G.V() website, where you can also learn more from
the documentation. You can also
watch this video, which demonstrates the Gremlin query
debugging feature.
Here is a sample G.V() visualization: