is there an equivalent library for neptune like APOC for Neo4j ?

0

Neo4j supports APOC procedures which are abstract and easy to work with. Are there any open source libraries or plans to create libraries similar to apoc?

Selva
已提问 2 年前486 查看次数
1 回答
2

Hello and thanks for the question. Currently, Amazon Neptune implements openCypher which does not include support for APOC libraries. However, we are interested in the features and capabilities that people would like to see provided. Do you have specific APOC libraries and/or other capabilities that you are interested in using along with openCypher on Amazon Neptune?

As a side note, Amazon Neptune supports both openCypher and Apache TinkerPop Gremlin queries over the same data. This gives you additional capabilities by being able to mix and match query languages as needed.

AWS
AWS-KRL
已回答 2 年前
  • Hi Thanks for the answer. We already use cypher quite a lot and it would be difficult to migrate that to Gremlin but I'll definitely consider the option of mix and match. We specifically use CALL apoc.path.subgraphNodes, apoc.create.uuid() . If we have to use Neptune, we need to find a way to do what these procedures do. Is there any possibility of that?

  • Hi, We also are considering AWS Neptune however we use this library. https://github.com/neo4j/graphql/tree/dev which requires APOC support

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

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

回答问题的准则