Neptune supports Neo4j GraphQL?

0

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

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

질문됨 2년 전280회 조회
1개 답변
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
답변함 2년 전

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

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

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