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

Questions tagged [janusgraph]

JanusGraph is a scalable graph database optimized for storing and querying graphs containing hundreds of billions of vertices and edges distributed across a multi-machine cluster. JanusGraph is a transactional database that can support thousands of concurrent users executing complex graph traversals in real time. When posting questions, please include environment details, such as the storage and indexing backends used.

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
2 votes
1 answer
117 views

JanusGraph Custom String Vertex Ids for existing Cassandra Keyspaces

I am trying out the Custom Vertex ID feature in JanusGraph as mentioned in the below documentation https://docs.janusgraph.org/master/advanced-topics/custom-vertex-id/ I am using Cassandra as the ...
A R K's user avatar
  • 92
0 votes
0 answers
28 views

Janusgraph not utilizing CPU

I am using Janusgraph 0.6.3 with Cassandra as the primary backend (composite index) and elastic search as the secondary backend (mixed index). I have Janus and Cassandra installed on a machine with ...
kunal's user avatar
  • 419
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
1 vote
1 answer
79 views

Janusgraph Gives Timeout for most of the queries

I am using Janusgraph 0.6.3 with cassandra as backend and elastic search as the index backend. I have around 30 million vertices and 40 million edges in my graph, I am using a 128 GB RAM machine, with ...
kunal's user avatar
  • 419
0 votes
0 answers
40 views

janusgraph python unpack requires a buffer of 4 bytes

I am trying to add vertex graph in Janusgraph. Connection has been established but when it starts adding the vertex I am getting error: unpack requires a buffer of 4 bytes. My janusgraph is running ...
Shivam Raj's user avatar
1 vote
1 answer
71 views

Why doesnt the gremlin query return edges using path() when logical operators are present in the query?

I am fairly new to gremlin query and janusgraph. I had a requirement to get both edges and nodes of the graph given various properties of the nodes and the relationship between them. There can be ...
Shahul Irshad's user avatar
1 vote
1 answer
57 views

JanusGraph how to override Vertex if exists

I am looking into janusgraph over cassandra. One trouble I am having do I configure primary key on janusgraph such it does an upsert rather than create duplicates. Any help on how do it would be ...
Praveen's user avatar
  • 597
1 vote
1 answer
40 views

Could not find a suitable index to answer graph query and graph scans are disabled

I am using JanusGraph with Cassandra as the back-end and Elasticsearch for indexing. When I try to send a query from my Python code to JanusGraph, it fails with timeout error and "Warning: please ...
kunal's user avatar
  • 419
0 votes
0 answers
37 views

Issue while creating Vertex Centric Index (Relation Index) on edge property

Janusgraph version => 0.6.1 Tinkerpop version =>3.5.1 Usign Janusgraph in the embedded library mode and not in server mode. I am trying to create vertex centric index(es) on existing edge ...
Hopper's user avatar
  • 33
2 votes
1 answer
51 views

Unable to change graph.set-vertex-id property

I am using JanusGraph embedded in my Java Application, now when I create the graph with the property graph.set-vertex-id=true, it says you should set it using the Management Interface. JanusGraph ...
kunal's user avatar
  • 419
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
0 answers
27 views

Query to find the current size of janusGraph?

What is the Query to find the current size of janusGraph? or is there any Tinkerpop query to find the database size?
Thirumal's user avatar
  • 9,116

15 30 50 per page
1 2
3
4 5
60