|
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
·
|
|
Re: Janus Graph support for HBase 2.0.0 and Solr 6.x
We have not done compatibility testing against HBase 2.0.0-alpha-3. Do you have some info on when HBase 2.0 will release?
I'd also note that the stable link on the HBase site still points at the HBase
We have not done compatibility testing against HBase 2.0.0-alpha-3. Do you have some info on when HBase 2.0 will release?
I'd also note that the stable link on the HBase site still points at the HBase
|
By
Jason Plurad <plu...@...>
·
#974
·
|
|
Re: Janus Graph support for HBase 2.0.0 and Solr 6.x
The upcoming JanusGraph 0.2.0 will be compatible with HBase 1.3.z and Solr 6.x / 7.x (see compatible versions in GitHub; it's a bit hard to read because it's not formatted properly, but it's there).
The upcoming JanusGraph 0.2.0 will be compatible with HBase 1.3.z and Solr 6.x / 7.x (see compatible versions in GitHub; it's a bit hard to read because it's not formatted properly, but it's there).
|
By
Misha Brukman <mbru...@...>
·
#976
·
|
|
Janus Graph support for HBase 2.0.0 and Solr 6.x
Hello,
We are planning to replace Titan DB with JanusGraph for Apache Atlas. I noticed in version compatibility of Janus graph that it supports HBase (0.98.z, 1.0.z, 1.1.z, 1.2.z) and Solr (5.2.z)
Hello,
We are planning to replace Titan DB with JanusGraph for Apache Atlas. I noticed in version compatibility of Janus graph that it supports HBase (0.98.z, 1.0.z, 1.1.z, 1.2.z) and Solr (5.2.z)
|
By
Sarath Kumar <sarat...@...>
·
#973
·
|
|
Re: Bulk loading into JanusGraph with HBase
Thank you for the hint,
I've updated my code with the implementation of the multi-thread logic.
I didn't test the performance yet.
Thank you for the hint,
I've updated my code with the implementation of the multi-thread logic.
I didn't test the performance yet.
|
By
Michele Polonioli <michele....@...>
·
#972
·
|
|
how to do bulk updating a graph via java api
Hi,
I'm performing a graph update via janugraph java api.
I get around 1000 graph update at once.
So what i do is updating graph in a loop as below.
JanusGraphTransaction tx =
Hi,
I'm performing a graph update via janugraph java api.
I get around 1000 graph update at once.
So what i do is updating graph in a loop as below.
JanusGraphTransaction tx =
|
By
Dilan Ranasinghe <dila...@...>
·
#971
·
|
|
Re: Managed memory leaks using the BulkLoaderVertexProgram
Great! Thanks for reporting back, that ids.flush=false is the missing variable. I've entered an issue [1] for that so we can fix or at
least document the incompatibility with the
Great! Thanks for reporting back, that ids.flush=false is the missing variable. I've entered an issue [1] for that so we can fix or at
least document the incompatibility with the
|
By
Ted Wilmes <twi...@...>
·
#970
·
|
|
Re: Managed memory leaks using the BulkLoaderVertexProgram
Thanks Ted. Thanks for your suggestions for adding an index to the bulk loader. That makes sense. Also, thanks for pointing that SPARK JIRA ticket.
I did have to make an additional change to solve
Thanks Ted. Thanks for your suggestions for adding an index to the bulk loader. That makes sense. Also, thanks for pointing that SPARK JIRA ticket.
I did have to make an additional change to solve
|
By
amark...@...
·
#969
·
|
|
[meet-up] - Graph Technology/Janusgraph meet-up - 10/18 @ Santa Clara
Dear Janusgraph dev and user,
I'd like to share the information about the coming meetup about Graph Database.
During the meetup, we will have our own Jason Plurad from IBM to talk about
Dear Janusgraph dev and user,
I'd like to share the information about the coming meetup about Graph Database.
During the meetup, we will have our own Jason Plurad from IBM to talk about
|
By
Demai Ni <nid...@...>
·
#968
·
|
|
Re: Bulk loading into JanusGraph with HBase
Thank you, reducing the batch size did help.
If you want to see some configuration of the cluster please ask, because I don't know where to look for better configuration.
Thank you, reducing the batch size did help.
If you want to see some configuration of the cluster please ask, because I don't know where to look for better configuration.
|
By
Michele Polonioli <michele....@...>
·
#967
·
|
|
Re: Managed memory leaks using the BulkLoaderVertexProgram
Hi Ashish,
Read through your memory specific problem too quickly, those scary looking errors are actually ok, you can see an explanation here:
https://issues.apache.org/jira/browse/SPARK-14168
For the
Hi Ashish,
Read through your memory specific problem too quickly, those scary looking errors are actually ok, you can see an explanation here:
https://issues.apache.org/jira/browse/SPARK-14168
For the
|
By
Ted Wilmes <twi...@...>
·
#966
·
|
|
Re: Managed memory leaks using the BulkLoaderVertexProgram
Hey Ted,
Tried setting gremlin.spark.persistStorageLevel=DISK_ONLY, but still getting
Thanks
Ashish
Hey Ted,
Tried setting gremlin.spark.persistStorageLevel=DISK_ONLY, but still getting
Thanks
Ashish
|
By
amark...@...
·
#965
·
|
|
Re: Managed memory leaks using the BulkLoaderVertexProgram
You should be able to use Spark in standalone mode, just as it comes with JanusGraph, to load that amount of data. Here is one more thing you can try, I usually run bulk loads with this set in my
You should be able to use Spark in standalone mode, just as it comes with JanusGraph, to load that amount of data. Here is one more thing you can try, I usually run bulk loads with this set in my
|
By
Ted Wilmes <twi...@...>
·
#964
·
|
|
Re: Managed memory leaks using the BulkLoaderVertexProgram
I guess my bigger question is
What do I need to setup in the env for getting the bulk loader to work
I have installed a local instance of hadoop on my EC2 instance, and added this
export
I guess my bigger question is
What do I need to setup in the env for getting the bulk loader to work
I have installed a local instance of hadoop on my EC2 instance, and added this
export
|
By
amark...@...
·
#963
·
|