|
Support for ES 5 and Cassandra datastax driver
Hi,
Does Janus graph have support Elasticsearch 5.4 and cassandra using Datastax CQL driver instead of astyanax client ?
thanks
Mountu
Hi,
Does Janus graph have support Elasticsearch 5.4 and cassandra using Datastax CQL driver instead of astyanax client ?
thanks
Mountu
|
By
Mountu Jinwala <maji...@...>
·
#375
·
|
|
Re: Who is using JanusGraph in production?
Hi Jimmy, as you would expect, here at IBM we have a lot of projects underway that will use Janus Graph.
I try not to do product ads on open source lists but for sure we are adopters in fact I have
Hi Jimmy, as you would expect, here at IBM we have a lot of projects underway that will use Janus Graph.
I try not to do product ads on open source lists but for sure we are adopters in fact I have
|
By
Kelvin Lawrence <kelvin....@...>
·
#374
·
|
|
keyspaces in JanusGraph
Hi All,
Cassandra allows definition of multiple keyspaces. I am using nodejs w/GremlinClient module (npm install gremlin-client) to handle query execution. Although I know how to set up a keyspace,
Hi All,
Cassandra allows definition of multiple keyspaces. I am using nodejs w/GremlinClient module (npm install gremlin-client) to handle query execution. Although I know how to set up a keyspace,
|
By
Peter Musial <pmmu...@...>
·
#373
·
|
|
java.io.EOFException in kryo+blvp error in bulk loading
Hi all,
I was using the Kryo format and BulkLoaderVertexProgram to load large files into Janusgraph, and encountered an error:
gremlin>
Hi all,
I was using the Kryo format and BulkLoaderVertexProgram to load large files into Janusgraph, and encountered an error:
gremlin>
|
By
Elizabeth <hlf...@...>
·
#372
·
|
|
Loading 10k nodes on Janusgraph/BerkeleyDB
Hi,
I'm running Janusgraph 0.1.1, on OSX. Berkeley db is the backend. I used xms256m and xmx5g
I'm trying to load a graphson into Janus. There are various graphson of various sizes.
When the graphson
Hi,
I'm running Janusgraph 0.1.1, on OSX. Berkeley db is the backend. I used xms256m and xmx5g
I'm trying to load a graphson into Janus. There are various graphson of various sizes.
When the graphson
|
By
Damien Seguy <damie...@...>
·
#371
·
|
|
Re: MapReduceIndexManagement reindex not completing successfully
// Open a graph
graph = JanusGraphFactory.open("target.properties")
g = graph.traversal()
// Define a property
mgmt = graph.openManagement()
desc =
// Open a graph
graph = JanusGraphFactory.open("target.properties")
g = graph.traversal()
// Define a property
mgmt = graph.openManagement()
desc =
|
By
Nigel Brown <nigel...@...>
·
#370
·
|
|
MapReduceIndexManagement reindex not completing successfully
I am using a snapshot build, janusgraph-0.2.0-SNAPSHOT-hadoop2, and I am trying to reindex a mixed index using a map reduce job.
graph = JanusGraphFactory.open('target.properties')
mgmt =
I am using a snapshot build, janusgraph-0.2.0-SNAPSHOT-hadoop2, and I am trying to reindex a mixed index using a map reduce job.
graph = JanusGraphFactory.open('target.properties')
mgmt =
|
By
nigel...@...
·
#369
·
|
|
Re: professional support for JanusGraph
Good point. Thank you.
By
Peter Musial <pmmu...@...>
·
#368
·
|
|
Re: professional support for JanusGraph
Hi Peter, I try not to do product ads on open source mailing lists so I'll just mention, in case others find this thread, that there are definitely going to be announcements in this area from at
Hi Peter, I try not to do product ads on open source mailing lists so I'll just mention, in case others find this thread, that there are definitely going to be announcements in this area from at
|
By
Kelvin Lawrence <kelvin....@...>
·
#367
·
|
|
Re: bulk loading error
And this was the answer that Eliz referred to above:
Hi Eliz,
Good to hear that you make progress. I do not see this post on the gremlin users list. Would you be so kind as to post it there?
And this was the answer that Eliz referred to above:
Hi Eliz,
Good to hear that you make progress. I do not see this post on the gremlin users list. Would you be so kind as to post it there?
|
By
HadoopMarc <m.c.d...@...>
·
#366
·
|
|
Re: bulk loading error
Hi Eliz,
For your first code snippet, you'll need to add in a periodic commit every X number of vertices instead of after you've loaded the whole file. That X will vary depending on your hardware,
Hi Eliz,
For your first code snippet, you'll need to add in a periodic commit every X number of vertices instead of after you've loaded the whole file. That X will vary depending on your hardware,
|
By
Ted Wilmes <twi...@...>
·
#365
·
|
|
bulk loading error
Hi Marc,
This is for your request for posting here:)
Thank so much! I indeed followed "the powers of ten", and made it even simpler to load -- not to check if the vertex is already existent, I have
Hi Marc,
This is for your request for posting here:)
Thank so much! I indeed followed "the powers of ten", and made it even simpler to load -- not to check if the vertex is already existent, I have
|
By
Elizabeth <hlf...@...>
·
#364
·
|
|
Re: professional support for JanusGraph
The folks at Expero do.
http://experoinc.com
LynnBender
http://twitter.com/linearb
http://www.linkedin.com/in/lynnbender/
The folks at Expero do.
http://experoinc.com
LynnBender
http://twitter.com/linearb
http://www.linkedin.com/in/lynnbender/
|
By
Lynn Bender <ly...@...>
·
#362
·
|
|
professional support for JanusGraph
Hi All,
Are there companies that provide professional support for production deployments?
Regards,
Peter
Hi All,
Are there companies that provide professional support for production deployments?
Regards,
Peter
|
By
Peter Musial <pmmu...@...>
·
#361
·
|
|
Re: Cassandra/HBase storage backend issues
Jason, thanks for that! I learned something new. And for those using the latest 0.2-SNAPSHOT, here's the solr 6.6 guide -
Jason, thanks for that! I learned something new. And for those using the latest 0.2-SNAPSHOT, here's the solr 6.6 guide -
|
By
Robert Dale <rob...@...>
·
#363
·
|
|
Re: How can i keep the vertex which i want to add is unique?
Thank you Jason, and we have many of duplicated vertex, How can I do with janusgraph more effectively? We query a vertex and judge the existence then decide what next to do, that's very low
Thank you Jason, and we have many of duplicated vertex, How can I do with janusgraph more effectively? We query a vertex and judge the existence then decide what next to do, that's very low
|
By
huu...@...
·
#360
·
|
|
Re: Cassandra/HBase storage backend issues
Hi Mike,
One thing you should watch out for is making sure that your transaction handling is clean. Check out the TinkerPop docs on Graph Transactions, especially the 3rd paragraph. It helps to do a
Hi Mike,
One thing you should watch out for is making sure that your transaction handling is clean. Check out the TinkerPop docs on Graph Transactions, especially the 3rd paragraph. It helps to do a
|
By
Jason Plurad <plu...@...>
·
#359
·
|
|
Re: Streaming graph data
The Gephi integration with TinkerPop was done as a Gremlin Console plugin, so it's not cleanly separated out for use from a standalone Java program. Ultimately, it looks like it only uses a couple
The Gephi integration with TinkerPop was done as a Gremlin Console plugin, so it's not cleanly separated out for use from a standalone Java program. Ultimately, it looks like it only uses a couple
|
By
Jason Plurad <plu...@...>
·
#358
·
|
|
Re: MixedIndex naming convention
I think all of the answers are already in the docs (see the Note box in the ES Configuration Overview and Index Creation Options). If there are specific ways you think the docs could be improved, it
I think all of the answers are already in the docs (see the Note box in the ES Configuration Overview and Index Creation Options). If there are specific ways you think the docs could be improved, it
|
By
Jason Plurad <plu...@...>
·
#357
·
|
|
Re: When janusgraph can support ES 5.x in the future?
The next release will have support for ES 5.x. The code is already integrated on the master branch.
-- Jason
The next release will have support for ES 5.x. The code is already integrated on the master branch.
-- Jason
|
By
Jason Plurad <plu...@...>
·
#356
·
|