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?

demandé il y a 2 ans602 vues
1 réponse
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
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions