Trying to connect to JanusGraph server/Cassandra with Kotlin client
I'm new to JanusGraph and attempting to connect to a remote server from a Kotlin client. I have created two Docker containers and everything looks good from the logs of JanusGraph:
I'm following the Connecting from Java directions with both
In my Kotlin client, I'm just running:
The error I get is:
I've seen other questions out there that involve adding snippets to the server yaml and/or groovy scripts but I'm not sure what is necessary. I'm trying to keep this as simple as possible to start. Appreciate any tips!
I'm following the Connecting from Java directions with both
conf/remote-graph.properties and conf/remote-objects.yaml available.In my Kotlin client, I'm just running:
The error I get is:
I've seen other questions out there that involve adding snippets to the server yaml and/or groovy scripts but I'm not sure what is necessary. I'm trying to keep this as simple as possible to start. Appreciate any tips!