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

All Questions

Tagged with
0 votes
1 answer
31 views

Gremlin query to find path of vertices for the common value of vertex but different vertex

I am trying to write a query to find all path between 2 given vertices will give an example to understand my question, here's graph like that, I'm using JanusGraph Vertex_1(id=1, value='Bob', label='...
user17372935's user avatar
0 votes
0 answers
36 views

JanusGraph traversal returns Vertex instead of JanusGraphVertex

I'm using Java to connect to JanusGraph 1.0. I'm having trouble understanding why JanusGraph would ever return a Vertex. JanusGraph graph = JanusGraphFactory.open('configfile'); JanusGraphVertex jgv = ...
gph's user avatar
  • 1,247
0 votes
0 answers
22 views

JanusGraph edges from Java do not appear in Gremlin console

I'm running a JanusGraph server and client per the instructions here. I included an argument to expose port 8182 so I can connect to it from a Java application. My Java application just creates a new ...
gph's user avatar
  • 1,247
1 vote
1 answer
46 views

Why can vertices be added to JanusGraph, but adding attributes to that vertex throws a SerializationException?

Steps to Reproduce: Start JanusGraph server using default configuration.(open janusgraph-full-1.0.0\bin\gremlin.bat) Connect to the server using the Gremlin Console.(open janusgraph-full-1.0.0\bin\...
isnf-uZ4's user avatar
1 vote
0 answers
39 views

JanusGraph gremlin crashes when adding many history properties

I am adding a vertex with a very large number of properties (17 properties and 1500 history entries in each). At first, there was a recursion error at startup. I fixed it, took out the next() method ...
Сергей Гуков's user avatar
1 vote
1 answer
31 views

How to identify the configured keyspace using JanusGraph APIs?

While going through https://docs.janusgraph.org/v0.5/basics/configuration-reference/ , I found that for key storage.cassandra.keyspace, The name of JanusGraph's keyspace. It will be created if it ...
Arpit Dongaonkar's user avatar
0 votes
0 answers
18 views

Properties detail are missing from VertexLabel using JanusGraphManagement API

I am using janugraph 1.0.0 and using cassandra as backend storage.This is configuration file with cassandra details, janusgraph-cql/.properties cassandra config Now using gremlin console, I have ...
dishabehrani77's user avatar
1 vote
0 answers
52 views

gremlin python open janusgraph database using submit()

I was trying to switch to different database on runtime in gremlin_python. To do this, I used JanusGraphFactory.open() to open different configuration. Because gremlin_python does not have ...
Kerry Zhu's user avatar
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
4 votes
1 answer
101 views

Merge Operator in sack() step does not work as expected

I've been working with sack() step in gremlin. I'm trying to perform some operation on sack when two traversers merge. But for some reason the merge doesn't seem to work as expected. To describe my ...
Naveen Raj's user avatar
0 votes
0 answers
57 views

Gephi not displaying graph from gremlin console .......1. error

Ibeen tinkering with Gremlin console and was trying to visualize graph created in gremlin console through Gephi(V0.1)and gremlin 3.7. I followed the instruction from Tinkerpop tutorials. https://...
kirosumi's user avatar
0 votes
0 answers
91 views

JanusGraph fails to create connection with multi-node Cassandra cluster

I have a multi-node Cassandra cluster version 4.1.3 with 3 nodes. I have changed the following properties in their cassandra.yaml file. cluster_name: 'cassandra_cluster' listen_address: <node_IP>...
Naveen Raj's user avatar
0 votes
1 answer
39 views

janusgraph-full-1.0.0-rc1 : logs shows muiltiple Gauges message, want to know why those are coming and how it can be avoided if unnecessary

I see multiple messages of Gauges coming in my JanusGraph logs, so want to check uses of these and how can I stop those. > 11/28/23, 5:38:11 AM =====================================================...
atul ahire's user avatar
1 vote
1 answer
77 views

Efficient way for filtering related nodes connected to a supernode

I am trying to filter connected nodes to a super node in Janus Graph where millions of vertices can be connected to a super node directly at level =1, suppose there is a parent node, it could have ...
A R K's user avatar
  • 92
1 vote
2 answers
97 views

Gremlin query to traverse JanusGraph with step count until leaf vertex

I have a JanusGraph with vertices containing property key "ID" and edges labelled as "ML_EDGE", containing property key "STRENGTH". I have to start from a vertex and ...
Naveen Raj's user avatar

15 30 50 per page
1
2 3 4 5
37