|
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
·
|
|
Usage of CustomID on Vertexes
Hi everyone,
I have a confusion about the topic i mentioned below, could anyone give any suggestion about it? or does the problem familiar with you? what was your solution?
I need to load data from
Hi everyone,
I have a confusion about the topic i mentioned below, could anyone give any suggestion about it? or does the problem familiar with you? what was your solution?
I need to load data from
|
By
hazalkecoglu@...
·
#6232
·
|
|
Re: Edge traveresal .hasId() not returning expected results
Thanks Boxuan! I look forward to that release. In the meantime, I was able to work around this issue now that I know it is not producing the expected results, in a way that should be compatible with
Thanks Boxuan! I look forward to that release. In the meantime, I was able to work around this issue now that I know it is not producing the expected results, in a way that should be compatible with
|
By
AC
·
#6231
·
|
|
JanusGraph server clustering with NodeJS
Hello!
I'm new to JanusGraph and implemented "single janus server- single nodejs client" setup successfully. Able to create multiple dynamic graphs within the same janusServer instance (if anyone need
Hello!
I'm new to JanusGraph and implemented "single janus server- single nodejs client" setup successfully. Able to create multiple dynamic graphs within the same janusServer instance (if anyone need
|
By
51kumarakhil@...
·
#6230
·
|
|
jvm.options broken
Hello Janusgraphers,
seems that janusgraph-server.sh line 116 is broken. Only the last entry of the jvm options file is used.
br,
Matthias
Hello Janusgraphers,
seems that janusgraph-server.sh line 116 is broken. Only the last entry of the jvm options file is used.
br,
Matthias
|
By
m.leinweber@...
·
#6229
·
|
|
Re: Edge traveresal .hasId() not returning expected results
Fixed by https://github.com/JanusGraph/janusgraph/pull/2849 and will be included in the next release (0.6.1).
Fixed by https://github.com/JanusGraph/janusgraph/pull/2849 and will be included in the next release (0.6.1).
|
By
Boxuan Li
·
#6228
·
|
|
Re: Edge traveresal .hasId() not returning expected results
Hi Adam,
Thanks for reporting! This is a bug and I just created an issue for it: https://github.com/JanusGraph/janusgraph/issues/2848 If you wanted to know more about this bug, feel free to post a
Hi Adam,
Thanks for reporting! This is a bug and I just created an issue for it: https://github.com/JanusGraph/janusgraph/issues/2848 If you wanted to know more about this bug, feel free to post a
|
By
Boxuan Li
·
#6227
·
|
|
Edge traveresal .hasId() not returning expected results
Hey folks, I'm seeing strange results trying to use the hasId step on an edge traversal:
@ g.E("4r6-39s-69zp-3c8").toList
res49: List[Edge] =
Hey folks, I'm seeing strange results trying to use the hasId step on an edge traversal:
@ g.E("4r6-39s-69zp-3c8").toList
res49: List[Edge] =
|
By
AC
·
#6226
·
|
|
Re: Options for Bulk Read/Bulk Export
> Also @oleksandr, you have stated that "Otherwise, additional calls might be executed to your backend which could be not as efficient." how should we do these additional calls and get subsequent
> Also @oleksandr, you have stated that "Otherwise, additional calls might be executed to your backend which could be not as efficient." how should we do these additional calls and get subsequent
|
By
Oleksandr Porunov
·
#6225
·
|
|
Re: Janusgraph Schema dump
Hi Pawan,
1. See https://docs.janusgraph.org/schema/#displaying-schema-information
2. See the manuals of your storage and indexing backends (and older questions on this list)
3. Please elaborate;
Hi Pawan,
1. See https://docs.janusgraph.org/schema/#displaying-schema-information
2. See the manuals of your storage and indexing backends (and older questions on this list)
3. Please elaborate;
|
By
hadoopmarc@...
·
#6224
·
|
|
Re: Janusgraph Schema dump
adding one more points
3. How can we get the mapped properties in a label or all labels--
Thanks & Regard
PAWAN SHRIWAS
adding one more points
3. How can we get the mapped properties in a label or all labels--
Thanks & Regard
PAWAN SHRIWAS
|
By
Pawan Shriwas
·
#6223
·
|
|
Janusgraph Schema dump
Hi All,
Is any one let me know how to do below two items in janusgraph.
1. Database Schema dump (Want to use same schema dump on another env using same export)
2. Database data dump for backup and
Hi All,
Is any one let me know how to do below two items in janusgraph.
1. Database Schema dump (Want to use same schema dump on another env using same export)
2. Database data dump for backup and
|
By
Pawan Shriwas
·
#6222
·
|
|
Re: Options for Bulk Read/Bulk Export
So currently we have JanusGraph with the storage back-end as FDB and use ElasticSearch for indexing.
First we get the vertexIDs indexes from Elasticsearch back-end and then below is what we do
So currently we have JanusGraph with the storage back-end as FDB and use ElasticSearch for indexing.
First we get the vertexIDs indexes from Elasticsearch back-end and then below is what we do
|
By
subbu165@...
·
#6221
·
|
|
Re: Queries with negated text predicates fail with lucene
Hi Toom,
Yes, you are right, this behavior is not 100% consistent. Also, as noted, the documentation regarding text predicates on properties without index is incomplete. Use cases are sparse, though,
Hi Toom,
Yes, you are right, this behavior is not 100% consistent. Also, as noted, the documentation regarding text predicates on properties without index is incomplete. Use cases are sparse, though,
|
By
hadoopmarc@...
·
#6220
·
|