Questions tagged [gremlin-server]

Gremlin Server is a component of Apache TinkerPop that allows for the remote execution of Gremlin-based traversals.

516 questions
0
votes
2 answers

FileNotFoundException with Titan (titan-all)

I'm trying to set up a basic Titan example. In following the docs, I tried running bin/gremlin-server.sh -i com.thinkaurelius.titan titan-all 1.0.0 which throws; Could not install the dependency: java.io.FileNotFoundException:…
XeroxDucati
  • 5,130
  • 2
  • 37
  • 66
-1
votes
3 answers

How can I set array as property in janusgraph?

I want to set the property for vertex and edge as a list value. I'm using janusgraph. Gremlin-python
-1
votes
1 answer

C# gremlin server implementation

We have an existing graph database written in C# that we are trying to add support for gremlin queries on top of. I was looking the documentation for becoming a gremlin graph system provider here but it seems to only mention high level classes to…
Norrec
  • 531
  • 4
  • 17
-1
votes
2 answers

Querying ACL/permissions graph using gremlin?

My permissions graph looks like this: In this situation, user1 has permission on folder1 through Group1. user2 has direct permissions without any group, though the user is part of group2 where group2 doesn't have access over folder1. user3 has…
VT0906
  • 87
  • 7
-1
votes
1 answer

Compute shortest distance from a given vertex to a vertex with a defined property

A well understood problem in graph theory is to compute the shortest distance between two vertices. What I want to do is find the shortest distance from a given vertex to the closest vertex which has a certain property-value (the exact vertex that…
Ian
  • 3,605
  • 4
  • 31
  • 66
-2
votes
2 answers

Gremlin query not working - 2 x vertex if doesn't exist and add edge

I'm using gremlin and have the statement below. I want to: create a vertex if one does not exist create another vertex if one does not exist create an edge between the verticies The edge doesn't get created. I'd really appreciate help with the…
1 2 3
34
35