例如,我想查询类似这样的内容,
>hercules= g.V().has('name','hercules') >hercules.values() >hercules.bothE()
如何使用REST将这些查询发送到gremlin-server?
https://stackoverflow.com/questions/38118551
相似问题