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.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则