|
Re: how to analyze profile(), explain() output
Any help on this?
By
Ankur Goel <ankur...@...>
·
#994
·
|
|
Re: Do we have UI interface for janusGraph
Please see earlier thread on this topic.
We will update the website and GitHub repo with pointers so it's easier to find in the future.
Please see earlier thread on this topic.
We will update the website and GitHub repo with pointers so it's easier to find in the future.
|
By
Misha Brukman <mbru...@...>
·
#995
·
|
|
Do we have UI interface for janusGraph
Do we have UI interface for janusGraph ?
We used to have rexter in titan-db...do we have anything here.
Do we have UI interface for janusGraph ?
We used to have rexter in titan-db...do we have anything here.
|
By
pradeep...@...
·
#992
·
|
|
Re: A few observations about JanusGraph scripts / config files.
Thanks it worked ....
By
pradeep...@...
·
#991
·
|
|
Re: Importing Graphson with pre set IDs.
Hi all,
So I'm trying to understand the best way of loading moderately-sized chunks of a graph in JanusGraph. I wrote some Python mining routines which digest and parse data from various sources and
Hi all,
So I'm trying to understand the best way of loading moderately-sized chunks of a graph in JanusGraph. I wrote some Python mining routines which digest and parse data from various sources and
|
By
tschu...@...
·
#990
·
|
|
Re: A few observations about JanusGraph scripts / config files.
Start with verbose: ./bin/janusgraph.sh -v
Robert Dale
Start with verbose: ./bin/janusgraph.sh -v
Robert Dale
|
By
Robert Dale <rob...@...>
·
#993
·
|
|
Re: A few observations about JanusGraph scripts / config files.
Is your RHEL machine configured for IPv6? Is the hostname resolvable?
This might be related https://issues.apache.org/jira/browse/CASSANDRA-2380
Is your RHEL machine configured for IPv6? Is the hostname resolvable?
This might be related https://issues.apache.org/jira/browse/CASSANDRA-2380
|
By
Jason Plurad <plu...@...>
·
#989
·
|
|
Re: A few observations about JanusGraph scripts / config files.
Can you try this, uncomment following line in conf/cassandra-env.sh :
JVM_OPTS="$JVM_OPTS -Djava.rmi.server.hostname=127.0.0.1"
Reference https://github.com/JanusGraph/janusgraph/issues/561
Can you try this, uncomment following line in conf/cassandra-env.sh :
JVM_OPTS="$JVM_OPTS -Djava.rmi.server.hostname=127.0.0.1"
Reference https://github.com/JanusGraph/janusgraph/issues/561
|
By
Jason Plurad <plu...@...>
·
#988
·
|
|
Re: A few observations about JanusGraph scripts / config files.
RHEL 7.2 version...
By
pradeep...@...
·
#987
·
|
|
Re: A few observations about JanusGraph scripts / config files.
What OS/environment are your running this on?
datazone. cool.
What OS/environment are your running this on?
datazone. cool.
|
By
Jason Plurad <plu...@...>
·
#986
·
|
|
Re: A few observations about JanusGraph scripts / config files.
Hi,
I've been also getting the same timeout error and didn't get any success so far.
Please help me to understand where is gap, nothing is coming in cassandra.log file also.
./janusgraph.sh
Hi,
I've been also getting the same timeout error and didn't get any success so far.
Please help me to understand where is gap, nothing is coming in cassandra.log file also.
./janusgraph.sh
|
By
pradeep...@...
·
#985
·
|
|
Gremlin and JanusGraph with NodeJS: too many open files.
I run a .js file that read from mysql, and insert in Janus, record by record. The script read 1 record from mysql, insert a vertex in Janus, wait for the response then read another record from mysql.
I run a .js file that read from mysql, and insert in Janus, record by record. The script read 1 record from mysql, insert a vertex in Janus, wait for the response then read another record from mysql.
|
By
Augusto Will <pw...@...>
·
#984
·
|
|
Re: JanusGraph Authentication from Python/Java
Hi Debasish,
You can use JanusGraph in two ways:
In combination with gremlin server (both java and python), then see the authentication section
Hi Debasish,
You can use JanusGraph in two ways:
In combination with gremlin server (both java and python), then see the authentication section
|
By
HadoopMarc <bi...@...>
·
#983
·
|
|
Re: Where to find Janusgraph Java Api usage sample codes
We have some code examples in the repository:
https://github.com/JanusGraph/janusgraph/tree/master/janusgraph-examples
We have some code examples in the repository:
https://github.com/JanusGraph/janusgraph/tree/master/janusgraph-examples
|
By
Misha Brukman <mbru...@...>
·
#982
·
|
|
Re: Where to find Janusgraph Java Api usage sample codes
Hi Dilan,
The preferred method to interact with JanusGraph is through the TinkerPop API, specifically Gremlin [1]. Gremlin is built on top
of the internal API, but much more expressive. Is there a
Hi Dilan,
The preferred method to interact with JanusGraph is through the TinkerPop API, specifically Gremlin [1]. Gremlin is built on top
of the internal API, but much more expressive. Is there a
|
By
Ted Wilmes <twi...@...>
·
#981
·
|
|
JanusGraph Authentication from Python/Java
Hi,
I wanted to implement a simple Database connector for JanusGraph. A basic for each connector for Database, may it be relational or anything requires an authentication string. Is there any way I
Hi,
I wanted to implement a simple Database connector for JanusGraph. A basic for each connector for Database, may it be relational or anything requires an authentication string. Is there any way I
|
By
Debasish Kanhar <d.k...@...>
·
#980
·
|
|
Where to find Janusgraph Java Api usage sample codes
Hello,
Is there any place to find out code samples developed using Janusgraph Java API?
There are plenty of sample codes for creating vertices, adding edges etc.
But when i see the Janusgraph java api
Hello,
Is there any place to find out code samples developed using Janusgraph Java API?
There are plenty of sample codes for creating vertices, adding edges etc.
But when i see the Janusgraph java api
|
By
Dilan Ranasinghe <dila...@...>
·
#979
·
|
|
JanusGraph Authentication from Python/Java
Hi,
I wanted to implement a simple Database connector for JanusGraph. A basic for each connector for Database, may it be relational or anything requires an authentication string. Is there any way I
Hi,
I wanted to implement a simple Database connector for JanusGraph. A basic for each connector for Database, may it be relational or anything requires an authentication string. Is there any way I
|
By
d.k...@...
·
#978
·
|
|
how to analyze profile(), explain() output
Hi,
I am using profile(), explain() to see what composite / mixed index are getting used.
gremlin> g.V().has('vl','tag').has('mob','0').count().profile()
==>Traversal Metrics
Step
Hi,
I am using profile(), explain() to see what composite / mixed index are getting used.
gremlin> g.V().has('vl','tag').has('mob','0').count().profile()
==>Traversal Metrics
Step
|
By
Ankur Goel <ankur...@...>
·
#977
·
|
|
Re: Janus Graph support for HBase 2.0.0 and Solr 6.x
Could you share why you (Atlas) are looking to HBase 2.0?
There are going to be 2.0.0-alpha4 and beta's. It will be a few months away, optimistically.
We can start the working to supporting it
Could you share why you (Atlas) are looking to HBase 2.0?
There are going to be 2.0.0-alpha4 and beta's. It will be a few months away, optimistically.
We can start the working to supporting it
|
By
Jerry He <jerr...@...>
·
#975
·
|