masterhugo
masterhugo
ATApache TinkerPop
Created by masterhugo on 2/10/2025 in #questions
Gremlin python trying to connect Neptune WS when is down
No description
39 replies
ATApache TinkerPop
Created by masterhugo on 2/7/2025 in #questions
Gremlin python connection to Neptune via IAM and WS
Does anyone know how to connect gremlin-python with websocket and IAM authorization to AWS Neptune. Right now I'm just using Websocket but without Auth, so is there a way to implement it?
5 replies
ATApache TinkerPop
Created by masterhugo on 1/30/2025 in #questions
Gremlin python MergeV update properties
I'm working with gremlin python 3.7.1 and AWS Neptune 1.3.2.1, and I'm trying to update vertex properties with MergeV().option(OnMatch, {...}), however the behavior isn't what I expect, it should be a=b but appears to be a=[c.b] where c is the old value. Someone knows how to implement correctly this behavior with MergeV?
9 replies