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?

asked 2 years ago591 views
1 Answer
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
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions