|
Bindings for graphs created using ConfiguredGraphFactory not working as expected
Hello,
I have a local setup of JanusGraph 0.6.0 with Cassandra 3.11.9. I am creating a graph using the ConfiguredGraphFactory. For this, I am using the bundled properties and yaml files and creating
Hello,
I have a local setup of JanusGraph 0.6.0 with Cassandra 3.11.9. I am creating a graph using the ConfiguredGraphFactory. For this, I am using the bundled properties and yaml files and creating
|
By
anya.sharma@...
·
#6252
·
Edited
|
|
Re: Duplicate vertex issue with Uniqueness constraints | Janusgraph CQL
Hi Marc,
Adding additional data -
Checking duplicate data with uniqueness constraints on name_cons field -
gremlin>
Hi Marc,
Adding additional data -
Checking duplicate data with uniqueness constraints on name_cons field -
gremlin>
|
By
Pawan Shriwas
·
#6251
·
|
|
Cleaning up old data in large graphs
Hello,
I have a graph (Janusgraph 0.5.3 running on a cql backend and an elasticsearch index) that is updated in near real-time. About 50M new vertices and 100M new edges are added every month. A
Hello,
I have a graph (Janusgraph 0.5.3 running on a cql backend and an elasticsearch index) that is updated in near real-time. About 50M new vertices and 100M new edges are added every month. A
|
By
Mladen Marović
·
#6250
·
|
|
Re: Duplicate vertex issue with Uniqueness constraints | Janusgraph CQL
Hi Marc;
Yes, We are committing the transaction after each operation.
how do you know about "duplicate vertex creation" when "it returns only 1 record"?
Vertex is being ingested with the same data
Hi Marc;
Yes, We are committing the transaction after each operation.
how do you know about "duplicate vertex creation" when "it returns only 1 record"?
Vertex is being ingested with the same data
|
By
Pawan Shriwas
·
#6249
·
|
|
Re: Duplicate vertex issue with Uniqueness constraints | Janusgraph CQL
Hi Pawan,
Your code mirrors the example at https://docs.janusgraph.org/advanced-topics/eventual-consistency/#data-consistency for the greatest part. Are you sure the changes on graphMgmt get
Hi Pawan,
Your code mirrors the example at https://docs.janusgraph.org/advanced-topics/eventual-consistency/#data-consistency for the greatest part. Are you sure the changes on graphMgmt get
|
By
hadoopmarc@...
·
#6248
·
|
|
Re: jvm.options broken
Hi Matthias,
Thanks for taking the trouble to report this. It took a while, but your report did not go unnoticed:
https://github.com/JanusGraph/janusgraph/issues/2857
Best wishes, Marc
Hi Matthias,
Thanks for taking the trouble to report this. It took a while, but your report did not go unnoticed:
https://github.com/JanusGraph/janusgraph/issues/2857
Best wishes, Marc
|
By
hadoopmarc@...
·
#6247
·
|
|
Duplicate vertex issue with Uniqueness constraints | Janusgraph CQL
Hi Everyone,
I am facing a duplicate vertex creation issue even though the unique index is present in that property and when i retrive the data with the same index it returns only 1 record.
Please see
Hi Everyone,
I am facing a duplicate vertex creation issue even though the unique index is present in that property and when i retrive the data with the same index it returns only 1 record.
Please see
|
By
Pawan Shriwas
·
#6246
·
|
|
Re: Diagnosing slow write speeds to BigTable
I have a follow-up question in addition to my reply above: Is there any guide for understanding the JanusGraph metrics available? I have written a basic metrics integration but I'm finding it quite
I have a follow-up question in addition to my reply above: Is there any guide for understanding the JanusGraph metrics available? I have written a basic metrics integration but I'm finding it quite
|
By
AC
·
#6245
·
|
|
Re: Diagnosing slow write speeds to BigTable
Hey again Boxuan, thanks for your help in this thread!
1) Read speed is quite fast, at least as fast as I would expect for using a remote database like BigTable.
2) That is a good idea, I will try
Hey again Boxuan, thanks for your help in this thread!
1) Read speed is quite fast, at least as fast as I would expect for using a remote database like BigTable.
2) That is a good idea, I will try
|
By
AC
·
#6244
·
|
|
Re: Diagnosing slow write speeds to BigTable
I am not an expert on this and I've never used BigTable or GCP before, but here are my two cents:
1) Did you test the read speed? Is it also very slow compared to writing?
2) Did you try using an
I am not an expert on this and I've never used BigTable or GCP before, but here are my two cents:
1) Did you test the read speed? Is it also very slow compared to writing?
2) Did you try using an
|
By
Boxuan Li
·
#6243
·
|
|
Diagnosing slow write speeds to BigTable
Hey there, folks. Firstly I want to say thanks for your help with the previous bug we uncovered.
I'm evaluating JanusGraph performance on BigTable and observing very slow write speeds when writing
Hey there, folks. Firstly I want to say thanks for your help with the previous bug we uncovered.
I'm evaluating JanusGraph performance on BigTable and observing very slow write speeds when writing
|
By
AC
·
#6242
·
|
|
Re: How to change GLOBAL_OFFLINE configuration when graph can't be instantiated
Hi Marc,
Your solution works if the configuration hasn't been changed yet. If you change the index backend and set a wrong hostname, you cannot access your data anymore:
mgmt =
Hi Marc,
Your solution works if the configuration hasn't been changed yet. If you change the index backend and set a wrong hostname, you cannot access your data anymore:
mgmt =
|
By
toom@...
·
#6241
·
|
|
Re: Potential transaction issue (JG 0.6.0)
I agree with Sergey that "this problem was just hidden in the previous version as resources were not released properly".
I tried to reproduce in Java (not remote graph) but failed. @Charles, are you
I agree with Sergey that "this problem was just hidden in the previous version as resources were not released properly".
I tried to reproduce in Java (not remote graph) but failed. @Charles, are you
|
By
Boxuan Li
·
#6240
·
|
|
Re: Cassandra 4
Hi,
There is an issue tracking this, but no PR's yet, see: https://github.com/JanusGraph/janusgraph/issues/2325
Best wishes, Marc
Hi,
There is an issue tracking this, but no PR's yet, see: https://github.com/JanusGraph/janusgraph/issues/2325
Best wishes, Marc
|
By
hadoopmarc@...
·
#6239
·
|
|
Cassandra 4
Hi, has anyone tried JG with Cassandra 4 ? Does it work ?
Hi, has anyone tried JG with Cassandra 4 ? Does it work ?
|
By
Kusnierz.Krzysztof@...
·
#6238
·
|
|
Re: How to Merge Two Vertices in JanusGraph into single vertex
Hi Krishna,
Nope. However, you are not the first to ask, see:
https://stackoverflow.com/questions/46363737/tinkerpop-gremlin-merge-vertices-and-edges/46435070#46435070
Best wishes, Marc
Hi Krishna,
Nope. However, you are not the first to ask, see:
https://stackoverflow.com/questions/46363737/tinkerpop-gremlin-merge-vertices-and-edges/46435070#46435070
Best wishes, Marc
|
By
hadoopmarc@...
·
#6237
·
|
|
How to Merge Two Vertices in JanusGraph into single vertex
Hi Folks
can you please help me to know how to merge 2 vertices in Janus Graph into a single vertex?
I am using Cassandra DB as a backend for JanusGraph and unique vertex constraint with id+name
Hi Folks
can you please help me to know how to merge 2 vertices in Janus Graph into a single vertex?
I am using Cassandra DB as a backend for JanusGraph and unique vertex constraint with id+name
|
By
krishna.sailesh2@...
·
#6236
·
|
|
Re: Usage of CustomID on Vertexes
Hi Hazal,
Your comment is correct: the graph.set-vertex-id feature is not documented further than this, so using it is not advised.
You are also right that lookups in the index require additional
Hi Hazal,
Your comment is correct: the graph.set-vertex-id feature is not documented further than this, so using it is not advised.
You are also right that lookups in the index require additional
|
By
hadoopmarc@...
·
#6235
·
|
|
Re: JanusGraph server clustering with NodeJS
I read some conceptual confusion, so let me try:
a single query is handled by a single janusgraph instance (In this case JanusGraph Server)
you can handle many queries from many nodejs clients in
I read some conceptual confusion, so let me try:
a single query is handled by a single janusgraph instance (In this case JanusGraph Server)
you can handle many queries from many nodejs clients in
|
By
hadoopmarc@...
·
#6234
·
|
|
Re: JanusGraph server clustering with NodeJS
We are also facing similar issue .. Could you please direct us how do we handle Janus cluster using node js
We are also facing similar issue .. Could you please direct us how do we handle Janus cluster using node js
|
By
sppriyaindu@...
·
#6233
·
|