Using the Gremlin API with Amazon Neptune
Note
Amazon Neptune does not support the bindings
property.
Gremlin HTTPS requests all use a single endpoint: https://
.
All Neptune connections must use HTTPS.your-neptune-endpoint
:port
/gremlin
You can connect the Gremlin Console to a Neptune graph directly through WebSockets.
For more information about connecting to the Gremlin endpoint, see Accessing a Neptune graph with Gremlin.
The Amazon Neptune implementation of Gremlin has specific details and differences that you need to consider. For more information, see Gremlin standards compliance in Amazon Neptune.
For information about the Gremlin language and traversals, see The
Traversal