

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 将 Gremlin API 与 Amazon Neptune 结合使用
<a name="gremlin-api-reference"></a>

**注意**  
Amazon Neptune 不支持 `bindings` 属性。

所有 Gremlin HTTPS 请求均使用单个终端节点：`https://your-neptune-endpoint:port/gremlin`。所有 Neptune 连接都必须使用 HTTPS。

你可以直接通过 Gremlin 控制台连接到 Neptune 图表。 WebSockets

有关连接到 Gremlin 终端节点的更多信息，请参阅[使用 Gremlin 访问 Neptune 图形](access-graph-gremlin.md)。

Gremlin 的 Amazon Neptune 实施具有您需要考虑的特定详细信息和差异。有关更多信息，请参阅 [Amazon Neptune 中的 Gremlin 标准合规性](access-graph-gremlin-differences.md)。

有关 Gremlin 语言和遍历的信息，请参阅 Apache 文档[中的遍历](https://tinkerpop.apache.org/docs/current/reference/#traversal)。 TinkerPop 