Examples: Rust Neptune client & Gremlin client

0

I'd love to use Neptune in my next project, but I've been unable to find any examples of how to set up and start querying with the Rust Neptune / Gremlin client. Do you know of any examples?

已提问 2 年前602 查看次数
1 回答
1

There is a Gremlin Rust client located at https://github.com/wolf4ood/gremlin-rs/. It is not one of the official Apache TInkerPop Gremlin clients but there are people using it with Neptune.

That repo includes some sample code here https://github.com/wolf4ood/gremlin-rs/tree/master/gremlin-tutorial/src/chapters

Keep in mind though, that Amazon Neptune, to a Gremlin client, looks just the same as a Gremlin Server. The difference being instead of connecting to (for example) "localhost" running on your desktop/laptop, you connect to the remote Neptune endpoint.

There are some considerations to take into account there in terms of how you allow access to the Neptune VPC, but those are the same with any of the clients.

Please let us know if you have additional questions.

AWS
AWS-KRL
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则