Gremlin Console is a REPL used when working with Apache TinkerPop-enabled graph systems.
100K+

Gremlin Console from Apache TinkerPop is an important tool for graph developers and analysts. It is useful in a variety of uses cases that cover everything from learning to debugging to ad-hoc analysis.
\,,,/
(o o)
-----oOOo-(3)-oOOo-----
plugin loaded: tinkerpop.server
plugin loaded: tinkerpop.utilities
plugin loaded: tinkerpop.tinkergraph
gremlin> graph = TinkerGraph.open()
==>tinkergraph[vertices:0 edges:0]
gremlin> g = graph.traversal()
==>graphtraversalsource[tinkergraph[vertices:0 edges:0], standard]
The Gremlin Console and its usage is described in detail in tutorial simply entitled The Gremlin Console.
NOTE that versions suffixed with "-rc" are considered release candidates (i.e. pre-alpha, alpha, beta, etc.) and thus for early testing purposes only. Choosing to use "latest" or an "x.y" version will never represent an "-rc" version.
Content type
Image
Digest
sha256:feeed24c6…
Size
212.6 MB
Last updated
3 months ago
docker pull tinkerpop/gremlin-console:4.0.0-beta.2