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

Questions tagged [tinkerpop]

Apache TinkerPop™ is a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP).

tinkerpop
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
1 vote
1 answer
172 views

How to create, register and enable an index in Janusgraph?

I want to create an index to find a vertex by label and a property value. I saw from documentation that i have to Install->Register->Enable the index, but somehow i can't get it to be Register ...
Takis's user avatar
  • 8,627
1 vote
1 answer
135 views

Problem installing hadoop-gremlin with janusgraph

We are running into some issues while launching gremlin.sh with hadoop (ref: https://tinkerpop.apache.org/docs/current/reference/#hadoop-gremlin) using janusgraph. Any tips/help appreciated! Thanks! ...
Paritosh Gote's user avatar
2 votes
1 answer
156 views

How to get a JanusgraphGraph Instance from a remote janusgraph connection

I want to use the management API in my java based application to dynamically create Schemas and to use indices. But I cant find a solution to get the JanusGraph - Graph instance from my remote ...
Zonko's user avatar
  • 182
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
1 vote
0 answers
37 views

JanusGraph Java Serializer for propertyMap()

Im setting up a simple Java application that runs some queries on top of a given Graph Database (either Neo4j or JanusGraph). I would like to have interface methods with return type and general form ...
quetzalCoatlus's user avatar
2 votes
1 answer
345 views

Gremlin console how to remote connect behind a proxy

I am using gremlin console to interact with an Azure Cosmos database as explained in this Microsoft quickstart tutorial. However I am behind a corporate proxy and the command :remote connect ...
Francois's user avatar
1 vote
1 answer
69 views

Neptune Multi-AZ Cluster deployment throws Decompression Exception

I am trying to get paths() from AWS neptune, using the below query on below graph g.addV('ORG').as('1'). property(single, 'orgId', 'f5c').addV('COMP'). as('2'). property(single, 'compId', ...
Parvesh Kumar's user avatar
0 votes
1 answer
93 views

gremlin: sack modification in filter has no effect

Im filtering some vertices via their properties and map them with a project() step. In the result I want all vertices which have at least one property that matches my filter, and the amount of ...
Zonko's user avatar
  • 182
1 vote
1 answer
168 views

Neptune gremlin java traversing with hops

We have a model in neptune db for tag and entity relationship as follows: Vertices - tags. id --- 123454 123478 345678 435677 890890 727455 345588 .... .... id | from | to | hash | score -----...
popcoder's user avatar
  • 3,030
1 vote
1 answer
365 views

How to submit a Gremlin query with parameter substitution using TinkerPop API

I would like to execute the same gremlin statement millions of times, just changing one parameter. The tinkerpop documentation indicates you should be able to use syntax like: Map<String,Object> ...
Andrew Coulson's user avatar
0 votes
1 answer
155 views

Schema validation mechanisms for LPG inside AWS Neptune

Hi can i know the schema validation mechanisms available for LPG inside AWS Neptune. For RDF we have a couple of them but i am not finding help on LPG. Thanks in Advance. I have tried mechanism for ...
Nikhil's user avatar
  • 1
1 vote
1 answer
205 views

Encountered an error when making Gremlin.Net communicate with JanusGraph in the JanusGraph official website.net introductory tutorial

I tried to operate JanusGraph with .net using JanusGraph official tutorial, but got an error, the following is my code and .net\JanusGraph Error displayed by the server I use vscode, the command to ...
isnf-uZ4's user avatar
2 votes
1 answer
683 views

Turn gremlin query result with elementMap into JSON [gremlinpython 3.6.1]

Continuing discussion from here. I've a query that provides list of paths along-with elementMap(). How do I convert this data to JSON to be consumed by rest of the code. I did look here that talks ...
Anil_M's user avatar
  • 11.3k
0 votes
1 answer
66 views

direct edge traversal omitting paths

I am running into curious problem. In graph above,I can't run repeat/until due to memory overload issue and vertices names changing at various level. I am trying direct edge traversal through each ...
Anil_M's user avatar
  • 11.3k

15 30 50 per page
1 2 3
4
5
68