sorry to bother you. I am trying to set up an ecosystem for a graph database that is going to be used by an application. I am going to use the gremlin-client container:
Also i am going to use gremlin-server container:
And finally i want to use the neo4j container as the storage layer:
I have read all the docker-files and i was able to connect the console with the server. But now i need to connect the gremlin server container to the neo4j container. I have several links on the web but i was not able to complete this task. It gives me an error of server failure when i tried to connect to neo4j through gremlin-server by running the gremlin-server.sh file . I have downloaded the repository in order to change the docker-file to fit my needs. Does anyone has experience and knows the correct procedure on how to accomplish the connection between the neo4j container with the gremlin server container and making queries through the gremlin console container? Please any help would be really appreciated. Thanks in advance, Juan Ignacio