|
Re: JanusGraph 0.6.0 traversal change?
Ahh I see, I guess this is the intended usage now?
Basically doing "__.V" instead of "g.V" for the child traversal?
Ahh I see, I guess this is the intended usage now?
Basically doing "__.V" instead of "g.V" for the child traversal?
|
By
criminosis@...
·
#6364
·
|
|
JanusGraph 0.6.0 traversal change?
When running with 0.5.2 I was able to do this traversal to add an edge between to vertices
But when doing it through 0.6.0 I get this now:
After fiddling with it though I noticed I was able to do
When running with 0.5.2 I was able to do this traversal to add an edge between to vertices
But when doing it through 0.6.0 I get this now:
After fiddling with it though I noticed I was able to do
|
By
criminosis@...
·
#6363
·
|
|
Re: Janusgraph embedded multi instance(JVM) data sync issue
Hi Pawan,
Interesting, I could not find a JanusGraph unit test for this basic scenario (there is one with two instances and an index, though). This needs more investigation.
Meawhile, are you sure
Hi Pawan,
Interesting, I could not find a JanusGraph unit test for this basic scenario (there is one with two instances and an index, though). This needs more investigation.
Meawhile, are you sure
|
By
hadoopmarc@...
·
#6362
·
|
|
Re: Indexing Strategies for RDF edges/predicates on Janusgraph
Thanks for the clarification. That makes sense. I suppose if there were multiple edges from V(h) to V('mother') I would need to qualify it to insure the path exists?
eg
Thanks for the clarification. That makes sense. I suppose if there were multiple edges from V(h) to V('mother') I would need to qualify it to insure the path exists?
eg
|
By
Matthew Nguyen <nguyenm9@...>
·
#6361
·
|
|
Re: Indexing Strategies for RDF edges/predicates on Janusgraph
Hi Mathew,
Both of the example shows 2 different types of default index.
g.V(h).out('mother')
- This is example for default vertex-centric indexes per edge label
- This will help to traverse specific
Hi Mathew,
Both of the example shows 2 different types of default index.
g.V(h).out('mother')
- This is example for default vertex-centric indexes per edge label
- This will help to traverse specific
|
By
AMIYA KUMAR SAHOO
·
#6360
·
|
|
Re: Indexing Strategies for RDF edges/predicates on Janusgraph
Hi Amiya, I saw that but wasn't quite sure the intent given the example. It talks about edge labels but the examples are vertices & values?
g.V(h).out('mother') -> returns a vertex
Hi Amiya, I saw that but wasn't quite sure the intent given the example. It talks about edge labels but the examples are vertices & values?
g.V(h).out('mother') -> returns a vertex
|
By
Matthew Nguyen <nguyenm9@...>
·
#6359
·
|
|
Re: Indexing Strategies for RDF edges/predicates on Janusgraph
Hi Mathew,
As per the below Note from Janusgraph docs, even if company is having 1k different types of edge related to it, traverse by edge lable will be fast.
Such as find employees employedBy (edge
Hi Mathew,
As per the below Note from Janusgraph docs, even if company is having 1k different types of edge related to it, traverse by edge lable will be fast.
Such as find employees employedBy (edge
|
By
AMIYA KUMAR SAHOO
·
#6358
·
|
|
Re: Indexing Strategies for RDF edges/predicates on Janusgraph
Hi Matthew,
It would be possible to replace the employedBy, isSoldby, isLeasedBy relations with a relatedToCompany relation with employment, selling and lease properties. But I do not see any
Hi Matthew,
It would be possible to replace the employedBy, isSoldby, isLeasedBy relations with a relatedToCompany relation with employment, selling and lease properties. But I do not see any
|
By
hadoopmarc@...
·
#6357
·
|
|
Indexing Strategies for RDF edges/predicates on Janusgraph
Hi, I am trying to build a triplestore ontop of JG. The general model is:
Vertex (subject or object) Properties:
Label
Value (IRI, Literal) - indexed
Edge (predicate) Properties:
Label
Hi, I am trying to build a triplestore ontop of JG. The general model is:
Vertex (subject or object) Properties:
Label
Value (IRI, Literal) - indexed
Edge (predicate) Properties:
Label
|
By
Matthew Nguyen <nguyenm9@...>
·
#6356
·
|
|
Re: Janusgraph embedded multi instance(JVM) data sync issue
Hi Marc,
Thanks for your suggestion,
However I am testing it on a local environment having a single replication factor. I believe if the replication factor is one then in all cases it should give me
Hi Marc,
Thanks for your suggestion,
However I am testing it on a local environment having a single replication factor. I believe if the replication factor is one then in all cases it should give me
|
By
Pawan Shriwas
·
#6355
·
|
|
[ANNOUNCE] JanusGraph 0.6.1 Release
The JanusGraph Technical Steering Committee is excited to announce the release of JanusGraph 0.6.1.
JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of
The JanusGraph Technical Steering Committee is excited to announce the release of JanusGraph 0.6.1.
JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of
|
By
Oleksandr Porunov
·
#6354
·
|
|
Re: High HBase backend 'configuration' row contention
Hi Tendai,
"Not serializable" sounds as if you pass a JanusGraph instance from the Spark driver to the executor. The function that runs on the Spark executor should call some static function on the
Hi Tendai,
"Not serializable" sounds as if you pass a JanusGraph instance from the Spark driver to the executor. The function that runs on the Spark executor should call some static function on the
|
By
hadoopmarc@...
·
#6353
·
|
|
Re: High HBase backend 'configuration' row contention
Hi Marc,
Thanks for the feedback and suggestion. We investigated applying the JanusGraphFactory inside a singleton object as you've suggested, but ran into the issue that the JanusGraphFactory is not
Hi Marc,
Thanks for the feedback and suggestion. We investigated applying the JanusGraphFactory inside a singleton object as you've suggested, but ran into the issue that the JanusGraphFactory is not
|
By
Tendai Munetsi
·
#6352
·
|
|
Re: Janusgraph embedded multi instance(JVM) data sync issue
Hi Pawan,
You are right, if issues already arise without index, you should investigate that first, even though a large graph without indices is useless in itself.
See the third question from Boxuan Li
Hi Pawan,
You are right, if issues already arise without index, you should investigate that first, even though a large graph without indices is useless in itself.
See the third question from Boxuan Li
|
By
hadoopmarc@...
·
#6351
·
|
|
Re: JG Schema - addConnection seem to create duplicate connections
Hi Marc,
Thanks a lot for looking into this. As requested, I filled an issue about this on Github: https://github.com/JanusGraph/janusgraph/issues/2950
Thanks,
Peter
Hi Marc,
Thanks a lot for looking into this. As requested, I filled an issue about this on Github: https://github.com/JanusGraph/janusgraph/issues/2950
Thanks,
Peter
|
By
Peter Molnar
·
#6350
·
|
|
Re: Janusgraph embedded multi instance(JVM) data sync issue
Hi Marc,
I don't think data cache was created due to elastic search/mixed index only. I have seen this on basic property/node without index as well. I am thinking let's work on basic node/property
Hi Marc,
I don't think data cache was created due to elastic search/mixed index only. I have seen this on basic property/node without index as well. I am thinking let's work on basic node/property
|
By
Pawan Shriwas
·
#6349
·
|
|
Re: JG Schema - addConnection seem to create duplicate connections
Hi Peter,
Thanks for reporting. I think it is a bug. I checked with the standalone gremlin REPL of janusgraph-0.6.0, using:
graph = JanusGraphFactory.open('conf/janusgraph-inmemory.properties')
This
Hi Peter,
Thanks for reporting. I think it is a bug. I checked with the standalone gremlin REPL of janusgraph-0.6.0, using:
graph = JanusGraphFactory.open('conf/janusgraph-inmemory.properties')
This
|
By
hadoopmarc@...
·
#6348
·
|
|
Re: Fastest way to check if a property key is mixed indexed or not
Hi Harshit,
The performance impact for JanusGraph when including a property key in multiple mixed indices, is negligable (the selection of the index for a specific query will be a tat slower).
Hi Harshit,
The performance impact for JanusGraph when including a property key in multiple mixed indices, is negligable (the selection of the index for a specific query will be a tat slower).
|
By
hadoopmarc@...
·
#6347
·
|
|
Re: Janusgraph embedded multi instance(JVM) data sync issue
Hi Pawan,
OK, let's investigate further. You say that the issue occurs for both vertex creation and modification. Let's take the clearest case first: vertex creation with an indexed property. So, in
Hi Pawan,
OK, let's investigate further. You say that the issue occurs for both vertex creation and modification. Let's take the clearest case first: vertex creation with an indexed property. So, in
|
By
hadoopmarc@...
·
#6346
·
|
|
Re: Fastest way to check if a property key is mixed indexed or not
Will there be any performance impact if i will index a property key in multiple indices (mixed index)?
Will there be any performance impact if i will index a property key in multiple indices (mixed index)?
|
By
Harshit Sharma
·
#6345
·
|