首页 > 解决方案 > 从 EC2 窗口访问 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(是来自终端还是他们有自己的工作室?)感谢您的任何提示。

标签: javaamazon-web-servicessparqlgremlinamazon-neptune

解决方案


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

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


推荐阅读