从 EC2 窗口访问 Amazon Neptune

Far*_*feh 3 java sparql amazon-web-services gremlin amazon-neptune

我在同一个 VPC 中有一个 Amazon EC2(Windows)和一个 Amazon Neptune。我想使用 sparql 或 Gremlin 从 EC2 连接到 Neptune,但不知道如何执行此操作。我发现

https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-sparql.html

https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-gremlin.html

两者都没有解释如何使用 sparql 或 Gremlin 调用 Neptune(是来自终端还是他们有自己的工作室?)感谢您的提示。

Str*_*lok 5

我想您会使用 Gremlin 控制台之类的东西连接到您的 Neptune 实例。我认为文档非常好:http : //tinkerpop.apache.org/docs/3.3.3/tutorials/getting-started/#_the_first_five_minutes

从下载的文件中解压缩控制台,然后运行bin/gremlin.bat(在 Windows 上)。