Memo
ATApache TinkerPop
•Created by Memo on 10/16/2024 in #questions
Basic vertex querying does not work in Amazon Neptune but it works with local Gremlin Server
When I try to fetch vertex with properties like this , or with elementMap() and valueMap(true), It does not work, it just fetches empty object. I can only query properties of a vertex like this in Amazon neptune
but then I would need two queries for basic fetching which I don't want due to performance reasons. Can anyone give me hand here? Thanks
9 replies
ATApache TinkerPop
•Created by Memo on 8/27/2024 in #questions
Query works when executed in console but not in javascript
I get the logged output but when i run through console It works correctly :
What is wrong, why i cant have the query result correctly in js? Thanks
3 replies