What’s the difference between dgraphloader and dgraph live?
The docs only mention dgraphloader, while the tour only mentions dgraph live.
How do we run dgraphloader? I could not find the executable in the docker image.
What’s the difference between dgraphloader and dgraph live?
The docs only mention dgraphloader, while the tour only mentions dgraph live.
How do we run dgraphloader? I could not find the executable in the docker image.
Where did you found that name? There is “Bulkload” and “Live load”.
ohhh, I get it. You’re using an old docs. You should go to Get started with Dgraph
Old versions are not supported. We can’t help with old versions.
I have a script for this if you need, but you can see the Bulkload docs.
The script: GitHub - OpenDgraph/Dgraph-Bulk-Script: Just a simple Sh to use Dgraph's Bulk Loader.
One is “offline” and the other is “online”.
Cheers.