Xonos
Xonos
Explore posts from servers
ATApache TinkerPop
Created by Xonos on 10/16/2023 in #questions
.drop() behavior confussion
No description
4 replies
JJanusGraph
Created by Xonos on 10/13/2023 in #questions
where to find gremlin-java docs
I'm looking to learn how to make gremlin queries from a Java app. I've discovered I can't use raw gremlin inside a java app and need something called Java-gremlin. What is a good resource for learning java-gremlin?
4 replies
JJanusGraph
Created by Xonos on 10/11/2023 in #questions
connect JG tutorial with java(dependency issues)
I started looking into Janus Graph and wanted to see what a springboot app connecting to a Janus graph would look like. I just can't seem to get past step two of the "connecting to janusGraph using java" tutorial. I've placed my two dependencies into my maven pom.xml file and when loading my dependencies only the gremlin driver was loaded. The Janusgraph-driver dependency fails with error stating that it couldn't find the dependency. Error: " Could not find artifact org.janusgraph:janusgraph-driver:pom:0.6.4 in central (https://repo.maven.apache.org/maven2) "   What could I be doing wrong?
8 replies