Neptune supports Neo4j GraphQL?

0

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

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

preguntada hace 2 años280 visualizaciones
1 Respuesta
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
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas