dee2xu
Explore posts from serversJJanusGraph
•Created by dee2xu on 12/31/2024 in #questions
Embedded graph with Scylla backend in Java
Update: I figured out what I was doing wrong. I needed to bind the port in the docker run command. Adding -p 9042:9042 to the docker command worked.
3 replies
JJanusGraph
•Created by dee2xu on 3/21/2024 in #questions
Indexing
Thanks, Oleksandr. Just for extra clarity - if I have a composite index for a property called 'myProperty' and I also have a mixed index for myProperty (just a straight forward mixed index as presented in the janusgraph docs here https://docs.janusgraph.org/schema/index-management/index-performance/), then a traversal such as g.V().has("myProperty","someValue") will use the composite index and not the mixed?
6 replies
ATApache TinkerPop
•Created by dee2xu on 10/25/2023 in #questions
Connecting to local gremlin server with websocket address
Thanks, Ryan. Just to check my understanding here -- if i have an 'aliased' websocket URL, something like ws://mydomainname.com, then I would do
Cluster cluster = Cluster.build("mydomainname.com").
path("/gremlin").
create();
correct?
6 replies