|
New committers: Robert Dale, Paul Kendall, Samant Maharaj 4 messages
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome 3 new committers on the project! Here they are in alphabetical order by last name. Robert Dale: Robert has been a
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome 3 new committers on the project! Here they are in alphabetical order by last name. Robert Dale: Robert has been a
|
By
Jason Plurad
·
|
|
New committers: Robert Dale, Paul Kendall, Samant Maharaj
Welcome aboard Robert, Paul, and Samant! Thanks for the excellent contributions. --Ted
Welcome aboard Robert, Paul, and Samant! Thanks for the excellent contributions. --Ted
|
By
Ted Wilmes
·
|
|
Should graph traversals we explicitly closed? 2 messages
Hi, See the following code: GraphTraversalSource graphTraversalSource = graph.traversal(); // (1) one liner - no warnings Vertex src = graphTraversalSource.V().has(ID, id).next(); // (2) assignment to
Hi, See the following code: GraphTraversalSource graphTraversalSource = graph.traversal(); // (1) one liner - no warnings Vertex src = graphTraversalSource.V().has(ID, id).next(); // (2) assignment to
|
By
woj...@...
·
|
|
I'm starting a new startup big project, should I use Janus as main database to store all my data? 2 messages
I'm thinking about learn Janus to use in my new big project but i can't understand some things. Janus can be used like any database and supports "insert", "update", "delete" operations so Janus will w
I'm thinking about learn Janus to use in my new big project but i can't understand some things. Janus can be used like any database and supports "insert", "update", "delete" operations so Janus will w
|
By
Augusto Will
·
|
|
[DISCUSS] Splitting janusgraph-cassandra 16 messages
Hi, As part of implementing the janusgraph-cql backend, we initially looked into adding the new CQL backend into the existing janusgraph-cassandra project. We ultimately ended up not taking this appro
Hi, As part of implementing the janusgraph-cql backend, we initially looked into adding the new CQL backend into the existing janusgraph-cassandra project. We ultimately ended up not taking this appro
|
By
Samant Maharaj
·
|
|
[DISCUSS] Automatic reversal of traversal to exploit index 3 messages
If a graph has an index on a particular attribute of a vertex with a particular label, and a user issues a gremlin query that attempts to traverse from a non-indexed vertex to the indexed vertex, then
If a graph has an index on a particular attribute of a vertex with a particular label, and a user issues a gremlin query that attempts to traverse from a non-indexed vertex to the indexed vertex, then
|
By
graham...@...
·
|
|
[DISCUSS] Should the two GraphFactories have graph-deletion wrapper methods? 3 messages
The discussion so far has mostly taken place on my PR here: https://github.com/JanusGraph/janusgraph/pull/392#issuecomment-313802891 following this high level comment to the last comment. To summarize
The discussion so far has mostly taken place on my PR here: https://github.com/JanusGraph/janusgraph/pull/392#issuecomment-313802891 following this high level comment to the last comment. To summarize
|
By
David Pitera
·
|
|
Gremlin-Python in JanusGraph 3 messages
Gentlemen and Ladies, Thank you for your help with the previous difficulties that we have been having in configuring our system. We have recently gotten JanusGraph running in Server mode with HBase, a
Gentlemen and Ladies, Thank you for your help with the previous difficulties that we have been having in configuring our system. We have recently gotten JanusGraph running in Server mode with HBase, a
|
By
john....@...
·
|
|
0.2.0-SNAPSHOT updates? 6 messages
Hello, I've been waiting for some features recently added to Janus to give it a go. But it seems that last snapshot available for 0.2.0 release is a month old (24 May 2017): https://oss.sonatype.org/c
Hello, I've been waiting for some features recently added to Janus to give it a go. But it seems that last snapshot available for 0.2.0 release is a month old (24 May 2017): https://oss.sonatype.org/c
|
By
woj...@...
·
|
|
MapReduceIndexManagement - can anyone make it work?
Please see https://groups.google.com/forum/#!topic/janusgraph-users/aM9YThbqU-4 Has anyone made this work? What conditions? Which version?
Please see https://groups.google.com/forum/#!topic/janusgraph-users/aM9YThbqU-4 Has anyone made this work? What conditions? Which version?
|
By
Nigel Brown
·
|
|
Potential breaking changes in 0.2.0 4 messages
I add this thread to discuss about breaking change in 0.2.0 with this PR https://github.com/JanusGraph/janusgraph/pull/336. This PR add a breaking change for Elasticsearch backend because it Elasticse
I add this thread to discuss about breaking change in 0.2.0 with this PR https://github.com/JanusGraph/janusgraph/pull/336. This PR add a breaking change for Elasticsearch backend because it Elasticse
|
By
david.c...@...
·
|
|
[VOTE] Elasticsearch upgrade 8 messages
I'd like to request a vote on the following proposal for proceeding with updates to Elasticsearch in JanusGraph (see this discuss thread for more information): Update to support ES 2.x and 5.x with na
I'd like to request a vote on the following proposal for proceeding with updates to Elasticsearch in JanusGraph (see this discuss thread for more information): Update to support ES 2.x and 5.x with na
|
By
sjudeng
·
|
|
Compiling locally with gremlin-core 3.3.0-SNAPSHOT 11 messages
I am not sure if you guys are aware and perhaps it is not an immediate concern, but it seems that if one tries to first compile the apache tinkerpop master (which is at 3.3.0-SNAPSHOT) and use it in a
I am not sure if you guys are aware and perhaps it is not an immediate concern, but it seems that if one tries to first compile the apache tinkerpop master (which is at 3.3.0-SNAPSHOT) and use it in a
|
By
Kedar Mhaswade
·
|
|
Dealing with org.apache.thrift.transport.TTransportException
The below was a problem in titan and is still in janus, under some circumstances 3:18:37 WARN org.apache.hadoop.mapred.LocalJobRunner - job_local1757555819_0001 java.lang.Exception: java.lang.RuntimeE
The below was a problem in titan and is still in janus, under some circumstances 3:18:37 WARN org.apache.hadoop.mapred.LocalJobRunner - job_local1757555819_0001 java.lang.Exception: java.lang.RuntimeE
|
By
Nigel Brown
·
|
|
[DISCUSS] Support for Solr 6
Is the Solr 6 client compatible with Solr 5 backend? Can we confirm and list the incompatibilities? Is the Solr 5 client good and compatible with Solr 6 backend? If yes, we have a less urgent need to
Is the Solr 6 client compatible with Solr 5 backend? Can we confirm and list the incompatibilities? Is the Solr 5 client good and compatible with Solr 6 backend? If yes, we have a less urgent need to
|
By
Jerry He
·
|
|
Shared cache store for JG 3 messages
Hi JG Developers, We (uber) currently using JG in production with a multi-machine deployment. Even though each JG process are able to cache KeySliceQuery and results individually (db-cache), the fact
Hi JG Developers, We (uber) currently using JG in production with a multi-machine deployment. Even though each JG process are able to cache KeySliceQuery and results individually (db-cache), the fact
|
By
Tunay Gür
·
|
|
[WARNING] 0.1.0 to 0.1.1 upgrade 2 messages
Hello,A step was missed during the release prep and the 0.1.1 release was not marked as compatible with JanusGraph 0.1.0. Consequently, if you point 0.1.1 at a previously loaded 0.1.0 backend (not Tit
Hello,A step was missed during the release prep and the 0.1.1 release was not marked as compatible with JanusGraph 0.1.0. Consequently, if you point 0.1.1 at a previously loaded 0.1.0 backend (not Tit
|
By
Ted Wilmes
·
|
|
What's the plan for the next release? 6 messages
Hi all, I am pretty excited about the things getting merged into JanusGraph. In particular I really want to get my hands on the new CQL storage backend and the updated ElasticSearch indexing backend,
Hi all, I am pretty excited about the things getting merged into JanusGraph. In particular I really want to get my hands on the new CQL storage backend and the updated ElasticSearch indexing backend,
|
By
Austin Sharp
·
|
|
Documentation updates on janusgraph.org 7 messages
Hi everyone, I'd like to contribute a blurb onto the getting-started tutorial indicating that it's possible to use the loadWithoutMixedIndex method when using a configuration that doesn't have an inde
Hi everyone, I'd like to contribute a blurb onto the getting-started tutorial indicating that it's possible to use the loadWithoutMixedIndex method when using a configuration that doesn't have an inde
|
By
Christopher Quinones
·
|
|
[DISCUSS] Travis builds and PR testing 2 messages
Now that #251 has been merged tests in all modules except hbase-098 and cql are required to pass for a successful Travis build. However since merging there have been more unexpected build failures tha
Now that #251 has been merged tests in all modules except hbase-098 and cql are required to pass for a successful Travis build. However since merging there have been more unexpected build failures tha
|
By
sjudeng
·
|