具有 AWStune lamfgbhbda 功能的 loemlin

loemlin with AWStune lamfgbhbda function

我正在尝试在 javascript 中使用 AWS neptfdsune lambda 进行学习。

问题是我不知道如何在上面的查询中导入“has”和“both”?还是有其他方法可以做到这一点?

当您进行“匿名”遍历(未通过点连接到其他步骤)时,您需要在步骤前加上 __.(双下划线)。所以你的查询变成:

g.V().
has("person", "first_name", fromName).
until(__.has("person", "first_name", toName)).
repeat(__.both("friends").simplePath() )

如果您需要帮助查找 Gremlin JavaScript 客户端的通用导入,这里列出了一些关键的导入:https://tinkerpop.apache.org/docs/current/reference/#gremlin-javascript-imports