Neptune supports Neo4j GraphQL?

0

Neptune can use openCypher.. Neo4j GraphQL? Is this Library in use?

https://neo4j.com/product/graphql-library/

asked 2 years ago274 views
1 Answer
0

The best way to use GraphQL with an Amazon Neptune backend is to leverage AWS AppSync. With AppSync, you don't have to manage an Apollo server and you can define your GraphQL schema and resolvers within the AppSync service. We don't yet have the ability to automatically generate the resolvers for Neptune, so you'll have to manually create a resolver using AWS Lambda and the appropriate graph query using either Gremlin or openCypher (1).

(1) https://docs.aws.amazon.com/appsync/latest/devguide/tutorial-lambda-resolvers.html

There are some great examples of how to use AppSync with Neptune here:

https://github.com/dabit3/cdk-appsync-neptune

https://github.com/aws-samples/aws-appsync-calorie-tracker-workshop

https://github.com/jkahn117/aws-appsync-session-manager-neptune

profile pictureAWS
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