Bo
Bo
Explore posts from servers
JJanusGraph
Created by HailDevil on 11/19/2024 in #questions
Query for JANUSGRAPH_RELATION_DELIMITER
No because janusgraph-driver has no dependency on janusgraph-core
7 replies
JJanusGraph
Created by HailDevil on 11/19/2024 in #questions
Query for JANUSGRAPH_RELATION_DELIMITER
If you have multiple instances of JVM, each running a single JanusGraph service, cannot you provide different environmental variables?
7 replies
JJanusGraph
Created by HailDevil on 11/19/2024 in #questions
Query for JANUSGRAPH_RELATION_DELIMITER
Reading from the environmental variable is the only way
7 replies
JJanusGraph
Created by smp on 11/19/2024 in #questions
Custom Vertex ID and coalesce
Try T.id
4 replies
JJanusGraph
Created by HailDevil on 10/18/2024 in #questions
Decoding graphindex values for debugging purpose
You are looking for IndexSerializer.java, if you're willing to dig into the source code
8 replies
JJanusGraph
Created by HailDevil on 10/18/2024 in #questions
Decoding graphindex values for debugging purpose
Sorry I was wrong. They were asking about EdgeStore
8 replies
JJanusGraph
Created by smp on 10/25/2024 in #questions
ConfigurationManagementGraph fails with Must provide vertex id
If you don't care about your data, then deleting the data in DB entirely would be the quickiest way
8 replies
JJanusGraph
Created by smp on 10/25/2024 in #questions
ConfigurationManagementGraph fails with Must provide vertex id
Are you doing this from scratch? If you've run this before, the database properties would have been persisted, and changing config files won't make any difference
8 replies
JJanusGraph
Created by smp on 10/25/2024 in #questions
ConfigurationManagementGraph fails with Must provide vertex id
I'll send out a PR to provide a less confusing error message.
8 replies
JJanusGraph
Created by smp on 10/25/2024 in #questions
ConfigurationManagementGraph fails with Must provide vertex id
Don't use the same /etc/opt/janusgraph/janusgraph-cql-server.properties for ConfigurationManagementGraph and graph. ConfigurationManagementGraph is like a meta-graph that stores metadata about each of your real graphs. This meta-graph is internally managed by JanusGraph and must not set graph.set-vertex-id=true or graph.allow-custom-vid-types=true
8 replies
JJanusGraph
Created by HailDevil on 10/18/2024 in #questions
Decoding graphindex values for debugging purpose
I might have answered a similar question on the user mailing list
8 replies
JJanusGraph
Created by karthikraju on 8/8/2024 in #questions
What would be the ideal way to set up deep learning on janusgraph data?
Using OLAP via Spark for training (or even inference) is not quite acceptable due to its slowness. If you have big data the best way is to export the data first I think.
5 replies
JJanusGraph
Created by Arthur from gdotv on 8/9/2024 in #questions
Granular configuration options for such as JANUSGRAPH_RELATION_DELIMITER on driver
It’s unfortunately not viable, because driver package has no dependencies on config (core) package
5 replies
JJanusGraph
Created by Aiman on 6/24/2024 in #questions
How do we generate transaction logs ?
are you using Java? As I said before, you need to use java
16 replies
JJanusGraph
Created by Aiman on 6/24/2024 in #questions
How do we generate transaction logs ?
If you want to work with transaction logs (e.g. recovery), you need to use java
16 replies
JJanusGraph
Created by HailDevil on 5/29/2024 in #questions
Java 17 support
but keep in mind we don't have official CI that runs java 17
12 replies
JJanusGraph
Created by HailDevil on 5/29/2024 in #questions
Java 17 support
You should be able to verify this by yourself easily
12 replies
JJanusGraph
Created by HailDevil on 5/29/2024 in #questions
Java 17 support
I think that's what Oleksandr mean, yes
12 replies
JJanusGraph
Created by cdegroc on 6/11/2024 in #questions
Potentially useless allocations when checking a field cardinality
love the flame chart
2 replies
JJanusGraph
Created by criminosis on 5/24/2024 in #questions
Comma Separated Config Options Values Via Environment Variable?
I've never seen this bug before - but I've never used Docker to deploy JanusGraph
33 replies