Terminal A: ./dgraph zero
Terminal B: ./alpha --lru_mb 1024
cd data
../dgraph live -f mock.rdf -s mock.schema
java -jar dgraph-1.0-SNAPSHOT.jar localhost 9080 findbug.gql 50 3
It take 5 arguments.
dgraph-host dgraph-port filename-of-a-query min-length max-run-times
I check the length of response, so I can find it when the response is empty.
If the response is empty , the length of response is < than the min-lenth,
If the response is not empty, the length of response is > than the min-lenth.