|
[ANNOUNCEMENT] JanusGraph enabled donations on LFX Crowdfunding
The JanusGraph Technical Steering Committee is excited to announce that JanusGraph is now accepting donations. As you may know, most of JanusGraph contributors are not full-time JanusGraph employees,
The JanusGraph Technical Steering Committee is excited to announce that JanusGraph is now accepting donations. As you may know, most of JanusGraph contributors are not full-time JanusGraph employees,
|
By
Oleksandr Porunov
·
|
|
Fw: How to split graph in multiple graphml files and load them separately
ERRATA > 1. if I load one file, then the other, Janus will not create the edges that have "origin" in one file and "target" on another because I guess it does not find the target vertex on the same fi
ERRATA > 1. if I load one file, then the other, Janus will not create the edges that have "origin" in one file and "target" on another because I guess it does not find the target vertex on the same fi
|
By
Laura Morales
·
|
|
Tinkerpop 3.4.1 with Hadoop3
2 messages
Hi All, I am trying to run SparkGraphComputer using tinkerpop 3.4.1 on Spark2.3 having Hadoop3 but getting issues, not able to connect with Spark. As per http://tinkerpop.apache.org/docs/3.4.1/upgrade
Hi All, I am trying to run SparkGraphComputer using tinkerpop 3.4.1 on Spark2.3 having Hadoop3 but getting issues, not able to connect with Spark. As per http://tinkerpop.apache.org/docs/3.4.1/upgrade
|
By
anjanisingh22@...
·
|
|
Query requires iterating over all vertices
12 messages
I was able to create a "Composite Index", but I cannot seem to be able to create a "Mixed Index" with berkeleyjs and lucene. What I've done: - I've modified the ".properties" file index.search.backend
I was able to create a "Composite Index", but I cannot seem to be able to create a "Mixed Index" with berkeleyjs and lucene. What I've done: - I've modified the ".properties" file index.search.backend
|
By
Laura Morales
·
|
|
New TSC member: Boxuan Li
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome a new Technical Steering Committee member on the project! Boxuan Li has provided major contributions and has demo
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome a new Technical Steering Committee member on the project! Boxuan Li has provided major contributions and has demo
|
By
Oleksandr Porunov
·
|
|
Could not execute operation due to backend exception
3 messages
What am I doing wrong? I cannot get Janus to start. $ java -version openjdk version "1.8.0_252" OpenJDK Runtime Environment (build 1.8.0_252-8u252-b09-1~deb9u1-b09) OpenJDK 64-Bit Server VM (build 25.
What am I doing wrong? I cannot get Janus to start. $ java -version openjdk version "1.8.0_252" OpenJDK Runtime Environment (build 1.8.0_252-8u252-b09-1~deb9u1-b09) OpenJDK 64-Bit Server VM (build 25.
|
By
Laura Morales
·
|
|
Bulk loading
3 messages
I've read the "Bulk Loading" chapter of the documentation several times but I still don't understand how to create a graph. Everything that I can find online is some Java or Groovy code. Given: 1. a g
I've read the "Bulk Loading" chapter of the documentation several times but I still don't understand how to create a graph. Everything that I can find online is some Java or Groovy code. Given: 1. a g
|
By
Laura Morales
·
|
|
JanusGraph combined with Belief Propagation
2 messages
I'm moving from AWS Neptune architecture to JanusGraph in CentOS. Anyone has tried implementing Belief Propagation with JanusGraph?
I'm moving from AWS Neptune architecture to JanusGraph in CentOS. Anyone has tried implementing Belief Propagation with JanusGraph?
|
By
ganeshanvinothkumar@...
·
|
|
Janus multiple subgraphs
3 messages
My understanding is that a Janus server can host multiple graphs, but they are isolated and cannot be queried together. I'd like to know if/how it's possible to split one single graph into multiple su
My understanding is that a Janus server can host multiple graphs, but they are isolated and cannot be queried together. I'd like to know if/how it's possible to split one single graph into multiple su
|
By
Laura Morales
·
|
|
Very slow performance when opening a new session
2 messages
I'm seeing very slow performance when opening a new session in JanusGraph. The message I'm sending is this: {"requestId":"02a58ee3-e4d3-11eb-bd29-04d4c4eaf347","op":"eval","processor":"session","args"
I'm seeing very slow performance when opening a new session in JanusGraph. The message I'm sending is this: {"requestId":"02a58ee3-e4d3-11eb-bd29-04d4c4eaf347","op":"eval","processor":"session","args"
|
By
Roy Reznik
·
|
|
Count Query
5 messages
Hi All, Please take a look at following issue and provide your feedbacks https://stackoverflow.com/questions/67908881/how-to-improve-performance-of-count-query?noredirect=1#comment120034631_67908881 T
Hi All, Please take a look at following issue and provide your feedbacks https://stackoverflow.com/questions/67908881/how-to-improve-performance-of-count-query?noredirect=1#comment120034631_67908881 T
|
By
Vinayak Bali
·
|
|
JanusGraph System Requirements
2 messages
Hello, What would the system requirements for JanusGraph be with 100 GB of data? Thanks
Hello, What would the system requirements for JanusGraph be with 100 GB of data? Thanks
|
By
csconnor257@...
·
|
|
Cassandra crashing after dropping large graph. Error: Scanned over 100001 tombstones...
6 messages
After loading a large graph 20k nodes into JanusGraph a couple of times and then deleting via g.V().drop() my cassandra server crashes with the below message. data_storage_1 | ERROR [ReadStage-2] 2018
After loading a large graph 20k nodes into JanusGraph a couple of times and then deleting via g.V().drop() my cassandra server crashes with the below message. data_storage_1 | ERROR [ReadStage-2] 2018
|
By
Michael Kaiser-Cross
·
|
|
Query failure due to cassandra backend tombstone exception #1675
3 messages
Hi all, I have raised a GitHub issue on the same (https://github.com/JanusGraph/janusgraph/issues/1675). Pasting the same below. Janus version- janusgraph-0.3.1 Cassandra - cassandra:3.11.4 When we ru
Hi all, I have raised a GitHub issue on the same (https://github.com/JanusGraph/janusgraph/issues/1675). Pasting the same below. Janus version- janusgraph-0.3.1 Cassandra - cassandra:3.11.4 When we ru
|
By
Alex Lawrence
·
|
|
How to filter out step 3 vertex list based on step 1 vertex
6 messages
Hi, Assuming following schema VertexA--edgeAB-->VertexB VertexA--edgeAC-->VertexC VertexC--edgeCB-->VertexB Traversal step 1: start with VertexB, step 2: traverse edgeAB to find connected VertexA, ste
Hi, Assuming following schema VertexA--edgeAB-->VertexB VertexA--edgeAC-->VertexC VertexC--edgeCB-->VertexB Traversal step 1: start with VertexB, step 2: traverse edgeAB to find connected VertexA, ste
|
By
Ronnie
·
|
|
Multiple or-steps are conflated when using the textRegex() predicate
3 messages
Hello! I came upon some unexpected behavior when running queries with multiple or() steps and string searches on mixed indexes and would like some clarification if this is intended or not. I have a gr
Hello! I came upon some unexpected behavior when running queries with multiple or() steps and string searches on mixed indexes and would like some clarification if this is intended or not. I have a gr
|
By
Mladen Marović
·
|
|
Indexing on sub-attribute of custom data type
4 messages
Hi, Few questions related to custom data types (https://docs.janusgraph.org/basics/common-questions/#custom-class-datatype) 1. Is it possible to index on a sub-attribute of a custom data type? If not,
Hi, Few questions related to custom data types (https://docs.janusgraph.org/basics/common-questions/#custom-class-datatype) 1. Is it possible to index on a sub-attribute of a custom data type? If not,
|
By
Ronnie
·
|
|
Could not call index
4 messages
Hi! Running JanusGraph 0.5.3 against BigTable, and ES is used as the Index backend. For a particular traversal I'm seeing the error message below. No clue what this means and where to look for a solut
Hi! Running JanusGraph 0.5.3 against BigTable, and ES is used as the Index backend. For a particular traversal I'm seeing the error message below. No clue what this means and where to look for a solut
|
By
schwartz@...
·
|
|
How to replay a transaction log from the begining
9 messages
Hi All, I have created a transaction log in hbase as backend using following code. JanusGraphTransaction tx = graph.buildTransaction().logIdentifier("addedPerson").start(); JanusGraphVertex u = tx.add
Hi All, I have created a transaction log in hbase as backend using following code. JanusGraphTransaction tx = graph.buildTransaction().logIdentifier("addedPerson").start(); JanusGraphVertex u = tx.add
|
By
Sandeep Mishra
·
|
|
Union with Count returning unexpected results
2 messages
Hi All, The objective is to count the number of nodes and edges. Query: g2.inject(1).union(V().has('title', 'A').aggregate('v1').union(outE().has('title', 'E1').aggregate('e').inV().has('title', 'B'),
Hi All, The objective is to count the number of nodes and edges. Query: g2.inject(1).union(V().has('title', 'A').aggregate('v1').union(outE().has('title', 'E1').aggregate('e').inV().has('title', 'B'),
|
By
Vinayak Bali
·
|