|
Re: janusgraph solr cassandra GraphOfTheGodsFactory
Thanks for the reply, that worked for GraphOfTheGods
Thanks for the reply, that worked for GraphOfTheGods
|
By
mahi...@...
·
#433
·
|
|
Re: Possibility of index out of sync with graph
Hi Ralf,
It is still an issue. I've reproduced it and opened up https://github.com/JanusGraph/janusgraph/issues/410
-- Jason
Hi Ralf,
It is still an issue. I've reproduced it and opened up https://github.com/JanusGraph/janusgraph/issues/410
-- Jason
|
By
Jason Plurad <plu...@...>
·
#432
·
|
|
Re: Possibility of index out of sync with graph
Hi Austin,
Has https://github.com/thinkaurelius/titan/issues/788 been resolved somewhere on the way?
Ralf
Hi Austin,
Has https://github.com/thinkaurelius/titan/issues/788 been resolved somewhere on the way?
Ralf
|
By
Ralf Steppacher <ralf....@...>
·
#431
·
|
|
Re: New user-JanusGraph consistency with Cassandra
Hey Stephen,
The first source of information on this can be grabbed directly from the JanusGraph documentation http://docs.janusgraph.org/latest/tx.html:
```
JanusGraph transactions are not
Hey Stephen,
The first source of information on this can be grabbed directly from the JanusGraph documentation http://docs.janusgraph.org/latest/tx.html:
```
JanusGraph transactions are not
|
By
David Pitera <piter...@...>
·
#430
·
|
|
Re: professional support for JanusGraph
Hey Peter;
Compose is one company that provides a fully hosted and managed JanusGraph deployment option: https://www.compose.com/databases/janusgraph.
Hey Peter;
Compose is one company that provides a fully hosted and managed JanusGraph deployment option: https://www.compose.com/databases/janusgraph.
|
By
David Pitera <piter...@...>
·
#429
·
|
|
Re: Handling backend connection issues on Gremlin-Server start up
> ) Is this normal behavior to have Gremlin-Server continue even though the selected backend cannot be contacted on start up?
I think so yes because the way a backend becomes connected to is that we
> ) Is this normal behavior to have Gremlin-Server continue even though the selected backend cannot be contacted on start up?
I think so yes because the way a backend becomes connected to is that we
|
By
David Pitera <piter...@...>
·
#428
·
|
|
Re: Error during serialization: Cannot get namespace of root
Hey Ramesh,
I have seen this issue before but only when the query you issue is actually returning a Graph reference itself; and I've only seen it in the context of an Http query. This leads me to
Hey Ramesh,
I have seen this issue before but only when the query you issue is actually returning a Graph reference itself; and I've only seen it in the context of an Http query. This leads me to
|
By
David Pitera <piter...@...>
·
#427
·
|
|
Re: keyspaces in JanusGraph
Hey Peter; as Ted said you can define which keyspace you connect to using the appropriate configuration property when defining your graph's .properties file.
Also be aware of this PR
Hey Peter; as Ted said you can define which keyspace you connect to using the appropriate configuration property when defining your graph's .properties file.
Also be aware of this PR
|
By
David Pitera <piter...@...>
·
#426
·
|
|
New user-JanusGraph consistency with Cassandra
Hello,
I am evaluating Janusgraph for a project. If backed with Cassandra and set to Quorum or ALL consistency in Cassandra config, and if I use transactions with consistency locking for all of my
Hello,
I am evaluating Janusgraph for a project. If backed with Cassandra and set to Quorum or ALL consistency in Cassandra config, and if I use transactions with consistency locking for all of my
|
By
stephenr...@...
·
#425
·
|
|
Re: Schema management tools
Jason, this looks like the tool you mentioned. https://github.com/yhwang/janusgraph-utils and slide share: https://www.slideshare.net/ChinHuang4/onboarding-with-janusgraph-performance
Jason, this looks like the tool you mentioned. https://github.com/yhwang/janusgraph-utils and slide share: https://www.slideshare.net/ChinHuang4/onboarding-with-janusgraph-performance
|
By
Robert Dale <rob...@...>
·
#424
·
|
|
Re: How can I tell if indices are being used in a query (intercepting the log)
The only way I found was to step through the code. While stepping, I didn't see any logs that were there to be missed.
What we really want is for this to be part of the output of the explain step
The only way I found was to step through the code. While stepping, I didn't see any logs that were there to be missed.
What we really want is for this to be part of the output of the explain step
|
By
Nigel Brown <nigel...@...>
·
#423
·
|
|
Re: Is textRegex using search backends?
The key here is not to used two indices (janus will pick one) but to use TEXTSTRING. See http://docs.janusgraph.org/latest/index-parameters.html#_full_text_and_string_search
The key here is not to used two indices (janus will pick one) but to use TEXTSTRING. See http://docs.janusgraph.org/latest/index-parameters.html#_full_text_and_string_search
|
By
Nigel Brown <nigel...@...>
·
#422
·
|
|
Re: janusgraph solr cassandra GraphOfTheGodsFactory
When I've done this test before I've needed to create a core for both edges and
When I've done this test before I've needed to create a core for both edges and
|
By
sju...@...
·
#421
·
|
|
janusgraph solr cassandra GraphOfTheGodsFactory
Error trying to load GraphOfTheGodsFactory into janusgraph-cassandra-solr
Steps:
1) download cassandra, copy cassandra.yaml from janusgraph/cassandra/cassandra.yaml ->
Error trying to load GraphOfTheGodsFactory into janusgraph-cassandra-solr
Steps:
1) download cassandra, copy cassandra.yaml from janusgraph/cassandra/cassandra.yaml ->
|
By
mahi...@...
·
#420
·
|
|
Re: JanusGraph support for Cassandra 3.x
Hi Robert,I've used the thrift and astyanax adapters and as of late, I've been dipping my toes into the new CQL adapter. So far that has worked well too against Apache Cassandra and Scylla 1.6.
--Ted
Hi Robert,I've used the thrift and astyanax adapters and as of late, I've been dipping my toes into the new CQL adapter. So far that has worked well too against Apache Cassandra and Scylla 1.6.
--Ted
|
By
Ted Wilmes <twi...@...>
·
#418
·
|
|
Re: JanusGraph support for Cassandra 3.x
Ted, what driver do you use?
Robert Dale
Ted, what driver do you use?
Robert Dale
|
By
Robert Dale <rob...@...>
·
#419
·
|
|
Re: JanusGraph support for Cassandra 3.x
Hi Vijaya,
I haven't had any issues running Janus in OLTP mode against Cassandra 3. Issue 172 is a problem if you want to run analytic queries using the TinkerPop SparkGraphComputer against your Janus
Hi Vijaya,
I haven't had any issues running Janus in OLTP mode against Cassandra 3. Issue 172 is a problem if you want to run analytic queries using the TinkerPop SparkGraphComputer against your Janus
|
By
Ted Wilmes <twi...@...>
·
#417
·
|
|
Re: Who is using JanusGraph in production?
Hi,
we at CELUM released another blog post. It describes how we fetch data from JanusGraph via an intermediate query language right from our front-end:
Hi,
we at CELUM released another blog post. It describes how we fetch data from JanusGraph via an intermediate query language right from our front-end:
|
By
Rainer Pichler <rain...@...>
·
#416
·
|
|
JanusGraph support for Cassandra 3.x
Dear All,
Can we uses Janusgraph with Cassandra 3.x (as per docs it is mentioned only 2.1.z)? if not supported, Any new release planned with support for cassandra 3.x and when can it be expected?
I
Dear All,
Can we uses Janusgraph with Cassandra 3.x (as per docs it is mentioned only 2.1.z)? if not supported, Any new release planned with support for cassandra 3.x and when can it be expected?
I
|
By
boonof...@...
·
#415
·
|
|
Issues about loading data into JanusGraph
I have billions of vertices and edges to load into JanusGraph. Writing into it one by one is too slow for me. I've been looking for methods to do batch loading. Here is some methods and tools I know
I have billions of vertices and edges to load into JanusGraph. Writing into it one by one is too slow for me. I've been looking for methods to do batch loading. Here is some methods and tools I know
|
By
Junfei Hu <hujunf...@...>
·
#414
·
|