Relative Content

Tag Archive for amazon-web-servicesgremlinamazon-neptunegraphdb

Gremlin – can I attach a property to a path?

So my question is, after traversal, I have got several paths, a path looks like node1-edge1-node2-edge2-node3, now I want to attach a property called ‘frequency’ to this specific path, and its values equals edge1’s ‘frequency’ property value, how should I do it? Or it cannot be done using Gremlin, and I have to use Java?