python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Gremlin add edge if not exists
I have the following code to insert two vertices/nodes, and an edge. It insert edge when the edge is NOT already exists.
g.V(100).hasLabel("pickup").fold().coalesce(
unfold(),
addV(&...
user1187968
Votes: 0
Answers: 1
Neo4j shortest_path documentation
There is so little info on the full set of parameters and a exhaustive list of examples, like when the cost in a relationship is a property of the relationship. The most I found was this but it has ba...
Bob the Builder
Votes: 0
Answers: 0
How many graphs can someone store in JanusGraph?
I am trying to build a system that uses JanusGraph as its Graph Database engine and Cassandra as the storage backend, but I am still in the designing phase so I have a question that need an answer to ...
ahmed nader
Votes: 0
Answers: 1
Gremlin - Vertex Path
I have data in graph database (Gremlin) and have vertex with their edges.
For example :
a-\>b-\>c-\>d-\>e
f-\>d-\>e
I am accessing gremlin in node js project. When i am returning th...
Developer
Votes: 0
Answers: 1