Pawan,
Thank you for the help. Sorry, I should have added that yes, dgraph-ratel was set to connect to the server on http://127.0.0.1:8080/ by default. I had tried port 9080 as well since it apparently is the other port dgraph server is listening on. Either way, dgraph-ratel cannot connect to localhost:8080 nor localhost:9080.
Also I am running these services directly through linux (not docker on linux) to test out this setup. I had already quickly gotten dgraph up and runnning on docker but want to see it’s performance/setup natively on linux. I do not see any reference to log files. So, what I just tried is to pass the outputs of each of the services to log files. For example: “dgraph-ratel >> /log/dgraphratel.log”. Apparently, dgraph-ratel does not post anything to the terminal though.
Running “sudo find / -name “dgraph”” also only resulted in finding the applications themselves, my logs, and some unrelated modgraph thing. Is there any other location I should look for dgraph-ratel logs?
Thanks!