Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 Scala 和 Neo4j 都是新手。我想使用嵌入在我的 Scala 项目中的 Neo4j。在 Cypher 查询和 Scala-Neo4j API 中使用它的更好方法是什么?
我会说 Cypher 是与 Neo4j 交互的最简单、最完整的文档和声明方式。我会切换到 scala/java API 仅出于 2 个原因:
缺少命令式遍历等功能(如果有必要)
性能,在某些情况下,在 Cypher 基于新的高性能 Java API 之前,嵌入式 API 目前在某些情况下仍然更好