Yes is the case, the script will run Dgraph Zero, and wait until the bulk start, so wait finish it. And then the scritpt exec the Dgraph Server.
Well, you can analyze the scripts to understand what’s going on. Basically, if you run “docker-compose up” you will already run a Bulk automatically with “1million.rdf.gz” data set.
To change the script as needed, just run “sh ./cook-a-bulk.sh” and follow the instructions.
If you need to use your own RDF, you need to delete “1million.schema” and “1million.rdf.gz” in the “service” folder. Then put yours respective models, with the same name (I will still add the option to rename the files).
Basically, if you run docker-compose first you’ll already be doing a bulk.
Cheers.