Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
1 answer
78 views

I am creating client application in java using tinkerpop for gremlin but i am unable to query through my application. JanusGraph and Gremlin server

I am trying to build client application in java for gremlin. My janusgraph server is running on one more virtual machine in the same network. Through my gremlin client code i am able to establish ...
Prajwal Patil's user avatar
0 votes
1 answer
60 views

Gremlin Query to fetch all objects till specified level along with sibling nodes

I have a Gremlin hierarchy of nodes which are referenced (Refer below pic). How can I retrieve all nodes, including their sibling nodes, at a specific provided level from root node ? For instance, ...
solveit's user avatar
  • 1,139
0 votes
1 answer
148 views

AWS Neptune recommendation to make response faster

I recently had to use AWS Neptune in an authorization service to model a dataset that has intrincate relations between entities, most of them are many to many relations. This is the model I came up ...
Jesus Zuñiga's user avatar
2 votes
1 answer
105 views

gremlin query to n hops and traversal of all sub edges and nodes

I am trying to create a graph where i can find all relationships with given person and list of their friends. the problem statement my graph looks like this bob ->friends -> jay jay -> ...
Aaron's user avatar
  • 686
0 votes
1 answer
36 views

How to rewrite OrientDB query to Gremlin (TinkerPop)?

I have simple OrientDB query MATCH {class:SomeObj, as:obj, Where:( (outE('SomeEdge')[in=#74:2].StringValue="STRINNNGGG") and (outE('SomeEdge')[in=#75:2].NumberValue=333) ...
yasuro's user avatar
  • 23
0 votes
1 answer
148 views

Gremlin: get a list of child nodes of a certain label n-levels deep

i'm struggling to figure out the correct command here. Starting from a given node I would like to get all child nodes of a certain label n-levels deep e.g. imagine we start at a node with label 'A'. A ...
wrahman's user avatar
  • 123
0 votes
1 answer
90 views

Why Does V().count() Show 0 with gremlin.sh But Not Zero With Code?

Problem Why does bin/gremlin.sh's V().count() not show a non-zero count? I'm new to Gremlin [Query-Language] and Graph-DBs (Graph Databases) in-general. What is the difference between running in ...
Zach's user avatar
  • 735
0 votes
0 answers
334 views

Tinkerpop Gremlin with Azure Cosmos DB Emulator: Invalid handshake response getStatus: 200 OK

I'm following the tutorials in https://learn.microsoft.com/en-us/azure/cosmos-db/local-emulator?tabs=ssl-netstd21#api-for-gremlin to use azure cosmos db emulator for gremlin. But got always following ...
Peng Liu's user avatar
0 votes
1 answer
81 views

How to add vertex id as property in Gremlin

Due to an application design fault, I need to add vertex_id as the property of the vertex. How to do that in Gremlin Query?
Thirumal's user avatar
  • 9,116
0 votes
0 answers
116 views

Gremlin SimplePath query

Below is the graph that I have graph.addV("ORG").property(T.id, "ORG1").property("orgId", "ef5c").iterate(); graph.addV("COMP").property(T.id, "...
Parvesh Kumar's user avatar
1 vote
1 answer
123 views

Germlin : Query vertices based on other vertex properties

I have started working on gremlin with apache tinkerpop , I am trying to get the vertices based on the similar property from another vertex, using the single query. A kind of simple dynamic where ...
Shivakumar ss's user avatar
0 votes
1 answer
68 views

Is it good practice to use same edge name b/w multiple verticies in gremlin?

Is it good practice to use the same edge name on multiple places in Gremlin? I have a situation where I can use has as an EDGE name b/w multiple vertecies. Is that ok ? or it's better to have a ...
Thirumal's user avatar
  • 9,116
0 votes
1 answer
256 views

Unable to commit transactions in AWS Neptune using an AWS Lambda written in javascript

I need to use gremlin transactions using the npm gremlin library. I went through the standard transaction syntax mentioned for javascript in the tinkerpop documentation - https://tinkerpop.apache.org/...
Kanhai Agarwal's user avatar
1 vote
0 answers
95 views

gremlin-server as docker container on Plesk

I'm installing gremlin-server on Plesk using his docker container but I got an error reading default settings: WARNING: /opt/gremlin-server//opt/gremlin-server/conf/gremlin-server.yaml is unreadable ...
Uncoke's user avatar
  • 1,882
2 votes
1 answer
239 views

SchemaViolationException while creating a new janus cluster

I am trying to create a janusgraph cluster with cassandra as backend and elastic for indexing. Getting a warning saying - org.janusgraph.core.SchemaViolationException: Adding this property for key [~T$...
nidhi vinaykiya's user avatar

15 30 50 per page
1
2 3 4 5
9