|
Re: Could not alias [g] to [g] as [g]
Thnaks for posting back that the issue was solved!
Op woensdag 6 januari 2021 om 12:02:38 UTC+1 schreef ya...@...:
Thnaks for posting back that the issue was solved!
Op woensdag 6 januari 2021 om 12:02:38 UTC+1 schreef ya...@...:
|
By
HadoopMarc <bi...@...>
·
#5501
·
|
|
Re: How to see the ns (name space) values of janus graph
Hi
All the magic you mention happens in the python rdflib and rdf2gremlin packages, which I am not familiar with. I would inspect the API for the rdf_graph instance and see how to retrieve the
Hi
All the magic you mention happens in the python rdflib and rdf2gremlin packages, which I am not familiar with. I would inspect the API for the rdf_graph instance and see how to retrieve the
|
By
HadoopMarc <bi...@...>
·
#5500
·
|
|
Re: Serialization of properties of properties
GraphSON is a serialization format from TinkerPop to serialize graph objects. It doesn't serialize properties as simple key-value pairs. To try out how vertex properties with meta properties are
GraphSON is a serialization format from TinkerPop to serialize graph objects. It doesn't serialize properties as simple key-value pairs. To try out how vertex properties with meta properties are
|
By
Florian Hockmann <f...@...>
·
#5498
·
|
|
Re: Could not alias [g] to [g] as [g]
I use this code on my server:
import { process, driver } from "gremlin";
const url = 'ws://localhost:8182/gremlin';
const traversal = process.AnonymousTraversalSource.traversal;
const
I use this code on my server:
import { process, driver } from "gremlin";
const url = 'ws://localhost:8182/gremlin';
const traversal = process.AnonymousTraversalSource.traversal;
const
|
By
Yamiteru XYZ <yamit...@...>
·
#5497
·
|
|
Re: Could not alias [g] to [g] as [g]
The websocket is open. I forgot to put "/gremlin" at the end.
The websocket is open. I forgot to put "/gremlin" at the end.
|
By
Yamiteru XYZ <yamit...@...>
·
#5496
·
|
|
Re: Could not alias [g] to [g] as [g]
Ok now it stopped working and I haven't done anything since it started working.. wtf..
Ok now it stopped working and I haven't done anything since it started working.. wtf..
|
By
Yamiteru XYZ <yamit...@...>
·
#5495
·
|
|
Re: Could not alias [g] to [g] as [g]
So it had to be something with a firewall blocking some of the ports.. I've disabled the firewall and it works. Thank you :)
So it had to be something with a firewall blocking some of the ports.. I've disabled the firewall and it works. Thank you :)
|
By
Yamiteru XYZ <yamit...@...>
·
#5494
·
|
|
Re: Could not alias [g] to [g] as [g]
This is my docker-compose.yml
version: "3"
services:
graph:
image: janusgraph/janusgraph:0.5.2
environment:
JANUS_PROPS_TEMPLATE: cassandra-es
janusgraph.storage.backend: cql
This is my docker-compose.yml
version: "3"
services:
graph:
image: janusgraph/janusgraph:0.5.2
environment:
JANUS_PROPS_TEMPLATE: cassandra-es
janusgraph.storage.backend: cql
|
By
Yamiteru XYZ <yamit...@...>
·
#5493
·
|
|
Re: Could not alias [g] to [g] as [g]
I cannot open a websocket connection even on my local instance. How do I get the info that would help you determine what's wrong?
I cannot open a websocket connection even on my local instance. How do I get the info that would help you determine what's wrong?
|
By
Yamiteru XYZ <yamit...@...>
·
#5492
·
|
|
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
·
|