|
Re: org.apache.tinkerpop.gremlin.groovy.plugin.RemoteException
A lot of use cases may not want the default behavior to be that labels are indexed. While I agree it should be an optional feature, in a graph where a lot of the nodes have the same label name you may
A lot of use cases may not want the default behavior to be that labels are indexed. While I agree it should be an optional feature, in a graph where a lot of the nodes have the same label name you may
|
By
Kelvin Lawrence <kelvin....@...>
·
#955
·
|
|
Re: Graph Databases, Gremlin & TinkerPop
Thanks Jason,
It's been a lot of fun putting it together and as time permits I will be adding to it and filling in the blanks. I tweaked a few things this morning in fact!
Cheers,
Kelvin
Thanks Jason,
It's been a lot of fun putting it together and as time permits I will be adding to it and filling in the blanks. I tweaked a few things this morning in fact!
Cheers,
Kelvin
|
By
Kelvin Lawrence <kelvin....@...>
·
#954
·
|
|
Re: Graph Databases, Gremlin & TinkerPop
That is so awesome! have been looking for a good book with a hands-on approach
Thank you!
That is so awesome! have been looking for a good book with a hands-on approach
Thank you!
|
By
Christos Vasilakis <cvas...@...>
·
#953
·
|
|
Re: Graph Databases, Gremlin & TinkerPop
Wow! Thank you!
On 10/6/2017 2:39 PM, Jason Plurad wrote:
Wow! Thank you!
On 10/6/2017 2:39 PM, Jason Plurad wrote:
|
By
Joe Obernberger <joseph.o...@...>
·
#952
·
|
|
Re: Graph Databases, Gremlin & TinkerPop
Thanks!
By
Vladyslav Kosulin <vkos...@...>
·
#950
·
|
|
Graph Databases, Gremlin & TinkerPop
On behalf of Kelvin Lawrence, I'd like to share with the community this new resource that he has made available:
https://github.com/krlawrence/graph
For offline
On behalf of Kelvin Lawrence, I'd like to share with the community this new resource that he has made available:
https://github.com/krlawrence/graph
For offline
|
By
Jason Plurad <plu...@...>
·
#951
·
|
|
Re: Bulk loading into JanusGraph with HBase
We are having similar issues with performance loading graph data into Janus backed by HBase. I agree with Jason, we didn't have any issues with doing all the mgmt calls in one go.
One
We are having similar issues with performance loading graph data into Janus backed by HBase. I agree with Jason, we didn't have any issues with doing all the mgmt calls in one go.
One
|
By
Joe Obernberger <joseph.o...@...>
·
#949
·
|
|
Re: Bulk loading into JanusGraph with HBase
https://drive.google.com/file/d/0B-f-jjH6bDhnZUx1RkoyOElEQlE/view?usp=sharing
Here there is a zip containing the data that took 12h on a cluster.
I also tried to load that data on JanuGraph-HBase with
https://drive.google.com/file/d/0B-f-jjH6bDhnZUx1RkoyOElEQlE/view?usp=sharing
Here there is a zip containing the data that took 12h on a cluster.
I also tried to load that data on JanuGraph-HBase with
|
By
Michele Polonioli <michele....@...>
·
#947
·
|
|
Re: Bulk loading into JanusGraph with HBase
I created a repository on GitHub with my code and a very small csv samples here: https://github.com/mpolonioli/JanusGraph-importer-example.
The csv files that i provided with the repo is a very small
I created a repository on GitHub with my code and a very small csv samples here: https://github.com/mpolonioli/JanusGraph-importer-example.
The csv files that i provided with the repo is a very small
|
By
Michele Polonioli <michele....@...>
·
#946
·
|
|
Re: Bulk loading into JanusGraph with HBase
Thanks for providing the code. It would be even better if you shared everything as a GitHub project that's easy to clone and build, contains the CSV files, and also the specific parameters you're
Thanks for providing the code. It would be even better if you shared everything as a GitHub project that's easy to clone and build, contains the CSV files, and also the specific parameters you're
|
By
Jason Plurad <plu...@...>
·
#945
·
|
|
Re: Edge creation taking too much time
Your composite index won't used for all three properties because it contains a range predicate gt(). You can check what, if any, indexes are being used by using 'profile()'. You may want to create a
Your composite index won't used for all three properties because it contains a range predicate gt(). You can check what, if any, indexes are being used by using 'profile()'. You may want to create a
|
By
Robert Dale <rob...@...>
·
#948
·
|
|
Re: Edge propert doesn't support SET cardinality ?
You can start by creating a feature request with TinkerPop - http://tinkerpop.apache.org/
You can start by creating a feature request with TinkerPop - http://tinkerpop.apache.org/
|
By
Robert Dale <rob...@...>
·
#944
·
|
|
Edge creation taking too much time
Hi,
I am having (3 node cassandra cluster + single node solr cloud).
lead=g.V().has("lid",
Hi,
I am having (3 node cassandra cluster + single node solr cloud).
lead=g.V().has("lid",
|
By
Ankur Goel <ankur...@...>
·
#943
·
|
|
Re: Edge propert doesn't support SET cardinality ?
Yes this feature is required, in absence it leads to multiple edge creation for a multi value property.
~
Yes this feature is required, in absence it leads to multiple edge creation for a multi value property.
~
|
By
Ankur Goel <ankur...@...>
·
#942
·
|
|
Re: Edge propert doesn't support SET cardinality ?
Hi,
Is there a specific reason why it is not implemented on edges ?
Thanks
Hi,
Is there a specific reason why it is not implemented on edges ?
Thanks
|
By
Suny <sahithiy...@...>
·
#941
·
|
|
Build JanusGraph from RDF/OWL file
Hi,
Is it possible to build one JanusGraph from RDF/OWL file? Please advice me about the same.
Thanks
Hi,
Is it possible to build one JanusGraph from RDF/OWL file? Please advice me about the same.
Thanks
|
By
Sreekanth S <sreeka...@...>
·
#938
·
|
|
Bulk loading into JanusGraph with HBase
I have JanusGraph using Hbase as backend storage on an Hadoop cluster.
I need to load a very large quantity of data that represents a social network graph mapped in csv files.
By now I created a java
I have JanusGraph using Hbase as backend storage on an Hadoop cluster.
I need to load a very large quantity of data that represents a social network graph mapped in csv files.
By now I created a java
|
By
Michele Polonioli <michele....@...>
·
#937
·
|
|
Re: Unknown compressor type with sparkGraphComputer
Hi Ajay,
I have no idea what is happening here, but since you use gremlin console, you could try the remote-object.yaml as an alternative.
Any one else?
Marc
Op donderdag 5 oktober 2017 13:59:35 UTC+2
Hi Ajay,
I have no idea what is happening here, but since you use gremlin console, you could try the remote-object.yaml as an alternative.
Any one else?
Marc
Op donderdag 5 oktober 2017 13:59:35 UTC+2
|
By
marc.d...@...
·
#936
·
|
|
Re: Unknown compressor type with sparkGraphComputer
Hi Marc,
gremlin-server.yaml —>
host: dev-3
port: 8182
scriptEvaluationTimeout: 30000
channelizer: org.apache.tinkerpop.gremlin.server.channel.WebSocketChannelizer
graphs: {
graph:
Hi Marc,
gremlin-server.yaml —>
host: dev-3
port: 8182
scriptEvaluationTimeout: 30000
channelizer: org.apache.tinkerpop.gremlin.server.channel.WebSocketChannelizer
graphs: {
graph:
|
By
Ajay Srivastava <Ajay.Sr...@...>
·
#940
·
|
|
Re: Unknown compressor type with sparkGraphComputer
Hi Ajay,
Never tried this myself. Could you post the remote.yaml and gremlin-server.yaml files too (if they deviate from the distribution ones)? This way others will easier recognize serialization
Hi Ajay,
Never tried this myself. Could you post the remote.yaml and gremlin-server.yaml files too (if they deviate from the distribution ones)? This way others will easier recognize serialization
|
By
marc.d...@...
·
#935
·
|