|
Re: How to see the ns (name space) values of janus graph
Hi
I am using the below code to load the RDF data to janus graph -
from rdf2g import setup_graph
DEFAULT_LOCAL_CONNECTION_STRING = "ws://localhost:8182/gremlin"
g =
Hi
I am using the below code to load the RDF data to janus graph -
from rdf2g import setup_graph
DEFAULT_LOCAL_CONNECTION_STRING = "ws://localhost:8182/gremlin"
g =
|
By
Arpan Jain <arpan...@...>
·
#5504
·
|
|
Serialization of properties of properties
The docs describes that properties can have properties too. https://docs.janusgraph.org/advanced-topics/advschema/#multi-properties
For example:
alice -age-> 23 -source-> foo
The docs describes that properties can have properties too. https://docs.janusgraph.org/advanced-topics/advschema/#multi-properties
For example:
alice -age-> 23 -source-> foo
|
By
Laura Morales <laur...@...>
·
#5499
·
|
|
Re: docker base tests for scylladb stopped working
Hi
If you like you could open an issue for it.
We already have a flag to run test against different version of Cassandra you could add Scylla to this test, if you like.
Greetings,
Jan
Hi
If you like you could open an issue for it.
We already have a flag to run test against different version of Cassandra you could add Scylla to this test, if you like.
Greetings,
Jan
|
By
Jan Jansen <faro...@...>
·
#5491
·
|
|
[ANNOUNCE] JanusGraph 0.5.3 Release
The JanusGraph Technical Steering Committee is excited to announce the release of JanusGraph 0.5.3.
JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of
The JanusGraph Technical Steering Committee is excited to announce the release of JanusGraph 0.5.3.
JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of
|
By
"alex...@gmail.com" <alexand...@...>
·
#5490
·
|
|
Re: docker base tests for scylladb stopped working
close look seem to there a new PR
https://github.com/testcontainers/testcontainers-java/pull/3021
that breaks taking scylla docker as a drop in replacement in the tests...
since it's name doesn't
close look seem to there a new PR
https://github.com/testcontainers/testcontainers-java/pull/3021
that breaks taking scylla docker as a drop in replacement in the tests...
since it's name doesn't
|
By
Israel Fruchter <fr...@...>
·
#5489
·
|
|
Re: docker base tests for scylladb stopped working
seem like this one the breaks the code:
commit f52250f092cfe310916a6a9e743a4ba2a4b62607 (HEAD)
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon
seem like this one the breaks the code:
commit f52250f092cfe310916a6a9e743a4ba2a4b62607 (HEAD)
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon
|
By
Israel Fruchter <fr...@...>
·
#5488
·
|
|
Re: How to see the ns (name space) values of janus graph
Hi,
I am not aware of any JanusGraph properties that apply specifically to rdf or url data. Can you explain how you "upload" an rdf triple to janusgraph and give an example how the data look like as
Hi,
I am not aware of any JanusGraph properties that apply specifically to rdf or url data. Can you explain how you "upload" an rdf triple to janusgraph and give an example how the data look like as
|
By
HadoopMarc <bi...@...>
·
#5487
·
|
|
Re: Could not alias [g] to [g] as [g]
OK, I understand now what you mean with "I see this error only on my server ". What happens if you try to open a websocket connection with a test webscocket client, e.g. for
OK, I understand now what you mean with "I see this error only on my server ". What happens if you try to open a websocket connection with a test webscocket client, e.g. for
|
By
HadoopMarc <bi...@...>
·
#5486
·
|
|
Re: Could not alias [g] to [g] as [g]
I'm using the docker version and I haven't changed anything. Where do I find the yaml config? I've tested it on 2 PC's (ubuntu and windows) and it works without a problem. It doesn't work only on a
I'm using the docker version and I haven't changed anything. Where do I find the yaml config? I've tested it on 2 PC's (ubuntu and windows) and it works without a problem. It doesn't work only on a
|
By
Yamiteru XYZ <yamit...@...>
·
#5485
·
|
|
docker base tests for scylladb stopped working
Recently the docker base tests for scylladb stopped working
the last confirmed one that was working (in our CI) was c97e84ef401d5a17c4c0b37c1af5fdad06db06fd
how can I figure out what is the issue
Recently the docker base tests for scylladb stopped working
the last confirmed one that was working (in our CI) was c97e84ef401d5a17c4c0b37c1af5fdad06db06fd
how can I figure out what is the issue
|
By
Israel Fruchter <fr...@...>
·
#5484
·
|
|
Re: Could not alias [g] to [g] as [g]
Hi,
Can you show the gremlin server yaml config file (part of janusgraph) as well as the groovy script file it refers to? The groovy script should define the GraphTraversalSource g that you want to
Hi,
Can you show the gremlin server yaml config file (part of janusgraph) as well as the groovy script file it refers to? The groovy script should define the GraphTraversalSource g that you want to
|
By
HadoopMarc <bi...@...>
·
#5479
·
|
|
Re: Database Level Caching
Hi Boxuan,
I have configured janusgraph with:
cache.db-cache-time: 600000 cache.db-cache: true
cache.db-cache-size: 50000000
index.search.elasticsearch.create.ext.number_of_replicas:
Hi Boxuan,
I have configured janusgraph with:
cache.db-cache-time: 600000 cache.db-cache: true
cache.db-cache-size: 50000000
index.search.elasticsearch.create.ext.number_of_replicas:
|
By
Nicolas Trangosi <nicolas...@...>
·
#5482
·
|
|
Re: Database Level Caching
Hi Nicolas,
Can you provide your configurations and the memory usage you observed?
Regards,
Boxuan
Hi Nicolas,
Can you provide your configurations and the memory usage you observed?
Regards,
Boxuan
|
By
BO XUAN LI <libo...@...>
·
#5483
·
|
|
How to see the ns (name space) values of janus graph
I have rfd data which is in turtle or xml format. Now the data is having the vertex property name in the form of URL so when I upload that data to Janus graph it converts those URL values to ns1,ns2
I have rfd data which is in turtle or xml format. Now the data is having the vertex property name in the form of URL so when I upload that data to Janus graph it converts those URL values to ns1,ns2
|
By
Arpan Jain <arpan...@...>
·
#5478
·
|
|
Database Level Caching
Hi,
I try to use Database Level Caching as described in https://docs.janusgraph.org/basics/cache/ but it seems to use more memory than the configured threshold (cache.db-cache-size ). Does anyone use
Hi,
I try to use Database Level Caching as described in https://docs.janusgraph.org/basics/cache/ but it seems to use more memory than the configured threshold (cache.db-cache-size ). Does anyone use
|
By
Nicolas Trangosi <nicolas...@...>
·
#5480
·
|
|
Re: Failed to find all paths between 2 vertices upon the graph having 100 million vertices and 100 million edges using SparkGraphComputer
Hi Marc
My graph has 100 million edges not 100 edges. Sorry for my miswriting. From your advice I think I need to do two things. Firstly I need to dig into ConnectedComponentVertexProgram and manage
Hi Marc
My graph has 100 million edges not 100 edges. Sorry for my miswriting. From your advice I think I need to do two things. Firstly I need to dig into ConnectedComponentVertexProgram and manage
|
By
Roy Yu <7604...@...>
·
#5477
·
|
|
Re: Slow convert to Java object
Answered here: https://github.com/JanusGraph/janusgraph/issues/2324
Answered here: https://github.com/JanusGraph/janusgraph/issues/2324
|
By
BO XUAN LI <libo...@...>
·
#5481
·
|
|
Re: How to interact with Janusgraph using NodeJs
How did you fix it?
By
Yamiteru XYZ <yamit...@...>
·
#5476
·
|
|
Could not alias [g] to [g] as [g]
Hi, I have JanusGraph with Scylla and Elasticsearch in a docker. I'm connecting to JanusGraph on backend using gremlin.
I see this error only on my server and not on my local machine. What does it
Hi, I have JanusGraph with Scylla and Elasticsearch in a docker. I'm connecting to JanusGraph on backend using gremlin.
I see this error only on my server and not on my local machine. What does it
|
By
Yamiteru XYZ <yamit...@...>
·
#5475
·
|
|
Re: Failed to find all paths between 2 vertices upon the graph having 100 million vertices and 100 million edges using SparkGraphComputer
Hi Roy,
Nice to see you back here, still going strong!
I guess the TraversalVertexProgram used for OLAP traversals is not well suited to your use case. You must realize that 200 stages in an OLAP
Hi Roy,
Nice to see you back here, still going strong!
I guess the TraversalVertexProgram used for OLAP traversals is not well suited to your use case. You must realize that 200 stages in an OLAP
|
By
HadoopMarc <bi...@...>
·
#5474
·
|