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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠