Does neptune db support APOC library from cypher?

0

My use case requires using neptune db for hitting cypher queries which gets converted to gremlin queries(automatically) and fetching the data. My question is does neptune db support APOC library given by cypher

1개 답변
1

Hello and thanks for the question. The Amazon Neptune openCypher support does not currently support APOC directly. Which APOC functions are you interested in using? Note also, that with Neptune, both Gremlin and openCypher queries can be used on the same data. Is your question about the potential to not have to convert Cypher to Gremlin and to use openCypher directly?

AWS
AWS-KRL
답변함 2년 전
  • I need to use parse() to convert string to date type. I even found a workaround from this query, where I use duration. But that also throws an error saying Date and time functions are not supported in this release. To answer your question, I want to enter my queries in openCypher format, my only concern is that it should get converted to gremlin query and fetch the data.

  • Just by way of clarification, Amazon Neptune supports openCypher natively as a first class query language. The openCypher queries are not first converted to Gremlin.

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

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

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