|
[DISCUSS] Vertex Centric Index with UUID
3 messages
In the docs it states that >The property keys used in a vertex-centric index must have an explicitly defined data type (i.e. not Object.class) which supports a native sort order. I'm curious as to exa
In the docs it states that >The property keys used in a vertex-centric index must have an explicitly defined data type (i.e. not Object.class) which supports a native sort order. I'm curious as to exa
|
By
Keith Lohnes
·
|
|
Janus Inmemory in JVM
2 messages
I was wondering if anybody had used the inmemory option in JVM? When I try to shutdown the JVM, the JanusGraph class does not call close() function but calls its shutdownhook. Any idea, why close is n
I was wondering if anybody had used the inmemory option in JVM? When I try to shutdown the JVM, the JanusGraph class does not call close() function but calls its shutdownhook. Any idea, why close is n
|
By
R
·
|
|
Posgres backend
2 messages
Hi I want to include postgres backend for Janus. Is anybody working on it? If no, could you guys point me in the right direction? Regards, R.
Hi I want to include postgres backend for Janus. Is anybody working on it? If no, could you guys point me in the right direction? Regards, R.
|
By
R
·
|
|
Documentation question: Section 10.6 Nested Transactions
2 messages
Hi - in section 10.6 it's not clear (to me - apologies if I'm being thick) why the nested transaction would fail. The example is: v1 = graph.addVertex() //Do many other things v2 = graph.addVertex() v
Hi - in section 10.6 it's not clear (to me - apologies if I'm being thick) why the nested transaction would fail. The example is: v1 = graph.addVertex() //Do many other things v2 = graph.addVertex() v
|
By
graham...@...
·
|
|
DistributedStoreManager sleepAfterWrite
2 messages
I've been going through the Janus source and noticed that the Hbase and Cassandra backends both call sleepAfterWrite after sending the write request to the underlying backend. What I can't seem to com
I've been going through the Janus source and noticed that the Hbase and Cassandra backends both call sleepAfterWrite after sending the write request to the underlying backend. What I can't seem to com
|
By
Melvin Ross
·
|
|
[DISCUSS] Requiring use of 2FA (two-factor auth) on GitHub
6 messages
TL;DR: I would like to propose requiring 2FA (two-factor auth) for all current and future members of the JanusGraph committers and maintainers groups on GitHub. Not having 2FA support is a security ri
TL;DR: I would like to propose requiring 2FA (two-factor auth) for all current and future members of the JanusGraph committers and maintainers groups on GitHub. Not having 2FA support is a security ri
|
By
Misha Brukman
·
|
|
gremlin-server.sh as a daemon enhancement/update?
2 messages
I was trying to find some best practices for running JanusGraph as a service or at least find some existing init scripts to reference when I came upon Tinkerpop Jira issue 980. Relevant code changes h
I was trying to find some best practices for running JanusGraph as a service or at least find some existing init scripts to reference when I came upon Tinkerpop Jira issue 980. Relevant code changes h
|
By
Chris Hupman
·
|
|
JanusGraph support for HBase v2?
I opened a ticket to track it. https://github.com/JanusGraph/janusgraph/issues/915 We can continue the discussion over there. Thanks for raising this. Jerry
I opened a ticket to track it. https://github.com/JanusGraph/janusgraph/issues/915 We can continue the discussion over there. Thanks for raising this. Jerry
|
By
Jerry He
·
|
|
JanusGraph support for HBase v2?
Hi, Sorry if this is well known - but do we have a plan to support HBase v2 - and if so do you know when that will be released? Best regards, Graham Graham Wallis IBM Analytics Emerging Technology Cen
Hi, Sorry if this is well known - but do we have a plan to support HBase v2 - and if so do you know when that will be released? Best regards, Graham Graham Wallis IBM Analytics Emerging Technology Cen
|
By
Graham Wallis
·
|
|
Postgres backend for Janus
2 messages
Have you looked at http://www.sqlg.org/ ? Robert Dale
Have you looked at http://www.sqlg.org/ ? Robert Dale
|
By
Robert Dale
·
|
|
computed properties
2 messages
Is there a capability in any graph database system or query language to implement a computed property, i.e., a function/method that computes the value of a property based on other properties of the no
Is there a capability in any graph database system or query language to implement a computed property, i.e., a function/method that computes the value of a property based on other properties of the no
|
By
jaybr...@...
·
|
|
Ability to override CL during transactions?
2 messages
We have ability to specify consistency levels while opening the connection to the graph. Transaction is created in thread scope with the first graph operation. Is there a way to override the consisten
We have ability to specify consistency levels while opening the connection to the graph. Transaction is created in thread scope with the first graph operation. Is there a way to override the consisten
|
By
bdi...@...
·
|
|
call for input
2 messages
Hello, I'm going to be speaking at Data Day Texas [1] in a few weeks on the topic of JanusGraph. It will be an overview of the project and the ever growing ecosystem popping up around it. I would also
Hello, I'm going to be speaking at Data Day Texas [1] in a few weeks on the topic of JanusGraph. It will be an overview of the project and the ever growing ecosystem popping up around it. I would also
|
By
Ted Wilmes
·
|
|
What's JanusGraph's strategy to reduce instance-wise communication in clusters?
3 messages
When querying against a large graph, great time costs may occur. For example, if a vertex's adjacent vertices lies on another machine, then queries like "find father of this person" may slow down due
When querying against a large graph, great time costs may occur. For example, if a vertex's adjacent vertices lies on another machine, then queries like "find father of this person" may slow down due
|
By
i...@...
·
|
|
JG driver clint API in multi-threading
2 messages
Is the "JanusGraph" or "JanusGraph#newTransaction" supports multi-threading? The backgroup is I want to load huge data to JG with java API, so I tried create the tx in each thread but I can a lots of
Is the "JanusGraph" or "JanusGraph#newTransaction" supports multi-threading? The backgroup is I want to load huge data to JG with java API, so I tried create the tx in each thread but I can a lots of
|
By
Liping Huang
·
|
|
Transaction support in Hbase backend
2 messages
Hi, Hbase backend doesn't seem support transaction yet. Is there previous discussion or even plan for this? I'd love to participant discussion or development efforts around this. Thanks! Jaguar
Hi, Hbase backend doesn't seem support transaction yet. Is there previous discussion or even plan for this? I'd love to participant discussion or development efforts around this. Thanks! Jaguar
|
By
Jaguar Xiong
·
|
|
JanusGraph and Indexing
I have recently spent some time looking at the indexing related code of Janusgraph (mostly the Lucene related part) and I have a few questions : 1. A) Because of the way mutation works currently in Ja
I have recently spent some time looking at the indexing related code of Janusgraph (mostly the Lucene related part) and I have a few questions : 1. A) Because of the way mutation works currently in Ja
|
By
Olivier Binda
·
|
|
JTS 1.15 released with EPL license
2 messages
This should allow JanusGraph to include JTS by default. See Issue #846 for more details - https://github.com/JanusGraph/janusgraph/issues/846 Robert Dale
This should allow JanusGraph to include JTS by default. See Issue #846 for more details - https://github.com/JanusGraph/janusgraph/issues/846 Robert Dale
|
By
Robert Dale
·
|
|
New committer: David Pitera
7 messages
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome a new committer on the project! David Pitera has been a solid contributor. In the JanusGraph 0.2.0 release, he co
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome a new committer on the project! David Pitera has been a solid contributor. In the JanusGraph 0.2.0 release, he co
|
By
Jason Plurad
·
|
|
New TSC member: Robert Dale
4 messages
On behalf of the JanusGraph Technical Steering Committee (TSC), I'd like to welcome Robert Dale as a TSC member on the project. The TSC members ultimately guide the future direction of the project. Ro
On behalf of the JanusGraph Technical Steering Committee (TSC), I'd like to welcome Robert Dale as a TSC member on the project. The TSC members ultimately guide the future direction of the project. Ro
|
By
Jason Plurad
·
|