Bo
Bo
Explore posts from servers
ATApache TinkerPop
Created by Bo on 1/2/2024 in #questions
G.V() IDE can't visualize path().by(valueMap()) query
Hi @G.V() - Gremlin IDE (Arthur) sorry if this is a duplicate question. I am playing around with G.V() IDE and run into a problem: if I run a path() query, G.V() IDE could properly display the nodes and the edges, but since a path query itself does not return properties, G.V cannot display the properties. If I add .by(valueMap()) to the end of the query, then the Gremlin query result would include both the path and properties, but G.V IDE cannot visualize it. Is this a known problem? Thx!
46 replies
ATApache TinkerPop
Created by Bo on 12/30/2023 in #questions
G.V Graph Playground: Gremlin client
@G.V() - Gremlin IDE (Arthur) Quick question: Does G.V graph playground allow adding vertices & edges programmatically? In other words, can I use a gremlin client to connect to the playground graph?
5 replies