Dgraph v.1.0.3
dgraph zero -o +2950
dgraph server --memory_mb 2048 --zero localhost:10000 -o +4920
Dgraph zero and Drgraph server up and running. I can run queries against the schema that were created. Dgraph Ratel is able to establish conn between ui and server.
Proof that schema’s have been added.
However attempting to fetch schema{} throws error - : error while fetching schema error: intern.error: No connection exists.
